Home
last modified time | relevance | path

Searched refs:launch_type (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dcs_blobs.h313 cs_launch_type_t launch_type; member
/xnu-11215/security/
H A Dmac_process.c948 lcd.launch_type = CS_LAUNCH_TYPE_NONE; in mac_proc_check_launch_constraints()
952 lcd.launch_type = psa->psa_launch_type; in mac_proc_check_launch_constraints()
/xnu-11215/libsyscall/wrappers/spawn/
H A Dspawn_private.h115 int posix_spawnattr_set_launch_type_np(posix_spawnattr_t *attr, uint8_t launch_type) __SPI_AVAI…
H A Dposix_spawn.c2903 posix_spawnattr_set_launch_type_np(posix_spawnattr_t *attr, uint8_t launch_type) in posix_spawnattr_set_launch_type_np() argument
2912 psattr->psa_launch_type = launch_type; in posix_spawnattr_set_launch_type_np()
/xnu-11215/bsd/kern/
H A Dkern_cs.c1922 return lcd->launch_type; in launch_constraint_data_get_launch_type()