Home
last modified time | relevance | path

Searched refs:psfa (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_exec.c2852 switch (psfa->psfaa_type) { in exec_handle_file_actions()
2864 int mode = psfa->psfaa_openargs.psfao_mode; in exec_handle_file_actions()
2892 psfa->psfaa_openargs.psfao_oflag, in exec_handle_file_actions()
2905 if (error || origfd == psfa->psfaa_filedes) { in exec_handle_file_actions()
2932 error = dup2(p, p_cred, psfa->psfaa_filedes, in exec_handle_file_actions()
3040 psfa->psfaa_filedes, false); in exec_handle_file_actions()
3053 if (PSFA_OPEN == psfa->psfaa_type) { in exec_handle_file_actions()
3055 psfa->psfaa_openargs.psfao_path); in exec_handle_file_actions()
3079 int fd = psfa->psfaa_filedes; in exec_handle_file_actions()
3081 switch (psfa->psfaa_type) { in exec_handle_file_actions()
[all …]