| /titanic_41/usr/src/lib/libnsl/rpc/ |
| H A D | clnt_door.c | 183 struct rpc_msg reply_msg; in clnt_door_call() local 240 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_door_call() 241 reply_msg.acpted_rply.ar_results.where = resultsp; in clnt_door_call() 242 reply_msg.acpted_rply.ar_results.proc = xresults; in clnt_door_call() 244 if (xdr_replymsg(&xdrs, &reply_msg)) { in clnt_door_call() 245 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in clnt_door_call() 246 reply_msg.acpted_rply.ar_stat == SUCCESS) in clnt_door_call() 249 __seterr_reply(&reply_msg, &rpc_callerr); in clnt_door_call() 253 &reply_msg.acpted_rply.ar_verf)) { in clnt_door_call() 257 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clnt_door_call() [all …]
|
| H A D | clnt_dg.c | 268 struct rpc_msg reply_msg; in clnt_dg_call() local 356 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_dg_call() 357 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_dg_call() 358 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_dg_call() 555 ok = xdr_replymsg(&reply_xdrs, &reply_msg); in clnt_dg_call() 558 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call() 559 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_dg_call() 562 __seterr_reply(&reply_msg, &(rpc_callerr)); in clnt_dg_call() 566 &reply_msg.acpted_rply.ar_verf)) { in clnt_dg_call() 591 AUTH_REFRESH(cl->cl_auth, &reply_msg)) in clnt_dg_call() [all …]
|
| H A D | clnt_vc.c | 649 struct rpc_msg reply_msg; in clnt_vc_call() local 738 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_vc_call() 739 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_vc_call() 740 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in clnt_vc_call() 746 if (!xdr_replymsg(xdrs, &reply_msg)) { in clnt_vc_call() 752 if (reply_msg.rm_xid == x_id) in clnt_vc_call() 759 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_vc_call() 760 (reply_msg.acpted_rply.ar_stat == SUCCESS)) in clnt_vc_call() 763 __seterr_reply(&reply_msg, &(rpc_callerr)); in clnt_vc_call() 767 &reply_msg.acpted_rply.ar_verf)) { in clnt_vc_call() [all …]
|
| /titanic_41/usr/src/stand/lib/fs/nfs/ |
| H A D | clnt_btcp.c | 290 struct rpc_msg reply_msg; in clntbtcp_call() local 351 reply_msg.acpted_rply.ar_verf = _null_auth; in clntbtcp_call() 352 reply_msg.acpted_rply.ar_results.where = NULL; in clntbtcp_call() 353 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clntbtcp_call() 358 if (!xdr_replymsg(xdrs, &reply_msg)) { in clntbtcp_call() 363 if (reply_msg.rm_xid == x_id) { in clntbtcp_call() 371 _seterr_reply(&reply_msg, &(ct->ct_error)); in clntbtcp_call() 374 &reply_msg.acpted_rply.ar_verf)) { in clntbtcp_call() 382 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in clntbtcp_call() 385 &(reply_msg.acpted_rply.ar_verf)); in clntbtcp_call() [all …]
|
| H A D | clnt_budp.c | 242 struct rpc_msg reply_msg; local 316 reply_msg.acpted_rply.ar_verf = _null_auth; 317 reply_msg.acpted_rply.ar_results.where = resultsp; 318 reply_msg.acpted_rply.ar_results.proc = xresults; 377 ok = xdr_replymsg(&reply_xdrs, &reply_msg); 384 _seterr_reply(&reply_msg, &(cu->cu_error)); 387 &reply_msg.acpted_rply.ar_verf)) { 393 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { 396 &(reply_msg.acpted_rply.ar_verf));
|
| /titanic_41/usr/src/uts/common/fs/nfs/ |
| H A D | nfs_dump.c | 355 static struct rpc_msg reply_msg; in nd_get_reply() local 397 reply_msg.acpted_rply.ar_verf = _null_auth; in nd_get_reply() 400 reply_msg.acpted_rply.ar_results.where = (caddr_t)&na; in nd_get_reply() 401 reply_msg.acpted_rply.ar_results.proc = xdr_attrstat; in nd_get_reply() 404 reply_msg.acpted_rply.ar_results.where = (caddr_t)&wres; in nd_get_reply() 405 reply_msg.acpted_rply.ar_results.proc = xdr_WRITE3res; in nd_get_reply() 411 if (!xdr_replymsg(xdrp, &reply_msg)) { in nd_get_reply() 416 if (reply_msg.rm_xid != call_xid) { in nd_get_reply() 421 _seterr_reply(&reply_msg, &rpc_err); in nd_get_reply() 446 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in nd_get_reply() [all …]
|
| /titanic_41/usr/src/ucblib/librpcsoc/ |
| H A D | clnt_tcp.c | 236 struct rpc_msg reply_msg; local 280 reply_msg.acpted_rply.ar_verf = _null_auth; 281 reply_msg.acpted_rply.ar_results.where = NULL; 282 reply_msg.acpted_rply.ar_results.proc = xdr_void; 286 if (! xdr_replymsg(xdrs, &reply_msg)) { 291 if (reply_msg.rm_xid == x_id) 298 __seterr_reply(&reply_msg, &(ct->ct_error)); 301 &reply_msg.acpted_rply.ar_verf)) { 309 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { 312 &(reply_msg.acpted_rply.ar_verf)); [all …]
|
| H A D | clnt_udp.c | 234 struct rpc_msg reply_msg; local 287 reply_msg.acpted_rply.ar_verf = _null_auth; 288 reply_msg.acpted_rply.ar_results.where = resultsp; 289 reply_msg.acpted_rply.ar_results.proc = xresults; 403 ok = xdr_replymsg(&reply_xdrs, &reply_msg); 406 __seterr_reply(&reply_msg, &(cu->cu_error)); 409 &reply_msg.acpted_rply.ar_verf)) { 413 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { 416 &(reply_msg.acpted_rply.ar_verf)); 422 AUTH_REFRESH(cl->cl_auth, &reply_msg)) {
|
| /titanic_41/usr/src/uts/common/xen/io/ |
| H A D | xenbus_xs.c | 244 struct xs_stored_msg *reply_msg = NULL; in xenbus_dev_request_and_reply() local 263 err = read_reply(msg, &reply_msg); in xenbus_dev_request_and_reply() 272 *reply = reply_msg->un.reply.body; in xenbus_dev_request_and_reply() 273 *msg = reply_msg->hdr; in xenbus_dev_request_and_reply() 275 if (reply_msg->hdr.type == XS_TRANSACTION_END) in xenbus_dev_request_and_reply() 279 if (reply_msg != NULL) in xenbus_dev_request_and_reply() 280 kmem_free(reply_msg, sizeof (*reply_msg)); in xenbus_dev_request_and_reply() 299 struct xs_stored_msg *reply_msg; in xs_talkv() local 328 err = read_reply(&msg, &reply_msg); in xs_talkv() 335 reply = reply_msg->un.reply.body; in xs_talkv() [all …]
|
| /titanic_41/usr/src/uts/common/rpc/ |
| H A D | clnt_clts.c | 474 struct rpc_msg reply_msg; in clnt_clts_kcallit_addr() local 766 reply_msg.rm_direction = REPLY; in clnt_clts_kcallit_addr() 767 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_clts_kcallit_addr() 768 reply_msg.acpted_rply.ar_stat = SUCCESS; in clnt_clts_kcallit_addr() 769 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_clts_kcallit_addr() 773 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_clts_kcallit_addr() 774 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_clts_kcallit_addr() 779 if (!xdr_replymsg(xdrs, &reply_msg)) { in clnt_clts_kcallit_addr() 782 (void) xdr_rpc_free_verifier(xdrs, &reply_msg); in clnt_clts_kcallit_addr() 786 _seterr_reply(&reply_msg, &(p->cku_err)); in clnt_clts_kcallit_addr() [all …]
|
| H A D | clnt_rdma.c | 578 struct rpc_msg reply_msg; in clnt_rdma_kcallit() local 1055 reply_msg.rm_direction = REPLY; in clnt_rdma_kcallit() 1056 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_rdma_kcallit() 1057 reply_msg.acpted_rply.ar_stat = SUCCESS; in clnt_rdma_kcallit() 1058 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_rdma_kcallit() 1063 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_rdma_kcallit() 1064 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_rdma_kcallit() 1069 if (xdr_replymsg(reply_xdrp, &reply_msg)) { in clnt_rdma_kcallit() 1072 _seterr_reply(&reply_msg, &(p->cku_err)); in clnt_rdma_kcallit() 1080 &reply_msg.acpted_rply.ar_verf)) { in clnt_rdma_kcallit() [all …]
|
| H A D | clnt_cots.c | 779 struct rpc_msg reply_msg; in clnt_cots_kcallit() local 1340 reply_msg.rm_direction = REPLY; in clnt_cots_kcallit() 1341 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_cots_kcallit() 1342 reply_msg.acpted_rply.ar_stat = SUCCESS; in clnt_cots_kcallit() 1344 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_cots_kcallit() 1348 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_cots_kcallit() 1349 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_cots_kcallit() 1351 if (xdr_replymsg(xdrs, &reply_msg)) { in clnt_cots_kcallit() 1354 _seterr_reply(&reply_msg, &p->cku_err); in clnt_cots_kcallit() 1362 &reply_msg.acpted_rply.ar_verf)) { in clnt_cots_kcallit() [all …]
|
| /titanic_41/usr/src/cmd/rpcbind/ |
| H A D | rpcb_svc_com.c | 1394 struct rpc_msg reply_msg; in handle_reply() local 1441 reply_msg.acpted_rply.ar_verf = _null_auth; in handle_reply() 1442 reply_msg.acpted_rply.ar_results.where = 0; in handle_reply() 1443 reply_msg.acpted_rply.ar_results.proc = (xdrproc_t)xdr_void; in handle_reply() 1445 if (!xdr_replymsg(&reply_xdrs, &reply_msg)) { in handle_reply() 1469 fi = forward_find(reply_msg.rm_xid, uaddr); in handle_reply() 1478 __seterr_reply(&reply_msg, &fi->reply_error); in handle_reply()
|
| /titanic_41/usr/src/uts/common/idmap/ |
| H A D | idmap_kapi.c | 1401 struct rpc_msg reply_msg; in kidmap_rpc_call() local 1481 reply_msg.acpted_rply.ar_verf = _null_auth; in kidmap_rpc_call() 1482 reply_msg.acpted_rply.ar_results.where = res; in kidmap_rpc_call() 1483 reply_msg.acpted_rply.ar_results.proc = xdr_res; in kidmap_rpc_call() 1485 if (xdr_replymsg(&xdr_ctx, &reply_msg)) { in kidmap_rpc_call() 1486 if (reply_msg.rm_reply.rp_stat != MSG_ACCEPTED || in kidmap_rpc_call() 1487 reply_msg.rm_reply.rp_acpt.ar_stat != SUCCESS) { in kidmap_rpc_call()
|
| /titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
| H A D | mptsas_impl.c | 1104 pMPI2DefaultReply_t reply_msg; in mptsas_ioc_task_management() local 1175 reply_msg = (pMPI2DefaultReply_t) in mptsas_ioc_task_management() 1183 if (ddi_copyout((uint8_t *)reply_msg + i, reply + i, 1, in mptsas_ioc_task_management()
|
| H A D | mptsas.c | 10847 pMPI2DefaultReply_t reply_msg; in mptsas_do_passthru() local 10855 reply_msg = (pMPI2DefaultReply_t)(&rep_msg); in mptsas_do_passthru() 10856 bzero(reply_msg, sizeof (MPI2_DEFAULT_REPLY)); in mptsas_do_passthru() 11056 reply_msg = (pMPI2DefaultReply_t) in mptsas_do_passthru() 11094 if (ddi_copyout((uint8_t *)reply_msg + i, reply + i, 1, in mptsas_do_passthru()
|