Home
last modified time | relevance | path

Searched refs:authunix_parms (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/rpc/sec/
H A Dsvc_authu.c74 struct authunix_parms *aup; in _svcauth_unix()
77 struct authunix_parms area_aup; in _svcauth_unix()
H A Dsec_svc.c147 struct authunix_parms *aup; in sec_svc_getcred()
161 aup = (struct authunix_parms *)req->rq_clntcred; in sec_svc_getcred()
H A Dauthu_prot.c57 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) in xdr_authunix_parms()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c82 struct authunix_parms aup; in authunix_create()
193 struct authunix_parms aup; in authunix_refresh()
283 xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p) in xdr_authunix_parms()
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c204 struct authunix_parms *aup; in ypupdate_prog()
207 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE); in ypupdate_prog()
237 aup = (struct authunix_parms *)rqstp->rq_clntcred; in ypupdate_prog()
/illumos-gate/usr/src/uts/common/rpc/
H A Dauth_sys.h81 #define authunix_parms authsys_parms macro
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c1336 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
1338 *uid = ((struct authunix_parms *)rqstp->rq_clntcred)->aup_uid;
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c69 typedef struct authunix_parms *authp;
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c2625 struct authunix_parms *aup;
2652 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
2654 aup = (struct authunix_parms *)rqstp->rq_clntcred;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2512 hostname = ((struct authunix_parms *) in client_name()