Searched refs:authunix_parms (Results 1 – 13 of 13) sorted by relevance
74 struct authunix_parms *aup; in _svcauth_unix()77 struct authunix_parms area_aup; in _svcauth_unix()
149 struct authunix_parms *aup; in sec_svc_getcred()163 aup = (struct authunix_parms *)req->rq_clntcred; in sec_svc_getcred()
57 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) in xdr_authunix_parms()
84 struct authunix_parms aup; in authunix_create()203 struct authunix_parms aup; in authunix_refresh()293 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) in xdr_authunix_parms()
209 struct authunix_parms *aup;233 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);242 aup = (struct authunix_parms *)rqstp->rq_clntcred;
211 struct authunix_parms *aup;244 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);245 aup = (struct authunix_parms *)rqstp->rq_clntcred;
374 struct authunix_parms378 struct authunix_parms *unix_cred;379 static struct authunix_parms au;413 struct authunix_parms *unix_cred;531 (struct authunix_parms *)rqstp->rq_clntcred;827 struct authunix_parms *ucred;
49 struct authunix_parms { struct
81 #define authunix_parms authsys_parms macro
1339 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);1341 *uid = ((struct authunix_parms *)rqstp->rq_clntcred)->aup_uid;
69 typedef struct authunix_parms *authp;
2625 struct authunix_parms *aup;2652 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);2654 aup = (struct authunix_parms *)rqstp->rq_clntcred;
2521 hostname = ((struct authunix_parms *) in client_name()