Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_time.c92 static void itimers_event_hook_exec(void *arg, struct proc *p, struct image_params *imgp);
1011 EVENTHANDLER_REGISTER(process_exec, itimers_event_hook_exec, in itimer_start()
1621 itimers_event_hook_exec(void *arg, struct proc *p, struct image_params *imgp __unused) in itimers_event_hook_exec() function