Searched defs:xwhere (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/rpc/sec/ |
H A D | sec_gen.c | 50 XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_wrap() 60 authany_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_unwrap()
|
H A D | sec_svc.c | 63 svc_authany_wrap(SVCAUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in svc_authany_wrap()
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | svc_auth.h | 93 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument 95 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
|
H A D | svc_mt.h | 115 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ argument 117 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ argument
|
H A D | auth.h | 302 #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
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 558 authany_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) in authany_wrap()
|