Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_exec.c388 static int exec_activate_image(struct image_params *imgp);
2254 exec_activate_image(struct image_params *imgp) in exec_activate_image() function
4311 error = exec_activate_image(imgp); in posix_spawn()
5325 error = exec_activate_image(imgp); in __mac_execve()