Searched refs:ip_px_sa (Results 1 – 3 of 3) sorted by relevance
770 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_fat_imgact()1074 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_mach_imgact()1678 if (imgp->ip_px_sa != NULL) { in exec_mach_imgact()1679 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_mach_imgact()3173 imgp->ip_px_sa = &px_sa; in posix_spawn()3327 if (imgp->ip_px_sa != NULL) { in posix_spawn()3328 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in posix_spawn()3350 if (imgp->ip_px_sa == NULL || !(px_sa.psa_flags & POSIX_SPAWN_SETEXEC)) { in posix_spawn()3359 if (imgp->ip_px_sa == NULL || !px_args.coal_info) { in posix_spawn()3571 imgp->ip_px_sa != NULL ? px_sa.psa_flags : 0); in posix_spawn()[all …]
479 if (imgp->ip_px_sa != NULL) { in load_machfile()480 struct _posix_spawnattr* psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in load_machfile()
118 void *ip_px_sa; /* posix_spawn attrs */ member