Symbol: authunix_parms
usr/src/cmd/fs.d/nfs/rquotad/rpc.rquotad.c
69
typedef struct authunix_parms *authp;
usr/src/cmd/gss/gssd/gssd_proc.c
2625
struct authunix_parms *aup;
usr/src/cmd/gss/gssd/gssd_proc.c
2652
CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
usr/src/cmd/gss/gssd/gssd_proc.c
2654
aup = (struct authunix_parms *)rqstp->rq_clntcred;
usr/src/cmd/keyserv/keyserv.c
1336
CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
usr/src/cmd/keyserv/keyserv.c
1338
*uid = ((struct authunix_parms *)rqstp->rq_clntcred)->aup_uid;
usr/src/cmd/ypcmd/ypupdated/rpc.ypupdated.c
204
struct authunix_parms *aup;
usr/src/cmd/ypcmd/ypupdated/rpc.ypupdated.c
207
CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
usr/src/cmd/ypcmd/ypupdated/rpc.ypupdated.c
237
aup = (struct authunix_parms *)rqstp->rq_clntcred;
usr/src/stand/lib/fs/nfs/auth_unix.c
193
struct authunix_parms aup;
usr/src/stand/lib/fs/nfs/auth_unix.c
283
xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p)
usr/src/stand/lib/fs/nfs/auth_unix.c
82
struct authunix_parms aup;
usr/src/uts/common/fs/nfs/nfs_server.c
2512
hostname = ((struct authunix_parms *)
usr/src/uts/common/rpc/sec/authu_prot.c
57
xdr_authunix_parms(XDR *xdrs, struct authunix_parms *p)
usr/src/uts/common/rpc/sec/sec_svc.c
147
struct authunix_parms *aup;
usr/src/uts/common/rpc/sec/sec_svc.c
161
aup = (struct authunix_parms *)req->rq_clntcred;
usr/src/uts/common/rpc/sec/svc_authu.c
74
struct authunix_parms *aup;
usr/src/uts/common/rpc/sec/svc_authu.c
77
struct authunix_parms area_aup;