Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/dev/dtrace/scripts/
H A Ddarwin.d204 pr_uid = P->p_proc_ro->p_ucred->cr_posix.cr_ruid;
205 pr_euid = P->p_proc_ro->p_ucred->cr_posix.cr_uid;
206 pr_gid = P->p_proc_ro->p_ucred->cr_posix.cr_rgid;
207 pr_egid = P->p_proc_ro->p_ucred->cr_posix.cr_groups[0];
/xnu-8020.101.4/bsd/sys/
H A Ducred.h117 } cr_posix; member
/xnu-8020.101.4/bsd/kern/
H A Dkern_credential.c3425 .cr_posix.cr_ngroups = 1, in kauth_cred_init()
3426 .cr_posix.cr_flags = CRF_NOMEMBERD, in kauth_cred_init()
3704 model_cred.cr_posix.cr_gmuid = KAUTH_UID_NONE;
4890 setup_cred->cr_posix = cred->cr_posix; in kauth_cred_dup()
5271 hash_key = os_hash_jenkins_update(&cred->cr_posix, in kauth_cred_get_bucket()
5337 temp_cred.cr_posix = *pcred; in posix_cred_create()
5379 return &cred->cr_posix; in posix_cred_get()
5407 cred->cr_posix = *pcred; /* structure assign for now */ in posix_cred_label()
H A Dkern_persona.c117 pcred = &cred.cr_posix; in personas_bootstrap()
/xnu-8020.101.4/tools/lldbmacros/
H A Dprocess.py105 out_string += "Cred: euid {:d} ruid {:d} svuid {:d}\n".format(ucred.cr_posix.cr_uid,
106 ucred.cr_posix.cr_ruid,
107 ucred.cr_posix.cr_svuid )
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_subr.c8455 vcp->vp, cred->cr_posix.cr_uid, vap->va_uid, dvap->va_uid); in vnode_authorize_delete()