Home
last modified time | relevance | path

Searched refs:ip_px_pcred_info (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/sys/
H A Dimgact.h128 void *ip_px_pcred_info; /* posix cred args */ member
/xnu-11417.140.69/bsd/kern/
H A Dkern_exec.c3701 imgp->ip_px_pcred_info = NULL; in posix_spawn()
3856 imgp->ip_px_pcred_info = px_pcred_info; in posix_spawn()
4229 if (imgp->ip_px_pcred_info) { in posix_spawn()
4235 error = spawn_posix_cred_adopt(p, imgp->ip_px_pcred_info); in posix_spawn()
4828 kfree_data(imgp->ip_px_pcred_info, in posix_spawn()