Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Ducred.h203 struct xucred { struct
222 void cru2x(kauth_cred_t cr, struct xucred *xcr); argument
H A Dunpcb.h141 struct xucred unp_peercred; /* peer credentials, if applicable */
/xnu-10002.1.13/bsd/security/audit/
H A Daudit_private.h226 struct xucred ar_subj_cred;
/xnu-10002.1.13/bsd/nfs/
H A Dnfs.h494 struct xucred nxna_cred; /* mapped credential for root/all user */
/xnu-10002.1.13/bsd/kern/
H A Dkern_prot.c1735 cru2x(kauth_cred_t cr, struct xucred *xcr) in cru2x()