Searched refs:reply_msg (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/amd/libamu/
H A Dmisc_rpc.c88 struct rpc_msg reply_msg; local
92 memset((voidp) &reply_msg, 0, sizeof(reply_msg));
95 reply_msg.acpted_rply.ar_results.where = where;
96 reply_msg.acpted_rply.ar_results.proc = where_xdr;
100 ok = xdr_replymsg(&reply_xdr, &reply_msg);
105 _seterr_reply(&reply_msg, &err);
112 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED &&
113 reply_msg.acpted_rply.ar_verf.oa_base) {
116 &reply_msg
[all...]
/freebsd-11.0-release/sys/rpc/
H A Dclnt_bck.c199 struct rpc_msg reply_msg; local
319 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
320 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
321 reply_msg.acpted_rply.ar_verf.oa_length = 0;
322 reply_msg.acpted_rply.ar_results.where = NULL;
323 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
406 ok = xdr_replymsg(&xdrs, &reply_msg);
410 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
411 (reply_msg.acpted_rply.ar_stat == SUCCESS))
414 stat = _seterr_reply(&reply_msg, err
[all...]
H A Dclnt_dg.c338 struct rpc_msg reply_msg; local
488 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
489 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
490 reply_msg.acpted_rply.ar_verf.oa_length = 0;
491 reply_msg.acpted_rply.ar_results.where = NULL;
492 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
695 ok = xdr_replymsg(&xdrs, &reply_msg);
699 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
700 (reply_msg.acpted_rply.ar_stat == SUCCESS))
703 stat = _seterr_reply(&reply_msg,
[all...]
H A Dclnt_vc.c294 struct rpc_msg reply_msg; local
410 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL;
411 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf;
412 reply_msg.acpted_rply.ar_verf.oa_length = 0;
413 reply_msg.acpted_rply.ar_results.where = NULL;
414 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
497 ok = xdr_replymsg(&xdrs, &reply_msg);
501 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
502 (reply_msg.acpted_rply.ar_stat == SUCCESS))
505 stat = _seterr_reply(&reply_msg, err
[all...]
/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_dg.c322 struct rpc_msg reply_msg; local
446 reply_msg.acpted_rply.ar_verf = _null_auth;
448 reply_msg.acpted_rply.ar_results.where = resultsp;
449 reply_msg.acpted_rply.ar_results.proc = xresults;
451 reply_msg.acpted_rply.ar_results.where = NULL;
452 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
534 ok = xdr_replymsg(&reply_xdrs, &reply_msg);
537 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
538 (reply_msg.acpted_rply.ar_stat == SUCCESS))
541 _seterr_reply(&reply_msg,
[all...]
H A Dclnt_vc.c321 struct rpc_msg reply_msg; local
403 reply_msg.acpted_rply.ar_verf = _null_auth;
404 reply_msg.acpted_rply.ar_results.where = NULL;
405 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void;
411 if (! xdr_replymsg(xdrs, &reply_msg)) {
417 if (reply_msg.rm_xid == x_id)
424 _seterr_reply(&reply_msg, &(ct->ct_error));
427 &reply_msg.acpted_rply.ar_verf)) {
444 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) {
447 &(reply_msg
[all...]
/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc_com.c1201 struct rpc_msg reply_msg; local
1229 reply_msg.acpted_rply.ar_verf = _null_auth;
1230 reply_msg.acpted_rply.ar_results.where = 0;
1231 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
1234 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) {
1240 fi = forward_find(reply_msg.rm_xid);
1244 reply_msg.rm_xid, fi);
1250 _seterr_reply(&reply_msg, &reply_error);
1281 if (reply_msg.rm_xid == 0) {
1288 (void) free_slot_by_xid(reply_msg
[all...]
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcb_svc_com.c1228 struct rpc_msg reply_msg; local
1256 reply_msg.acpted_rply.ar_verf = _null_auth;
1257 reply_msg.acpted_rply.ar_results.where = 0;
1258 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void;
1261 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) {
1267 fi = forward_find(reply_msg.rm_xid);
1271 reply_msg.rm_xid, fi);
1277 _seterr_reply(&reply_msg, &reply_error);
1308 if (reply_msg.rm_xid == 0) {
1315 (void) free_slot_by_xid(reply_msg
[all...]

Completed in 125 milliseconds