Home
last modified time | relevance | path

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

/xnu-11215/libsyscall/wrappers/spawn/
H A Dposix_spawn.c1652 psfileact->psfaa_type = PSFA_OPEN; in posix_spawn_file_actions_addopen()
1712 psfileact->psfaa_type = PSFA_CLOSE; in posix_spawn_file_actions_addclose()
1772 psfileact->psfaa_type = PSFA_DUP2; in posix_spawn_file_actions_adddup2()
1834 psfileact->psfaa_type = PSFA_FILEPORT_DUP2; in posix_spawn_file_actions_add_fileportdup2_np()
1905 psfileact->psfaa_type = PSFA_INHERIT; in posix_spawn_file_actions_addinherit_np()
1957 psfileact->psfaa_type = PSFA_CHDIR; in posix_spawn_file_actions_addchdir_np()
2016 psfileact->psfaa_type = PSFA_FCHDIR; in posix_spawn_file_actions_addfchdir_np()
/xnu-11215/bsd/sys/
H A Dspawn_internal.h398 psfa_t psfaa_type; /* file action type */ member
/xnu-11215/bsd/kern/
H A Dkern_exec.c2852 switch (psfa->psfaa_type) { in exec_handle_file_actions()
3053 if (PSFA_OPEN == psfa->psfaa_type) { in exec_handle_file_actions()
3081 switch (psfa->psfaa_type) { in exec_handle_file_actions()