Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/sys/
H A Dimgact.h128 void *ip_px_pcred_info; /* posix cred args */ member
/xnu-12377.81.4/bsd/kern/
H A Dkern_exec.c4254 imgp->ip_px_pcred_info = NULL; in posix_spawn()
4409 imgp->ip_px_pcred_info = px_pcred_info; in posix_spawn()
4788 if (imgp->ip_px_pcred_info) { in posix_spawn()
4794 error = spawn_posix_cred_adopt(p, imgp->ip_px_pcred_info); in posix_spawn()
5428 kfree_data(imgp->ip_px_pcred_info, in posix_spawn()