Home
last modified time | relevance | path

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

/xnu-8019.80.24/libsyscall/wrappers/spawn/
H A Dposix_spawn.c1505 psfileact->psfaa_type = PSFA_OPEN; in posix_spawn_file_actions_addopen()
1565 psfileact->psfaa_type = PSFA_CLOSE; in posix_spawn_file_actions_addclose()
1625 psfileact->psfaa_type = PSFA_DUP2; in posix_spawn_file_actions_adddup2()
1687 psfileact->psfaa_type = PSFA_FILEPORT_DUP2; in posix_spawn_file_actions_add_fileportdup2_np()
1758 psfileact->psfaa_type = PSFA_INHERIT; in posix_spawn_file_actions_addinherit_np()
1810 psfileact->psfaa_type = PSFA_CHDIR; in posix_spawn_file_actions_addchdir_np()
1869 psfileact->psfaa_type = PSFA_FCHDIR; in posix_spawn_file_actions_addfchdir_np()
/xnu-8019.80.24/bsd/sys/
H A Dspawn_internal.h384 psfa_t psfaa_type; /* file action type */ member
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c2338 switch (psfa->psfaa_type) { in exec_handle_file_actions()
2542 if (PSFA_OPEN == psfa->psfaa_type) { in exec_handle_file_actions()
2570 switch (psfa->psfaa_type) { in exec_handle_file_actions()