/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() 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 D | sec_svc.c | 63 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_44/usr/src/uts/common/rpc/ |
H A D | svc_auth.h | 93 #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 D | svc_mt.h | 115 #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 D | auth.h | 302 #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_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_attr.c | 409 if ((*nfs4_ntov_map[amap[i]].xfunc)(&xdr, &na[i]) == FALSE) { in vattr_to_fattr4()
|
H A D | nfs4_srv.c | 2170 xdr_free(nfs4_ntov_map[*amap].xfunc, (caddr_t)na); in nfs4_ntov_table_free() 2281 xdr_size += xdr_sizeof(nfs4_ntov_map[*amap].xfunc, na); in do_rfs4_op_getattr() 2294 if (!(*nfs4_ntov_map[*amap].xfunc)(&xdr, na)) { in do_rfs4_op_getattr() 5051 if ((*nfs4_ntov_map[k].xfunc)(xdrp, nap)) { in decode_fattr4_attr() 5069 xdr_free(nfs4_ntov_map[k].xfunc, in decode_fattr4_attr()
|
/titanic_44/usr/src/uts/common/nfs/ |
H A D | nfs4.h | 1151 xdrproc_t xfunc; member
|
/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() argument 560 return (*xfunc)(xdrs, xwhere); in authany_wrap()
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 4328 void (*xfunc)(int, uint_t); in idn_xphase_transition() local 4351 xfunc = xp->xt_exit; in idn_xphase_transition() 4372 if (xfunc) in idn_xphase_transition() 4373 (*xfunc)(domid, msgtype); in idn_xphase_transition() 4393 if (xfunc) in idn_xphase_transition() 4394 (*xfunc)(domid, msgtype); in idn_xphase_transition() 4405 if (xfunc) in idn_xphase_transition() 4406 (*xfunc)(domid, msgtype); in idn_xphase_transition() 4416 if (xfunc) in idn_xphase_transition() 4417 (*xfunc)(domid, msgtype); in idn_xphase_transition()
|