Searched refs:AUTH_MARSHALL (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libbc/inc/include/rpc/
H A Dauth.h116 #define AUTH_MARSHALL(auth, xdrs) \ macro
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c172 (!AUTH_MARSHALL(h->cl_auth, xdrs)) ||
251 (!AUTH_MARSHALL(h->cl_auth, xdrs)) ||
H A Dclnt_door.c215 (!AUTH_MARSHALL(cl->cl_auth, &xdrs)) ||
H A Dclnt_dg.c316 (!AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
654 (!AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
H A Dclnt_vc.c695 (!AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
840 (!AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth.h246 #define AUTH_MARSHALL(auth, xdrs, cred) \ macro
251 #define AUTH_MARSHALL(auth, xdrs) \ macro
H A Dxdrrdma_sizeof.c262 stat = AUTH_MARSHALL(auth, &x, cred);
H A Dclnt_rdma.c366 (!AUTH_MARSHALL(h->cl_auth, xdrs, p->cku_cred)) ||
H A Dclnt_clts.c536 (!AUTH_MARSHALL(h->cl_auth, xdrs, p->cku_cred)) ||
H A Dclnt_cots.c1078 (!AUTH_MARSHALL(h->cl_auth, xdrs, p->cku_cred)) ||
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Drpc.c323 (AUTH_MARSHALL(xmit_auth, &xmit_xdrs, NULL) == FALSE) ||
H A Dclnt_btcp.c325 (! AUTH_MARSHALL(cl->cl_auth, xdrs, NULL)) ||
H A Dclnt_budp.c281 (! AUTH_MARSHALL(cl->cl_auth, xdrs, NULL)) ||
/illumos-gate/usr/src/ucblib/librpcsoc/
H A Dclnt_tcp.c256 (! AUTH_MARSHALL(h->cl_auth, xdrs)) ||
H A Dclnt_udp.c263 (! AUTH_MARSHALL(cl->cl_auth, xdrs)) ||
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1067 if (!AUTH_MARSHALL(auth, &outxdr)) {
1075 "rpcbproc_callit_com: AUTH_MARSHALL failed\n");

Completed in 710 milliseconds