Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dsystrace.c69 if (a->sy_callc == dtrace_systrace_syscall) in systrace_init()
163 ASSERT(sysent[sysnum].sy_callc == dtrace_systrace_syscall); in systrace_enable()
169 (void *)dtrace_systrace_syscall); in systrace_enable()
188 (void *)dtrace_systrace_syscall, in systrace_disable()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystrace.h52 extern int64_t dtrace_systrace_syscall(uintptr_t arg0, uintptr_t arg1,
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c1105 dtrace_systrace_syscall(uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, in dtrace_systrace_syscall() function