Home
last modified time | relevance | path

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

/xnu-11215/libsyscall/wrappers/spawn/
H A Dposix_spawn.c1505 (*psactsp)->psfa_act_count = 0; in posix_spawn_file_actions_init()
1640 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addopen()
1700 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addclose()
1760 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_adddup2()
1822 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_add_fileportdup2_np()
1893 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addinherit_np()
1945 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addchdir_np()
1959 (*psactsp)->psfa_act_count--; in posix_spawn_file_actions_addchdir_np()
3022 if (psactsp->psfa_act_count > 0) { in posix_spawn()
3023 size_t fa_size = PSF_ACTIONS_SIZE(psactsp->psfa_act_count); in posix_spawn()
[all …]
/xnu-11215/bsd/sys/
H A Dspawn_internal.h438 int psfa_act_count; /* count of defined actions */ member
/xnu-11215/bsd/kern/
H A Dkern_exec.c2849 for (action = 0; action < px_sfap->psfa_act_count; action++) { in exec_handle_file_actions()
3077 for (action = 0; action < px_sfap->psfa_act_count; action++) { in exec_handle_file_actions()
3746 size_t psfsize = PSF_ACTIONS_SIZE(px_sfap->psfa_act_count); in posix_spawn()