Home
last modified time | relevance | path

Searched refs:authdes_cred (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/uts/common/rpc/
H A Dauth_des.h76 struct authdes_cred { struct
128 extern int kauthdes_getucred(const struct authdes_cred *, cred_t *);
131 extern int authdes_getucred(const struct authdes_cred *,
153 extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
/titanic_44/usr/src/lib/libnsl/rpc/
H A Dauth_des.c56 extern bool_t xdr_authdes_cred(XDR *, struct authdes_cred *);
78 struct authdes_cred ad_cred; /* storage for credential */
250 struct authdes_cred *cred = &ad->ad_cred; in authdes_marshal()
404 struct authdes_cred *cred = &ad->ad_cred; in authdes_refresh()
H A Dauthdes_prot.c50 xdr_authdes_cred(XDR *xdrs, struct authdes_cred *cred) in xdr_authdes_cred()
H A Dsvcauth_des.c122 struct authdes_cred area_cred;
135 struct authdes_cred *cred; in __svcauth_des()
162 cred = (struct authdes_cred *)&area->area_cred; in __svcauth_des()
636 authdes_getucred(const struct authdes_cred *adc, uid_t *uid, gid_t *gid, in authdes_getucred()
/titanic_44/usr/src/lib/libbc/inc/include/rpc/
H A Dauth_des.h55 struct authdes_cred { struct
/titanic_44/usr/src/uts/common/rpc/sec/
H A Dsvcauthdes.c141 struct authdes_cred *cred; in _svcauth_des()
151 struct authdes_cred area_cred; in _svcauth_des()
167 cred = (struct authdes_cred *)&area->area_cred; in _svcauth_des()
430 kauthdes_getucred(const struct authdes_cred *adc, cred_t *cr) in kauthdes_getucred()
H A Dauthdesprt.c51 xdr_authdes_cred(XDR *xdrs, struct authdes_cred *cred) in xdr_authdes_cred()
H A Dauth_des.c95 struct authdes_cred ad_cred; /* storage for credential */
229 struct authdes_cred *cred = &ad->ad_cred; in authdes_marshal()
381 struct authdes_cred *cred = &ad->ad_cred; in authdes_refresh()
H A Dsec_svc.c150 struct authdes_cred *adc; in sec_svc_getcred()
176 adc = (struct authdes_cred *)req->rq_clntcred; in sec_svc_getcred()
/titanic_44/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c232 CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE);
237 netname = ((struct authdes_cred *)
/titanic_44/usr/src/cmd/ypcmd/
H A Dypupdated.c238 CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE);
239 netname = ((struct authdes_cred *)
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c51 struct authdes_cred *adc; in nfsl_principal_name_get()
63 adc = (struct authdes_cred *)req->rq_clntcred; in nfsl_principal_name_get()
64 CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE); in nfsl_principal_name_get()
H A Dnfs_server.c1990 struct authdes_cred *adc; in checkwin()
1994 adc = (struct authdes_cred *)req->rq_clntcred; in checkwin()
1995 CTASSERT(sizeof (struct authdes_cred) <= RQCRED_SIZE); in checkwin()
/titanic_44/usr/src/cmd/rexd/
H A Drpc.rexd.c376 struct authdes_cred *des_cred; in authdes_to_unix()
/titanic_44/usr/src/lib/libnsl/common/
H A Dllib-lnsl498 bool_t xdr_authdes_cred(XDR *xdrs, struct authdes_cred *cred);
845 int authdes_getucred(const struct authdes_cred *adc, uid_t *uid, gid_t *gid,