Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dsystrace.c73 if (a->sy_callc == dtrace_systrace_syscall32) in systrace_init()
173 (void *)dtrace_systrace_syscall32); in systrace_enable()
193 (void *)dtrace_systrace_syscall32, in systrace_disable()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystrace.h56 extern int64_t dtrace_systrace_syscall32(uintptr_t arg0, uintptr_t arg1,
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c1146 dtrace_systrace_syscall32(uintptr_t arg0, uintptr_t arg1, uintptr_t arg2, in dtrace_systrace_syscall32() function