Searched refs:kauth_getuid (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c537 sb64->st_uid = kauth_getuid();
564 sb->st_uid = kauth_getuid();
1564 ub->vst_uid = kauth_getuid();
H A Dposix_sem.c527 pinfo->psem_uid = kauth_getuid();
H A Dposix_shm.c500 pinfo->pshm_uid = kauth_getuid();
H A Dtty_pty.c887 _devfs_setattr(pti->pt_devhandle, 0620, kauth_getuid(), GID_TTY);
H A Dkern_prot.c334 *retval = kauth_getuid();
H A Dtty_ptmx.c1416 error = _devfs_setattr(pti->pt_devhandle, 0620, kauth_getuid(), GID_TTY);
H A Dkern_credential.c3173 * kauth_getuid
3183 kauth_getuid(void) function
/darwin-on-arm/xnu/bsd/sys/
H A Dkauth.h215 extern uid_t kauth_getuid(void);
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace.c3426 return ((uint64_t)kauth_getuid());

Completed in 116 milliseconds