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

/darwin-on-arm/xnu/bsd/sys/
H A Dspawn_internal.h235 __darwin_size_t file_actions_size; /* size of file actions block */ member in struct:_posix_spawn_args_desc
254 uint32_t file_actions_size; /* size of file actions block */ member in struct:user32__posix_spawn_args_desc
263 user_size_t file_actions_size; /* size of file actions block */ member in struct:user__posix_spawn_args_desc
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c1752 px_args.file_actions_size = px_args32.file_actions_size;
1770 if (px_args.file_actions_size != 0) {
1773 if (px_args.file_actions_size < PSF_ACTIONS_SIZE(1) ||
1774 px_args.file_actions_size > PSF_ACTIONS_SIZE(maxfa)) {
1778 MALLOC(px_sfap, _posix_spawn_file_actions_t, px_args.file_actions_size, M_TEMP, M_WAITOK);
1786 px_args.file_actions_size)) != 0)

Completed in 17 milliseconds