Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/kern/
H A Dkern_exec.c378 static int check_for_signature(proc_t, struct image_params *);
4099 error = check_for_signature(p, imgp); in posix_spawn()
4664 error = check_for_signature(p, imgp); in __mac_execve()
6847 check_for_signature(proc_t p, struct image_params *imgp) in check_for_signature() function