Home
last modified time | relevance | path

Searched refs:xucred (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/bsd/sys/
H A Ducred.h148 struct xucred { struct
169 void cru2x(kauth_cred_t cr, struct xucred *xcr); argument
H A Dunpcb.h141 struct xucred unp_peercred; /* peer credentials, if applicable */
/xnu-8020.101.4/bsd/nfs/
H A Dnfs_lock.h84 struct xucred lm_cred; /* user cred for lock req */
H A Dnfs.h492 struct xucred nxna_cred; /* mapped credential for root/all user */
/xnu-8020.101.4/bsd/security/audit/
H A Daudit_private.h226 struct xucred ar_subj_cred;
/xnu-8020.101.4/bsd/kern/
H A Dkern_prot.c1796 cru2x(kauth_cred_t cr, struct xucred *xcr) in cru2x()