Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dsystrace.c77 s->stsy_underlying = a->sy_callc; in systrace_init()
96 if (systrace_sysent[i].stsy_underlying == NULL) in systrace_provide()
168 (void *)systrace_sysent[sysnum].stsy_underlying, in systrace_enable()
172 (void *)systrace_sysent32[sysnum].stsy_underlying, in systrace_enable()
189 (void *)systrace_sysent[sysnum].stsy_underlying); in systrace_disable()
194 (void *)systrace_sysent32[sysnum].stsy_underlying); in systrace_disable()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystrace.h41 int64_t (*stsy_underlying)(); member
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c1128 rval = (*sy->stsy_underlying)(arg0, arg1, arg2, arg3, arg4, arg5); in dtrace_systrace_syscall()
1169 rval = (*sy->stsy_underlying)(arg0, arg1, arg2, arg3, arg4, arg5); in dtrace_systrace_syscall32()