Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dimgact.h118 void *ip_px_sa; /* posix_spawn attrs */ member
/xnu-8792.61.2/bsd/kern/
H A Dkern_exec.c777 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()
[all …]
H A Dmach_loader.c492 if (imgp->ip_px_sa != NULL) { in load_machfile()
493 struct _posix_spawnattr* psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in load_machfile()
/xnu-8792.61.2/security/
H A Dmac_process.c933 struct _posix_spawnattr *psa = (struct _posix_spawnattr *) imgp->ip_px_sa; in mac_proc_check_launch_constraints()