Home
last modified time | relevance | path

Searched refs:xfunc (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsec_gen.c48 XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_wrap() argument
50 return (*xfunc)(xdrs, xwhere); in authany_wrap()
58 authany_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_unwrap() argument
60 return (*xfunc)(xdrs, xwhere); in authany_unwrap()
H A Dsec_svc.c61 svc_authany_wrap(SVCAUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in svc_authany_wrap() argument
63 return (*xfunc)(xdrs, xwhere); in svc_authany_wrap()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_auth.h91 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
92 ((*((auth)->svc_ah_ops.svc_ah_wrap))(auth, xdrs, xfunc, xwhere))
93 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
94 ((*((auth)->svc_ah_ops.svc_ah_unwrap))(auth, xdrs, xfunc, xwhere))
H A Dsvc_mt.h113 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
114 ((*((auth)->svc_ah_ops.svc_ah_wrap))(auth, xdrs, xfunc, xwhere))
115 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
116 ((*((auth)->svc_ah_ops.svc_ah_unwrap))(auth, xdrs, xfunc, xwhere))
H A Dauth.h302 #define AUTH_WRAP(auth, buf, buflen, xdrs, xfunc, xwhere) \ argument
304 xdrs, xfunc, xwhere))
305 #define auth_wrap(auth, buf, buflen, xdrs, xfunc, xwhere) \ argument
307 xdrs, xfunc, xwhere))
309 #define AUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
310 ((*((auth)->ah_ops->ah_unwrap))(auth, xdrs, xfunc, xwhere))
312 ((*((auth)->ah_ops->ah_unwrap))(auth, xdrs, xfunc, xwhere))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_attr.c409 if ((*nfs4_ntov_map[amap[i]].xfunc)(&xdr, &na[i]) == FALSE) { in vattr_to_fattr4()
H A Dnfs4_srv.c2404 xdr_free(nfs4_ntov_map[*amap].xfunc, (caddr_t)na); in nfs4_ntov_table_free()
2515 xdr_size += xdr_sizeof(nfs4_ntov_map[*amap].xfunc, na); in do_rfs4_op_getattr()
2528 if (!(*nfs4_ntov_map[*amap].xfunc)(&xdr, na)) { in do_rfs4_op_getattr()
5211 if ((*nfs4_ntov_map[k].xfunc)(xdrp, nap)) { in decode_fattr4_attr()
5229 xdr_free(nfs4_ntov_map[k].xfunc, in decode_fattr4_attr()
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c561 authany_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_wrap() argument
563 return (*xfunc)(xdrs, xwhere); in authany_wrap()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1296 xdrproc_t xfunc; member