Home
last modified time | relevance | path

Searched refs:xwhere (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/rpc/sec/
H A Dsec_gen.c50 XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_wrap() argument
52 return (*xfunc)(xdrs, xwhere); in authany_wrap()
60 authany_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_unwrap() argument
62 return (*xfunc)(xdrs, xwhere); in authany_unwrap()
H A Dsec_svc.c63 svc_authany_wrap(SVCAUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in svc_authany_wrap() argument
65 return (*xfunc)(xdrs, xwhere); in svc_authany_wrap()
/titanic_41/usr/src/uts/common/rpc/
H A Dsvc_auth.h93 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
94 ((*((auth)->svc_ah_ops.svc_ah_wrap))(auth, xdrs, xfunc, xwhere))
95 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
96 ((*((auth)->svc_ah_ops.svc_ah_unwrap))(auth, xdrs, xfunc, xwhere))
H A Dsvc_mt.h115 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument
116 ((*((auth)->svc_ah_ops.svc_ah_wrap))(auth, xdrs, xfunc, xwhere))
117 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
118 ((*((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))
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmdiox.x1489 u_int xwhere;
1516 u_int xwhere;
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc.c558 authany_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_wrap() argument
560 return (*xfunc)(xdrs, xwhere); in authany_wrap()