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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c1416 _posix_spawn_file_actions_t px_sfap = imgp->ip_px_sfa; local
1419 for (action = 0; action < px_sfap->psfa_act_count; action++) {
1420 _psfa_action_t *psfa = &px_sfap->psfa_act_acts[ action];
1577 _posix_spawn_file_actions_t px_sfap = NULL; local
1635 MALLOC(px_sfap, _posix_spawn_file_actions_t, px_args.file_actions_size, M_TEMP, M_WAITOK);
1636 if (px_sfap == NULL) {
1640 imgp->ip_px_sfa = px_sfap;
1642 if ((error = copyin(px_args.file_actions, px_sfap,

Completed in 28 milliseconds