Searched refs:cr_gid (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Ducred.h140 #define cr_gid cr_groups[0] macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_prot.c1306 rgid != my_pcred->cr_gid && /* allow rgid = egid */
1310 egid != my_pcred->cr_gid && /* allow egid = egid */
1320 uid_t new_egid = my_pcred->cr_gid;
1332 if (egid == KAUTH_UID_NONE && my_pcred->cr_gid != egid) {
1523 my_new_cred = kauth_cred_setuidgid(my_cred, my_target_pcred->cr_uid, my_target_pcred->cr_gid);
2034 audit_token.val[2] = my_pcred->cr_gid;
H A Dkern_credential.c1907 return(posix_cred_get(cred)->cr_gid);
3958 pcred->cr_gid == gid && pcred->cr_rgid == gid && pcred->cr_svgid == gid) {
4642 (pcred->cr_rgid == pcred->cr_gid)) {
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c1307 posix_cred_get(s_cr)->cr_gid == posix_cred_get(cr)->cr_gid &&
1308 posix_cred_get(s_cr)->cr_gid == posix_cred_get(cr)->cr_rgid &&
1309 posix_cred_get(s_cr)->cr_gid == posix_cred_get(cr)->cr_sgid)
3443 return ((uint64_t)p0.p_cred->cr_gid);
3454 return ((uint64_t)curthread->t_procp->p_cred->cr_gid);
6663 posix_cred_get(s_cr)->cr_gid != posix_cred_get(cr)->cr_gid ||
6664 posix_cred_get(s_cr)->cr_gid != posix_cred_get(cr)->cr_rgid ||
6665 posix_cred_get(s_cr)->cr_gid !
[all...]

Completed in 99 milliseconds