Searched full:svc_reply (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 1109 return (SVC_REPLY((SVCXPRT *)xprt, &rply)); in svc_sendreply() 1124 SVC_REPLY((SVCXPRT *)xprt, &rply); in svcerr_noproc() 1139 SVC_REPLY((SVCXPRT *)xprt, &rply); in svcerr_decode() 1154 SVC_REPLY((SVCXPRT *)xprt, &rply); in svcerr_systemerr() 1202 SVC_REPLY((SVCXPRT *)xprt, &rply); in svcerr_auth() 1226 SVC_REPLY((SVCXPRT *)xprt, &rply); in svcerr_noprog() 1244 SVC_REPLY((SVCXPRT *)xprt, &rply); in svcerr_progvers()
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc.c | 1097 return (SVC_REPLY((SVCXPRT *)clone_xprt, &rply)); in svc_sendreply() 1118 SVC_REPLY((SVCXPRT *)clone_xprt, &rply); in svcerr_noproc() 1139 SVC_REPLY((SVCXPRT *)clone_xprt, &rply); in svcerr_decode() 1155 SVC_REPLY((SVCXPRT *)clone_xprt, &rply); in svcerr_systemerr() 1171 SVC_REPLY((SVCXPRT *)clone_xprt, &rply); in svcerr_auth() 1196 SVC_REPLY((SVCXPRT *)clone_xprt, &rply); in svcerr_badcred() 1217 SVC_REPLY((SVCXPRT *)clone_xprt, &rply); in svcerr_noprog() 1241 SVC_REPLY((SVCXPRT *)clone_xprt, &rply); in svcerr_progvers()
|
H A D | svc.h | 561 #define SVC_REPLY(clone_xprt, msg) \ macro 620 #define SVC_REPLY(xprt, msg) \ macro 622 #define svc_reply(xprt, msg) \ macro
|
H A D | svc_clts.c | 736 * If we do any XDR encoding and we get an error, then SVC_REPLY() in svc_clts_kfreeres()
|