Searched refs:xwhere (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/rpc/sec/ |
H A D | sec_gen.c | 50 XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) 52 return (*xfunc)(xdrs, xwhere); 60 authany_unwrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) argument 62 return (*xfunc)(xdrs, xwhere); 49 authany_wrap(AUTH *auth, caddr_t buf, u_int buflen, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) argument
|
H A D | sec_svc.c | 63 svc_authany_wrap(SVCAUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) argument 65 return (*xfunc)(xdrs, xwhere);
|
/illumos-gate/usr/src/uts/common/rpc/ |
H A D | svc_auth.h | 93 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ 94 ((*((auth)->svc_ah_ops.svc_ah_wrap))(auth, xdrs, xfunc, xwhere)) 95 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ 96 ((*((auth)->svc_ah_ops.svc_ah_unwrap))(auth, xdrs, xfunc, xwhere))
|
H A D | svc_mt.h | 115 #define SVCAUTH_WRAP(auth, xdrs, xfunc, xwhere) \ 116 ((*((auth)->svc_ah_ops.svc_ah_wrap))(auth, xdrs, xfunc, xwhere)) 117 #define SVCAUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ 118 ((*((auth)->svc_ah_ops.svc_ah_unwrap))(auth, xdrs, xfunc, xwhere))
|
H A D | auth.h | 288 #define AUTH_WRAP(auth, buf, buflen, xdrs, xfunc, xwhere) \ 290 xdrs, xfunc, xwhere)) 291 #define auth_wrap(auth, buf, buflen, xdrs, xfunc, xwhere) \ 293 xdrs, xfunc, xwhere)) 295 #define AUTH_UNWRAP(auth, xdrs, xfunc, xwhere) \ 296 ((*((auth)->ah_ops->ah_unwrap))(auth, xdrs, xfunc, xwhere)) 298 ((*((auth)->ah_ops->ah_unwrap))(auth, xdrs, xfunc, xwhere))
|
/illumos-gate/usr/src/uts/common/sys/lvm/ |
H A D | mdiox.x | 1489 u_int xwhere; 1516 u_int xwhere;
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | svc.c | 557 authany_wrap(AUTH *auth, XDR *xdrs, xdrproc_t xfunc, caddr_t xwhere) argument 559 return (*xfunc)(xdrs, xwhere);
|
Completed in 349 milliseconds