Home
last modified time | relevance | path

Searched refs:ip_px_sa (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/kern/
H A Dkern_exec.c800 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_fat_imgact()
1388 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_mach_imgact()
2223 if (imgp->ip_px_sa != NULL) { in exec_mach_imgact()
2224 psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in exec_mach_imgact()
3576 struct _posix_spawnattr *psa = imgp->ip_px_sa; in proc_apply_jit_and_vm_policies()
3834 imgp->ip_px_sa = &px_sa; in posix_spawn()
3989 if (imgp->ip_px_sa != NULL && (px_sa.psa_flags & POSIX_SPAWN_SETEXEC)) { in posix_spawn()
4020 if (imgp->ip_px_sa != NULL) { in posix_spawn()
4021 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in posix_spawn()
4045 if (imgp->ip_px_sa == NULL || !(px_sa.psa_flags & POSIX_SPAWN_SETEXEC)) { in posix_spawn()
[all …]
H A Dmach_loader.c733 if (imgp->ip_px_sa != NULL) { in load_machfile()
734 struct _posix_spawnattr* psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in load_machfile()
/xnu-12377.1.9/bsd/sys/
H A Dimgact.h118 void *ip_px_sa; /* posix_spawn attrs */ member
/xnu-12377.1.9/security/
H A Dmac_process.c944 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in mac_proc_check_launch_constraints()