Searched refs:GID_TTY (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs.h146 #define GID_TTY 4 macro
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_ptmx.c331 DEVFS_CHAR, UID_ROOT, GID_TTY, 0666,
444 DEVFS_CHAR, UID_ROOT, GID_TTY, 0620,
1412 * thread, change the gid of the slave to GID_TTY,
1416 error = _devfs_setattr(pti->pt_devhandle, 0620, kauth_getuid(), GID_TTY);
H A Dtty_pty.c883 * thread, change the gid of the slave to GID_TTY,
887 _devfs_setattr(pti->pt_devhandle, 0620, kauth_getuid(), GID_TTY);

Completed in 182 milliseconds