Lines Matching refs:DTRACE_IDNONE
110 systrace_sysent[i].stsy_entry = DTRACE_IDNONE; in systrace_provide()
111 systrace_sysent[i].stsy_return = DTRACE_IDNONE; in systrace_provide()
113 systrace_sysent32[i].stsy_entry = DTRACE_IDNONE; in systrace_provide()
114 systrace_sysent32[i].stsy_return = 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()
135 ASSERT(systrace_sysent[sysnum].stsy_return == DTRACE_IDNONE); in systrace_destroy()
137 ASSERT(systrace_sysent32[sysnum].stsy_return == DTRACE_IDNONE); in systrace_destroy()
147 int enabled = (systrace_sysent[sysnum].stsy_entry != DTRACE_IDNONE || in systrace_enable()
148 systrace_sysent[sysnum].stsy_return != DTRACE_IDNONE); in systrace_enable()
183 int disable = (systrace_sysent[sysnum].stsy_entry == DTRACE_IDNONE || in systrace_disable()
184 systrace_sysent[sysnum].stsy_return == 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()
204 systrace_sysent[sysnum].stsy_return = DTRACE_IDNONE; in systrace_disable()
206 systrace_sysent32[sysnum].stsy_return = DTRACE_IDNONE; in systrace_disable()