Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_POSIX_CRED_GID (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/bsd/sys/
H A Dspawn_internal.h173 #define POSIX_SPAWN_POSIX_CRED_GID 0x00020000 macro
200 #define POSIX_SPAWN_PERSONA_GID POSIX_SPAWN_POSIX_CRED_GID
/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn.c2549 pspci->pspci_flags |= POSIX_SPAWN_POSIX_CRED_GID; in posix_spawnattr_set_gid_np()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c3015 if (px_pcred_info->pspci_flags & POSIX_SPAWN_POSIX_CRED_GID) { in spawn_posix_cred_adopt()