Searched refs:e_dtrace_syscall (Results 1 – 3 of 3) sorted by relevance
246 if (e->e_dtrace_syscall) in trace_enter()247 (*e->e_dtrace_syscall)(sy->sy_entry, code, sy, args, in trace_enter()289 if (e->e_dtrace_syscall) in trace_exit()290 (*p->p_emul->e_dtrace_syscall)(sy->sy_return, code, sy, in trace_exit()
428 EMUL.e_dtrace_syscall = systrace_probe; in systrace_load()442 EMUL.e_dtrace_syscall = NULL; in systrace_unload()
196 void (*e_dtrace_syscall)(uint32_t, register_t, member