Home
last modified time | relevance | path

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

/titanic_41/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.c149 struct authunix_parms *aup; in sec_svc_getcred()
163 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()
/titanic_41/usr/src/stand/lib/fs/nfs/
H A Dauth_unix.c84 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()
/titanic_41/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c209 struct authunix_parms *aup;
233 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
242 aup = (struct authunix_parms *)rqstp->rq_clntcred;
/titanic_41/usr/src/cmd/ypcmd/
H A Dypupdated.c211 struct authunix_parms *aup;
244 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
245 aup = (struct authunix_parms *)rqstp->rq_clntcred;
/titanic_41/usr/src/cmd/rexd/
H A Drpc.rexd.c374 struct authunix_parms
378 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;
/titanic_41/usr/src/lib/libbc/inc/include/rpc/
H A Dauth_unix.h49 struct authunix_parms { struct
/titanic_41/usr/src/uts/common/rpc/
H A Dauth_sys.h81 #define authunix_parms authsys_parms macro
/titanic_41/usr/src/cmd/keyserv/
H A Dkeyserv.c1339 CTASSERT(sizeof (struct authunix_parms) <= RQCRED_SIZE);
1341 *uid = ((struct authunix_parms *)rqstp->rq_clntcred)->aup_uid;
/titanic_41/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c69 typedef struct authunix_parms *authp;
/titanic_41/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;
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c2521 hostname = ((struct authunix_parms *) in client_name()