Searched refs:dtrace_proc_waitfor_exec_ptr (Results 1 – 3 of 3) sorted by relevance
121 void (*dtrace_proc_waitfor_exec_ptr)(proc_t*) = NULL; variable220 dtrace_proc_waitfor_exec_ptr = &dtrace_proc_exec_notification; in dtrace_proc_waitfor()228 dtrace_proc_waitfor_exec_ptr = NULL; in dtrace_proc_waitfor()
106 extern void (*dtrace_proc_waitfor_exec_ptr)(proc_t);614 if ((dtrace_proc_waitfor_hook = dtrace_proc_waitfor_exec_ptr) != NULL) { in fork()
208 extern void (*dtrace_proc_waitfor_exec_ptr)(proc_t);4862 if ((dtrace_proc_waitfor_hook = dtrace_proc_waitfor_exec_ptr) != NULL) { in posix_spawn()5471 if ((dtrace_proc_waitfor_hook = dtrace_proc_waitfor_exec_ptr) != NULL) { in __mac_execve()