Home
last modified time | relevance | path

Searched defs:xwhere (Results 1 – 6 of 6) 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()
58 authany_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t 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()
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_auth.h91 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
93 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
H A Dsvc_mt.h113 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
115 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
H A Dauth.h302 #define AUTH_WRAP(auth, buf, buflen, xdrs, xfunc, xwhere) \ argument
305 #define auth_wrap(auth, buf, buflen, xdrs, xfunc, xwhere) \ argument
309 #define AUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
/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()