Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c2313 _posix_spawn_file_actions_t px_sfap = imgp->ip_px_sfa; in exec_handle_file_actions() local
2319 for (action = 0; action < px_sfap->psfa_act_count; action++) { in exec_handle_file_actions()
2320 _psfa_action_t *psfa = &px_sfap->psfa_act_acts[action]; in exec_handle_file_actions()
2550 for (action = 0; action < px_sfap->psfa_act_count; action++) { in exec_handle_file_actions()
2551 _psfa_action_t *psfa = &px_sfap->psfa_act_acts[action]; in exec_handle_file_actions()
3076 _posix_spawn_file_actions_t px_sfap = NULL; in posix_spawn() local
3185 px_sfap = kalloc_data(px_args.file_actions_size, Z_WAITOK); in posix_spawn()
3186 if (px_sfap == NULL) { in posix_spawn()
3190 imgp->ip_px_sfa = px_sfap; in posix_spawn()
3192 if ((error = copyin(px_args.file_actions, px_sfap, in posix_spawn()
[all …]