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

/darwin-on-arm/xnu/bsd/sys/
H A Dspawn_internal.h237 file_actions; /* pointer to block */ member in struct:_posix_spawn_args_desc
255 uint32_t file_actions; /* pointer to block */ member in struct:user32__posix_spawn_args_desc
264 user_addr_t file_actions; /* pointer to block */ member in struct:user__posix_spawn_args_desc
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c1753 px_args.file_actions = CAST_USER_ADDR_T(px_args32.file_actions);
1771 /* Limit file_actions to allowed number of open files */
1785 if ((error = copyin(px_args.file_actions, px_sfap,
1855 * to handle the file_actions. Since vfork() also ends up setting

Completed in 22 milliseconds