Searched refs:ip_px_sa (Results 1 – 4 of 4) sorted by relevance
796 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_fat_imgact()1256 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_mach_imgact()2069 if (imgp->ip_px_sa != NULL) { in exec_mach_imgact()2070 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_mach_imgact()3419 struct _posix_spawnattr *psa = imgp->ip_px_sa; in proc_apply_jit_and_vm_policies()3668 imgp->ip_px_sa = &px_sa; in posix_spawn()3815 if (imgp->ip_px_sa != NULL && (px_sa.psa_flags & POSIX_SPAWN_SETEXEC)) { in posix_spawn()3846 if (imgp->ip_px_sa != NULL) { in posix_spawn()3847 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in posix_spawn()3869 if (imgp->ip_px_sa == NULL || !(px_sa.psa_flags & POSIX_SPAWN_SETEXEC)) { in posix_spawn()[all …]
494 if (imgp->ip_px_sa != NULL) { in load_machfile()495 struct _posix_spawnattr* psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in load_machfile()
118 void *ip_px_sa; /* posix_spawn attrs */ member
927 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in mac_proc_check_launch_constraints()