Home
last modified time | relevance | path

Searched refs:authsys_parms (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/rpc/
H A Dauth_sys.h72 struct authsys_parms { struct
81 #define authunix_parms authsys_parms argument
95 extern bool_t xdr_authsys_parms(XDR *, struct authsys_parms *);
/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvc_auth_loopb.c46 struct authsys_parms area_aup;
58 struct authsys_parms *aup; in __svcauth_loopback()
H A Dsvc_auth_sys.c60 struct authsys_parms area_aup;
72 struct authsys_parms *aup; in __svcauth_sys()
H A Dauthsys_prot.c54 xdr_authsys_parms(XDR *xdrs, struct authsys_parms *p) in xdr_authsys_parms()
H A Dauth_sys.c88 struct authsys_parms aup; in authsys_create()
287 struct authsys_parms aup; in authsys_refresh()
/titanic_50/usr/src/cmd/rpcbind/
H A Drpcb_svc_com.c1041 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()
/titanic_50/usr/src/lib/libnsl/common/
H A Dllib-lnsl502 bool_t xdr_authsys_parms(XDR *xdrs, struct authsys_parms *p);