Searched refs:psfa_act_alloc (Results 1 – 2 of 2) sorted by relevance
1383 (*psactsp)->psfa_act_alloc = PSF_ACTIONS_INIT_COUNT; in posix_spawn_file_actions_init()1449 if (os_mul_overflow((*psactsp)->psfa_act_alloc, 2, &newnum)) { in _posix_spawn_file_actions_grow()1468 new_psacts->psfa_act_alloc = newnum; in _posix_spawn_file_actions_grow()1519 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addopen()1579 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addclose()1639 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_adddup2()1701 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_add_fileportdup2_np()1772 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addinherit_np()1824 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addchdir_np()1883 if ((*psactsp)->psfa_act_count == (*psactsp)->psfa_act_alloc) { in posix_spawn_file_actions_addfchdir_np()
425 int psfa_act_alloc; /* available actions space */ member