Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Duds-to-self.c36 struct xucred xucred; variable
68 solen = sizeof(xucred);
69 (void)getsockopt(fd, SOL_LOCAL, LOCAL_PEERCRED, &xucred, &solen);
/xnu-12377.1.9/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-12377.1.9/bsd/security/audit/
H A Daudit_private.h226 struct xucred ar_subj_cred;
/xnu-12377.1.9/bsd/nfs/
H A Dnfs.h498 struct xucred nxna_cred; /* mapped credential for root/all user */
/xnu-12377.1.9/bsd/kern/
H A Dkern_prot.c1732 cru2x(kauth_cred_t cr, struct xucred *xcr) in cru2x()