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

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dimgact.h108 void *ip_px_sa; member in struct:image_params
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exec.c608 psa = (struct _posix_spawnattr *) imgp->ip_px_sa;
760 psa = (struct _posix_spawnattr *) imgp->ip_px_sa;
1105 if (imgp->ip_px_sa != NULL) {
1106 psa = (struct _posix_spawnattr *) imgp->ip_px_sa;
1625 imgp->ip_px_sa = &px_sa;
1668 if (imgp->ip_px_sa == NULL || !(px_sa.psa_flags & POSIX_SPAWN_SETEXEC)){
1706 if (imgp->ip_px_sa != NULL) {

Completed in 17 milliseconds