Searched refs:psfa_act_alloc (Results 1 – 2 of 2) sorted by relevance
1357 (*psactsp)->psfa_act_alloc = PSF_ACTIONS_INIT_COUNT; in posix_spawn_file_actions_init()1423 if (os_mul_overflow((*psactsp)->psfa_act_alloc, 2, &newnum)) { in _posix_spawn_file_actions_grow()1442 new_psacts->psfa_act_alloc = newnum; in _posix_spawn_file_actions_grow()1493 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addopen()1553 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addclose()1613 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_adddup2()1675 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_add_fileportdup2_np()1746 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addinherit_np()1798 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addchdir_np()1857 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addfchdir_np()
423 int psfa_act_alloc; /* available actions space */ member