Searched refs:dt_stopped (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_work.c122 if (dtp->dt_stopped)
144 if (!dtp->dt_stopped)
156 if (!dtp->dt_stopped) {
226 if (dtp->dt_stopped)
232 dtp->dt_stopped = 1;
H A Ddt_impl.h254 uint_t dt_stopped; /* boolean: set once tracing is stopped */ member in struct:dtrace_hdl
H A Ddt_consume.c2083 if (!dtp->dt_stopped || buf->dtbd_cpu != dtp->dt_endedon) {
2237 if (dtp->dt_stopped && (i == dtp->dt_endedon))
2256 if (!dtp->dt_stopped)

Completed in 31 milliseconds