Searched refs:dt_stopped (Results 1 – 3 of 3) sorted by relevance
120 if (dtp->dt_stopped) in dtrace_status()142 if (!dtp->dt_stopped) in dtrace_status()154 if (!dtp->dt_stopped) { in dtrace_status()224 if (dtp->dt_stopped) in dtrace_stop()230 dtp->dt_stopped = 1; in dtrace_stop()
2767 if (!dtp->dt_stopped || buf->dtbd_cpu != dtp->dt_endedon) { in dt_consume_begin()2927 if (dtp->dt_stopped && (i == dtp->dt_endedon)) in dtrace_consume()2944 if (dtp->dt_stopped) { in dtrace_consume()3025 !dtp->dt_stopped) in dtrace_consume()
270 uint_t dt_stopped; /* boolean: set once tracing is stopped */ member