Searched refs:SVC_REPLY (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/lib/libc/rpc/ |
| D | svc.c | 386 return (SVC_REPLY(xprt, &rply)); 404 SVC_REPLY(xprt, &rply); 422 SVC_REPLY(xprt, &rply); 440 SVC_REPLY(xprt, &rply); 498 SVC_REPLY(xprt, &rply); 529 SVC_REPLY(xprt, &rply); 551 SVC_REPLY(xprt, &rply);
|
| /freebsd-9-stable/sys/rpc/ |
| D | svc.h | 436 #define SVC_REPLY(xprt, msg, addr, m, seq) \ macro 462 #define SVC_REPLY(xprt, msg) \ macro
|
| D | svc.c | 635 ok = SVC_REPLY(xprt, rply, rqstp->rq_addr, body, &rqstp->rq_reply_seq); in svc_sendreply_common() 911 SVC_REPLY(xprt, &repmsg, r->rq_addr, in svc_getreq()
|
| /freebsd-9-stable/include/rpc/ |
| D | svc.h | 189 #define SVC_REPLY(xprt, msg) \ macro
|