Home
last modified time | relevance | path

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

/xnu-8792.41.9/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-8792.41.9/bsd/security/audit/
H A Daudit_private.h226 struct xucred ar_subj_cred;
/xnu-8792.41.9/bsd/nfs/
H A Dnfs.h493 struct xucred nxna_cred; /* mapped credential for root/all user */
/xnu-8792.41.9/bsd/kern/
H A Dkern_prot.c1795 cru2x(kauth_cred_t cr, struct xucred *xcr) in cru2x()