Lines Matching refs:ip_px_sa

777 	psa = (struct _posix_spawnattr *) imgp->ip_px_sa;  in exec_fat_imgact()
1217 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_mach_imgact()
1982 if (imgp->ip_px_sa != NULL) { in exec_mach_imgact()
1983 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_mach_imgact()
3495 imgp->ip_px_sa = &px_sa; in posix_spawn()
3655 if (imgp->ip_px_sa != NULL) { in posix_spawn()
3656 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in posix_spawn()
3678 if (imgp->ip_px_sa == NULL || !(px_sa.psa_flags & POSIX_SPAWN_SETEXEC)) { in posix_spawn()
3687 if (imgp->ip_px_sa == NULL || !px_args.coal_info) { in posix_spawn()
3886 imgp->ip_px_sa != NULL ? px_sa.psa_flags : 0); in posix_spawn()
3917 if (imgp->ip_px_sa != NULL) { in posix_spawn()
4101 if (!error && imgp->ip_px_sa != NULL) { in posix_spawn()
4207 if (imgp->ip_px_sa != NULL) { in posix_spawn()
4234 if (imgp->ip_px_sa != NULL && (px_sa.psa_jetsam_flags & POSIX_SPAWN_JETSAM_SET)) { in posix_spawn()
4262 …if (imgp->ip_px_sa != NULL && (px_sa.psa_jetsam_flags & POSIX_SPAWN_JETSAM_RELAUNCH_BEHAVIOR_MASK)… in posix_spawn()
4286 if (imgp->ip_px_sa != NULL && px_sa.psa_thread_limit > 0) { in posix_spawn()
4291 if (imgp->ip_px_sa != NULL && (px_sa.psa_port_soft_limit > 0 || px_sa.psa_port_hard_limit > 0)) { in posix_spawn()
4296 …if (imgp->ip_px_sa != NULL && (px_sa.psa_filedesc_soft_limit > 0 || px_sa.psa_filedesc_hard_limit … in posix_spawn()
4395 if (error == 0 && imgp->ip_px_sa != NULL) { in posix_spawn()
4396 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in posix_spawn()
4410 if (error == 0 && imgp->ip_px_sa != NULL) { in posix_spawn()
4411 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in posix_spawn()
4418 if (error == 0 && imgp->ip_px_sa != NULL) { in posix_spawn()
4419 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in posix_spawn()
5921 if (imgp->ip_px_sa) { in exec_add_apple_strings()
5922 struct _posix_spawnattr* psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_add_apple_strings()
6140 if (imgp->ip_px_sa != NULL) { in exec_add_apple_strings()
6141 struct _posix_spawnattr* psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_add_apple_strings()
7393 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in process_signature()