Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/sys/
H A Dimgact.h127 void *ip_px_pcred_info; /* posix cred args */ member
/xnu-8792.61.2/bsd/kern/
H A Dkern_exec.c3443 imgp->ip_px_pcred_info = NULL; in posix_spawn()
3596 imgp->ip_px_pcred_info = px_pcred_info; in posix_spawn()
3940 if (imgp->ip_px_pcred_info) { in posix_spawn()
3946 error = spawn_posix_cred_adopt(p, imgp->ip_px_pcred_info); in posix_spawn()
4500 kfree_data(imgp->ip_px_pcred_info, in posix_spawn()