Searched refs:authsys_parms (Results 1 – 7 of 7) sorted by relevance
72 struct authsys_parms { struct81 #define authunix_parms authsys_parms argument95 extern bool_t xdr_authsys_parms(XDR *, struct authsys_parms *);
46 struct authsys_parms area_aup;58 struct authsys_parms *aup; in __svcauth_loopback()
60 struct authsys_parms area_aup;72 struct authsys_parms *aup; in __svcauth_sys()
54 xdr_authsys_parms(XDR *xdrs, struct authsys_parms *p) in xdr_authsys_parms()
88 struct authsys_parms aup; in authsys_create()287 struct authsys_parms aup; in authsys_refresh()
1041 struct authsys_parms *au; in rpcbproc_callit_com()1043 CTASSERT(sizeof (struct authsys_parms) <= RQCRED_SIZE); in rpcbproc_callit_com()1044 au = (struct authsys_parms *)rqstp->rq_clntcred; in rpcbproc_callit_com()
502 bool_t xdr_authsys_parms(XDR *xdrs, struct authsys_parms *p);