Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_exec.c2320 _psfa_action_t *psfa = &px_sfap->psfa_act_acts[action]; in exec_handle_file_actions() local
2322 switch (psfa->psfaa_type) { in exec_handle_file_actions()
2334 int mode = psfa->psfaa_openargs.psfao_mode; in exec_handle_file_actions()
2358 CAST_USER_ADDR_T(psfa->psfaa_openargs.psfao_path), in exec_handle_file_actions()
2362 psfa->psfaa_openargs.psfao_oflag, in exec_handle_file_actions()
2375 if (error || origfd == psfa->psfaa_filedes) { in exec_handle_file_actions()
2385 error = dup2(p, origfd, psfa->psfaa_filedes, ival); in exec_handle_file_actions()
2402 error = dup2(p, psfa->psfaa_filedes, in exec_handle_file_actions()
2403 psfa->psfaa_dup2args.psfad_newfiledes, ival); in exec_handle_file_actions()
2413 if (!MACH_PORT_VALID(psfa->psfaa_fileport)) { in exec_handle_file_actions()
[all …]