Searched refs:ip_px_smpx (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dimgact.h120 void *ip_px_smpx; /* MAC-specific spawn attrs. */ member in struct:image_params
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_vfs.c788 void *spawnattr = exec_spawnattr_getmacpolicyinfo(imgp->ip_px_smpx, mpc->mpc_name, &spawnattrlen);
807 void *spawnattr = exec_spawnattr_getmacpolicyinfo(imgp->ip_px_smpx, mpc->mpc_name, &spawnattrlen);
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkern_exec.c2051 if ((error = spawn_copyin_macpolicyinfo(&px_args, (_posix_spawn_mac_policy_extensions_t *)&imgp->ip_px_smpx)) != 0)
2511 if (imgp->ip_px_smpx != NULL)
2512 spawn_free_macpolicyinfo(imgp->ip_px_smpx);
3645 imgp->ip_px_smpx);
3718 imgp->ip_px_smpx,

Completed in 148 milliseconds