Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dsubr_syscall.c136 if (systrace_probe_func != NULL && sa->callp->sy_entry != 0) in syscallenter()
137 (*systrace_probe_func)(sa->callp->sy_entry, sa->code, in syscallenter()
155 if (systrace_probe_func != NULL && sa->callp->sy_return != 0) in syscallenter()
156 (*systrace_probe_func)(sa->callp->sy_return, sa->code, in syscallenter()
/freebsd-9-stable/sys/cddl/dev/systrace/
Dsystrace.c313 systrace_probe_func = systrace_probe; in systrace_load()
327 systrace_probe_func = NULL; in systrace_unload()
/freebsd-9-stable/sys/sys/
Dsysent.h54 extern systrace_probe_func_t systrace_probe_func;
/freebsd-9-stable/sys/amd64/amd64/
Dtrap.c114 systrace_probe_func_t systrace_probe_func; variable
/freebsd-9-stable/sys/i386/i386/
Dtrap.c123 systrace_probe_func_t systrace_probe_func; variable