Home
last modified time | relevance | path

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

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