Searched refs:stsy_underlying (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/dtrace/ |
H A D | systrace.c | 77 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()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | systrace.h | 43 int64_t (*stsy_underlying)(); member
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sysent.c | 1129 rval = (*sy->stsy_underlying)(arg0, arg1, arg2, arg3, arg4, arg5); in dtrace_systrace_syscall() 1170 rval = (*sy->stsy_underlying)(arg0, arg1, arg2, arg3, arg4, arg5); in dtrace_systrace_syscall32()
|