Searched refs:dtrace_proc_waitfor_exec_ptr (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_subr.c120 void (*dtrace_proc_waitfor_exec_ptr)(proc_t*) = NULL; variable
165 dtrace_proc_waitfor_exec_ptr = &dtrace_proc_exec_notification;
173 dtrace_proc_waitfor_exec_ptr = NULL;
/xnu-2782.1.97/bsd/kern/
H A Dkern_fork.c100 extern void (*dtrace_proc_waitfor_exec_ptr)(proc_t);
104 * Since dtrace_proc_waitfor_exec_ptr can be added/removed in dtrace_subr.c,
911 if ((dtrace_proc_waitfor_hook = dtrace_proc_waitfor_exec_ptr) != NULL)
H A Dkern_exec.c161 extern void (*dtrace_proc_waitfor_exec_ptr)(proc_t);
166 * Since dtrace_proc_waitfor_exec_ptr can be added/removed in dtrace_subr.c,
2558 if ((dtrace_proc_waitfor_hook = dtrace_proc_waitfor_exec_ptr) != NULL)
2776 if ((dtrace_proc_waitfor_hook = dtrace_proc_waitfor_exec_ptr) != NULL)

Completed in 32 milliseconds