Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/kern/
H A Dkern_exec.c367 static int execargs_alloc(struct image_params *imgp);
1797 error = execargs_alloc(imgp); in exec_activate_image()
6676 execargs_alloc(struct image_params *imgp) in execargs_alloc() function