Searched refs:kauth_getgid (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c538 sb64->st_gid = kauth_getgid();
565 sb->st_gid = kauth_getgid();
1565 ub->vst_gid = kauth_getgid();
H A Dposix_sem.c528 pinfo->psem_gid = kauth_getgid();
H A Dposix_shm.c501 pinfo->pshm_gid = kauth_getgid();
H A Dkern_prot.c410 *retval = kauth_getgid();
H A Dkern_credential.c3207 * kauth_getgid
3217 kauth_getgid(void) function
3224 * kauth_getgid
/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c601 error = check_task_access(tfpport, proc_selfpid(), kauth_getgid(), pid);
777 error = check_task_access(tfpport, proc_selfpid(), kauth_getgid(), pid);
863 error = check_task_access(tfpport, proc_selfpid(), kauth_getgid(), pid);
/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h217 extern gid_t kauth_getgid(void);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c3468 return ((uint64_t)kauth_getgid());

Completed in 74 milliseconds