Home
last modified time | relevance | path

Searched refs:AUTH_MARSHALL (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c167 (!AUTH_MARSHALL(h->cl_auth, &xdrs)) || in clnt_raw_call()
249 (!AUTH_MARSHALL(h->cl_auth, &xdrs)) || in clnt_raw_send()
H A Dclnt_dg.c317 (!AUTH_MARSHALL(cl->cl_auth, xdrs)) || in clnt_dg_call()
655 (!AUTH_MARSHALL(cl->cl_auth, xdrs)) || in clnt_dg_send()
H A Dclnt_door.c215 (!AUTH_MARSHALL(cl->cl_auth, &xdrs)) || in clnt_door_call()
H A Dclnt_vc.c688 (!AUTH_MARSHALL(cl->cl_auth, xdrs)) || in clnt_vc_call()
830 (!AUTH_MARSHALL(cl->cl_auth, xdrs)) || in clnt_vc_send()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h260 #define AUTH_MARSHALL(auth, xdrs, cred) \ macro
265 #define AUTH_MARSHALL(auth, xdrs) \ macro
H A Dxdrrdma_sizeof.c264 stat = AUTH_MARSHALL(auth, &x, cred); in xdrrdma_authsize()
H A Dclnt_rdma.c366 (!AUTH_MARSHALL(h->cl_auth, xdrs, p->cku_cred)) || in clnt_compose_rpcmsg()
H A Dclnt_clts.c536 (!AUTH_MARSHALL(h->cl_auth, xdrs, p->cku_cred)) || in clnt_clts_kcallit_addr()
H A Dclnt_cots.c1081 (!AUTH_MARSHALL(h->cl_auth, xdrs, p->cku_cred)) || in clnt_cots_kcallit()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c321 (AUTH_MARSHALL(xmit_auth, &xmit_xdrs, NULL) == FALSE) || in brpc_call()
H A Dclnt_budp.c264 (! AUTH_MARSHALL(cl->cl_auth, xdrs, NULL)) || in clntbudp_call()
H A Dclnt_btcp.c323 (! AUTH_MARSHALL(cl->cl_auth, xdrs, NULL)) || in clntbtcp_call()
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c247 (! AUTH_MARSHALL(h->cl_auth, xdrs)) || in clnttcp_call()
H A Dclnt_udp.c261 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1070 if (!AUTH_MARSHALL(auth, &outxdr)) { in rpcbproc_callit_com()