Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/dtrace/
H A Dsystrace.c110 systrace_sysent[i].stsy_entry = DTRACE_IDNONE; in systrace_provide()
113 systrace_sysent32[i].stsy_entry = DTRACE_IDNONE; in systrace_provide()
130 ASSERT(systrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE); in systrace_destroy()
132 ASSERT(systrace_sysent32[sysnum].stsy_entry == DTRACE_IDNONE); in systrace_destroy()
147 int enabled = (systrace_sysent[sysnum].stsy_entry != DTRACE_IDNONE || in systrace_enable()
151 systrace_sysent[sysnum].stsy_entry = id; in systrace_enable()
153 systrace_sysent32[sysnum].stsy_entry = id; in systrace_enable()
183 int disable = (systrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE || in systrace_disable()
199 systrace_sysent[sysnum].stsy_entry = DTRACE_IDNONE; in systrace_disable()
201 systrace_sysent32[sysnum].stsy_entry = DTRACE_IDNONE; in systrace_disable()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystrace.h39 dtrace_id_t stsy_entry; member
/illumos-gate/usr/src/uts/common/os/
H A Dsysent.c1113 if ((id = sy->stsy_entry) != DTRACE_IDNONE) in dtrace_systrace_syscall()
1154 if ((id = sy->stsy_entry) != DTRACE_IDNONE) in dtrace_systrace_syscall32()