Searched refs:acpted_rply (Results 1 – 8 of 8) sorted by relevance
232 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_def()233 rply.acpted_rply.ar_stat = SUCCESS; in libc_hidden_def()248 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_def()249 rply.acpted_rply.ar_stat = PROC_UNAVAIL; in libc_hidden_def()261 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_decode()262 rply.acpted_rply.ar_stat = GARBAGE_ARGS; in svcerr_decode()275 rply.acpted_rply.ar_verf = xprt->xp_verf; in libc_hidden_def()276 rply.acpted_rply.ar_stat = SYSTEM_ERR; in libc_hidden_def()309 rply.acpted_rply.ar_verf = xprt->xp_verf; in svcerr_noprog()310 rply.acpted_rply.ar_stat = PROG_UNAVAIL; in svcerr_noprog()[all …]
174 msg.acpted_rply.ar_verf = _null_auth; in clntraw_call()175 msg.acpted_rply.ar_results.where = resultsp; in clntraw_call()176 msg.acpted_rply.ar_results.proc = xresults; in clntraw_call()184 if (!AUTH_VALIDATE (h->cl_auth, &msg.acpted_rply.ar_verf)) in clntraw_call()197 if (!AUTH_VALIDATE (h->cl_auth, &msg.acpted_rply.ar_verf)) in clntraw_call()201 if (msg.acpted_rply.ar_verf.oa_base != NULL) in clntraw_call()204 (void) xdr_opaque_auth (xdrs, &(msg.acpted_rply.ar_verf)); in clntraw_call()
245 if (msg->acpted_rply.ar_stat == SUCCESS) in _seterr_reply()250 accepted (msg->acpted_rply.ar_stat, error); in _seterr_reply()275 error->re_vers.low = msg->acpted_rply.ar_vers.low; in _seterr_reply()276 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
280 reply_msg.acpted_rply.ar_verf = _null_auth; in libc_hidden_def()281 reply_msg.acpted_rply.ar_results.where = NULL; in libc_hidden_def()282 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in libc_hidden_def()302 if (!AUTH_VALIDATE (h->cl_auth, &reply_msg.acpted_rply.ar_verf)) in libc_hidden_def()313 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def()316 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
327 msg.acpted_rply.ar_verf = _null_auth; in clnt_broadcast()328 msg.acpted_rply.ar_results.where = (caddr_t) & r; in clnt_broadcast()329 msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_rmtcallres; in clnt_broadcast()369 (msg.acpted_rply.ar_stat == SUCCESS)) in clnt_broadcast()386 msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_broadcast()
256 reply_msg.acpted_rply.ar_verf = _null_auth; in libc_hidden_def()257 reply_msg.acpted_rply.ar_results.where = NULL; in libc_hidden_def()258 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in libc_hidden_def()278 if (!AUTH_VALIDATE (h->cl_auth, &reply_msg.acpted_rply.ar_verf)) in libc_hidden_def()289 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in libc_hidden_def()292 (void) xdr_opaque_auth (xdrs, &(reply_msg.acpted_rply.ar_verf)); in libc_hidden_def()
321 reply_msg.acpted_rply.ar_verf = _null_auth; in clntudp_call()322 reply_msg.acpted_rply.ar_results.where = resultsp; in clntudp_call()323 reply_msg.acpted_rply.ar_results.proc = xresults; in clntudp_call()444 &reply_msg.acpted_rply.ar_verf)) in clntudp_call()449 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) in clntudp_call()453 &(reply_msg.acpted_rply.ar_verf)); in clntudp_call()
163 #define acpted_rply ru.RM_rmb.ru.RP_ar macro
Completed in 10 milliseconds