Searched refs:_posix_spawn_file_actions_t (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dspawn_internal.h209 } *_posix_spawn_file_actions_t; typedef in typeref:struct:_posix_spawn_file_actions
236 _posix_spawn_file_actions_t
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c1497 _posix_spawn_file_actions_t px_sfap = imgp->ip_px_sfa;
1707 _posix_spawn_file_actions_t px_sfap = NULL;
1778 MALLOC(px_sfap, _posix_spawn_file_actions_t, px_args.file_actions_size, M_TEMP, M_WAITOK);

Completed in 76 milliseconds