| /freebsd-12.1/contrib/amd/libamu/ |
| H A D | misc_rpc.c | 84 struct rpc_msg reply_msg; in pickup_rpc_reply() local 88 memset((voidp) &reply_msg, 0, sizeof(reply_msg)); in pickup_rpc_reply() 91 reply_msg.acpted_rply.ar_results.where = where; in pickup_rpc_reply() 92 reply_msg.acpted_rply.ar_results.proc = where_xdr; in pickup_rpc_reply() 96 ok = xdr_replymsg(&reply_xdr, &reply_msg); in pickup_rpc_reply() 101 _seterr_reply(&reply_msg, &err); in pickup_rpc_reply() 108 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in pickup_rpc_reply() 109 reply_msg.acpted_rply.ar_verf.oa_base) { in pickup_rpc_reply() 112 &reply_msg.acpted_rply.ar_verf); in pickup_rpc_reply()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/ |
| H A D | MachException.cpp | 241 reply_msg.hdr.msgh_bits, reply_msg.hdr.msgh_size, in Dump() 242 reply_msg.hdr.msgh_remote_port, reply_msg.hdr.msgh_local_port, in Dump() 243 reply_msg.hdr.msgh_reserved, reply_msg.hdr.msgh_id); in Dump() 263 if (mach_exc_server(&exc_msg.hdr, &reply_msg.hdr)) { in CatchExceptionRaise() 327 reply_msg.hdr.msgh_bits, reply_msg.hdr.msgh_size, in Reply() 328 reply_msg.hdr.msgh_remote_port, reply_msg.hdr.msgh_local_port, in Reply() 329 reply_msg.hdr.msgh_reserved, reply_msg.hdr.msgh_id, in Reply() 330 MACH_SEND_MSG | MACH_SEND_INTERRUPT, reply_msg.hdr.msgh_size, 0, in Reply() 334 ::mach_msg(&reply_msg.hdr, MACH_SEND_MSG | MACH_SEND_INTERRUPT, in Reply() 335 reply_msg.hdr.msgh_size, 0, MACH_PORT_NULL, in Reply()
|
| H A D | MachException.h | 89 MachMessage reply_msg; member 94 memset(&reply_msg, 0, sizeof(reply_msg)); in Message()
|
| /freebsd-12.1/sys/rpc/ |
| H A D | clnt_bck.c | 199 struct rpc_msg reply_msg; in clnt_bck_call() local 319 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_bck_call() 320 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_bck_call() 321 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_bck_call() 322 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_bck_call() 406 ok = xdr_replymsg(&xdrs, &reply_msg); in clnt_bck_call() 410 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_bck_call() 411 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_bck_call() 414 stat = _seterr_reply(&reply_msg, errp); in clnt_bck_call() 419 &reply_msg.acpted_rply.ar_verf, &results)) { in clnt_bck_call() [all …]
|
| H A D | clnt_vc.c | 299 struct rpc_msg reply_msg; in clnt_vc_call() local 430 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_vc_call() 431 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_vc_call() 432 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_vc_call() 433 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call() 517 ok = xdr_replymsg(&xdrs, &reply_msg); in clnt_vc_call() 521 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_vc_call() 522 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_vc_call() 525 stat = _seterr_reply(&reply_msg, errp); in clnt_vc_call() 530 &reply_msg.acpted_rply.ar_verf, in clnt_vc_call() [all …]
|
| H A D | clnt_dg.c | 340 struct rpc_msg reply_msg; in clnt_dg_call() local 486 reply_msg.acpted_rply.ar_verf.oa_flavor = AUTH_NULL; in clnt_dg_call() 487 reply_msg.acpted_rply.ar_verf.oa_base = cr->cr_verf; in clnt_dg_call() 488 reply_msg.acpted_rply.ar_verf.oa_length = 0; in clnt_dg_call() 489 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call() 693 ok = xdr_replymsg(&xdrs, &reply_msg); in clnt_dg_call() 697 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call() 698 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call() 701 stat = _seterr_reply(&reply_msg, &(cu->cu_error)); in clnt_dg_call() 706 &reply_msg.acpted_rply.ar_verf, in clnt_dg_call() [all …]
|
| /freebsd-12.1/lib/libc/rpc/ |
| H A D | clnt_dg.c | 324 struct rpc_msg reply_msg; in clnt_dg_call() local 448 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_dg_call() 450 reply_msg.acpted_rply.ar_results.where = resultsp; in clnt_dg_call() 451 reply_msg.acpted_rply.ar_results.proc = xresults; in clnt_dg_call() 453 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call() 536 ok = xdr_replymsg(&reply_xdrs, &reply_msg); in clnt_dg_call() 540 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call() 543 _seterr_reply(&reply_msg, &(cu->cu_error)); in clnt_dg_call() 547 &reply_msg.acpted_rply.ar_verf)) { in clnt_dg_call() 583 &(reply_msg.acpted_rply.ar_verf)); in clnt_dg_call() [all …]
|
| H A D | clnt_vc.c | 323 struct rpc_msg reply_msg; in clnt_vc_call() local 405 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_vc_call() 406 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call() 407 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call() 413 if (! xdr_replymsg(xdrs, &reply_msg)) { in clnt_vc_call() 419 if (reply_msg.rm_xid == x_id) in clnt_vc_call() 426 _seterr_reply(&reply_msg, &(ct->ct_error)); in clnt_vc_call() 429 &reply_msg.acpted_rply.ar_verf)) { in clnt_vc_call() 446 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_vc_call() 449 &(reply_msg.acpted_rply.ar_verf)); in clnt_vc_call() [all …]
|
| /freebsd-12.1/usr.sbin/rpcbind/ |
| H A D | rpcb_svc_com.c | 1235 struct rpc_msg reply_msg; in handle_reply() local 1263 reply_msg.acpted_rply.ar_verf = _null_auth; in handle_reply() 1264 reply_msg.acpted_rply.ar_results.where = 0; in handle_reply() 1265 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t) xdr_void; in handle_reply() 1268 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) { in handle_reply() 1274 fi = forward_find(reply_msg.rm_xid); in handle_reply() 1278 reply_msg.rm_xid, fi); in handle_reply() 1284 _seterr_reply(&reply_msg, &reply_error); in handle_reply() 1313 if (reply_msg.rm_xid == 0) { in handle_reply() 1320 (void) free_slot_by_xid(reply_msg.rm_xid); in handle_reply()
|