Home
last modified time | relevance | path

Searched refs:reply_msg (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dclnt_door.c183 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 Dclnt_dg.c268 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 Dclnt_vc.c649 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_50/usr/src/stand/lib/fs/nfs/
H A Dclnt_btcp.c290 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 Dclnt_budp.c242 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_50/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c236 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 Dclnt_udp.c234 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_50/usr/src/uts/common/fs/nfs/
H A Dnfs_dump.c360 static struct rpc_msg reply_msg; in nd_get_reply() local
402 reply_msg.acpted_rply.ar_verf = _null_auth; in nd_get_reply()
405 reply_msg.acpted_rply.ar_results.where = (caddr_t)&na; in nd_get_reply()
406 reply_msg.acpted_rply.ar_results.proc = xdr_attrstat; in nd_get_reply()
409 reply_msg.acpted_rply.ar_results.where = (caddr_t)&wres; in nd_get_reply()
410 reply_msg.acpted_rply.ar_results.proc = xdr_WRITE3res; in nd_get_reply()
417 if (!xdr_replymsg(xdrp, &reply_msg)) { in nd_get_reply()
423 if (reply_msg.rm_xid != call_xid) { in nd_get_reply()
429 _seterr_reply(&reply_msg, &rpc_err); in nd_get_reply()
458 if (reply_msg.acpted_rply.ar_verf.oa_base != NULL) { in nd_get_reply()
[all …]
/titanic_50/usr/src/uts/common/xen/io/
H A Dxenbus_xs.c244 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_50/usr/src/uts/common/rpc/
H A Dclnt_clts.c481 struct rpc_msg reply_msg; in clnt_clts_kcallit_addr() local
777 reply_msg.rm_direction = REPLY; in clnt_clts_kcallit_addr()
778 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_clts_kcallit_addr()
779 reply_msg.acpted_rply.ar_stat = SUCCESS; in clnt_clts_kcallit_addr()
780 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_clts_kcallit_addr()
784 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_clts_kcallit_addr()
785 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_clts_kcallit_addr()
790 if (!xdr_replymsg(xdrs, &reply_msg)) { in clnt_clts_kcallit_addr()
793 (void) xdr_rpc_free_verifier(xdrs, &reply_msg); in clnt_clts_kcallit_addr()
798 _seterr_reply(&reply_msg, &(p->cku_err)); in clnt_clts_kcallit_addr()
[all …]
H A Dclnt_rdma.c578 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 Dclnt_cots.c783 struct rpc_msg reply_msg; in clnt_cots_kcallit() local
1348 reply_msg.rm_direction = REPLY; in clnt_cots_kcallit()
1349 reply_msg.rm_reply.rp_stat = MSG_ACCEPTED; in clnt_cots_kcallit()
1350 reply_msg.acpted_rply.ar_stat = SUCCESS; in clnt_cots_kcallit()
1352 reply_msg.acpted_rply.ar_verf = _null_auth; in clnt_cots_kcallit()
1356 reply_msg.acpted_rply.ar_results.where = NULL; in clnt_cots_kcallit()
1357 reply_msg.acpted_rply.ar_results.proc = xdr_void; in clnt_cots_kcallit()
1359 if (xdr_replymsg(xdrs, &reply_msg)) { in clnt_cots_kcallit()
1362 _seterr_reply(&reply_msg, &p->cku_err); in clnt_cots_kcallit()
1370 &reply_msg.acpted_rply.ar_verf)) { in clnt_cots_kcallit()
[all …]
/titanic_50/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1394 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_50/usr/src/uts/common/idmap/
H A Didmap_kapi.c1401 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_50/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas_impl.c1107 pMPI2DefaultReply_t reply_msg; in mptsas_ioc_task_management() local
1178 reply_msg = (pMPI2DefaultReply_t) in mptsas_ioc_task_management()
1186 if (ddi_copyout((uint8_t *)reply_msg + i, reply + i, 1, in mptsas_ioc_task_management()
H A Dmptsas.c11086 pMPI2DefaultReply_t reply_msg; in mptsas_do_passthru() local
11094 reply_msg = (pMPI2DefaultReply_t)(&rep_msg); in mptsas_do_passthru()
11095 bzero(reply_msg, sizeof (MPI2_DEFAULT_REPLY)); in mptsas_do_passthru()
11295 reply_msg = (pMPI2DefaultReply_t) in mptsas_do_passthru()
11333 if (ddi_copyout((uint8_t *)reply_msg + i, reply + i, 1, in mptsas_do_passthru()