Home
last modified time | relevance | path

Searched refs:cru2x (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Ducred.h222 void cru2x(kauth_cred_t cr, struct xucred *xcr);
/xnu-12377.1.9/bsd/kern/
H A Duipc_usrreq.c1433 cru2x(vfs_context_ucred(ctx), &unp3->unp_peercred); in unp_connect()
1567 cru2x(kauth_cred_get(), &unp->unp_peercred); in unp_connect2()
1570 cru2x(kauth_cred_get(), &unp2->unp_peercred); in unp_connect2()
2771 cru2x(safecred, &unp->unp_peercred); in unp_listen()
H A Dkern_prot.c1732 cru2x(kauth_cred_t cr, struct xucred *xcr) in cru2x() function
/xnu-12377.1.9/bsd/security/audit/
H A Daudit.c242 cru2x(cred, &ar->k_ar.ar_subj_cred); in audit_record_ctor()