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

/darwin-on-arm/xnu/bsd/sys/
H A Dimgact.h115 void *ip_px_sa; member in struct:image_params
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c605 psa = (struct _posix_spawnattr *) imgp->ip_px_sa;
772 psa = (struct _posix_spawnattr *) imgp->ip_px_sa;
1118 if (imgp->ip_px_sa != NULL) {
1119 psa = (struct _posix_spawnattr *) imgp->ip_px_sa;
1768 imgp->ip_px_sa = &px_sa;
1831 if (imgp->ip_px_sa == NULL || !(px_sa.psa_flags & POSIX_SPAWN_SETEXEC)){
1867 imgp->ip_px_sa != NULL ? px_sa.psa_flags : 0)) != 0)
1878 imgp->ip_px_sa != NULL ? px_sa.psa_flags : 0)) != 0)
1883 if (imgp->ip_px_sa != NULL) {
1986 if (!error && imgp->ip_px_sa !
[all...]

Completed in 25 milliseconds