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

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_work.c194 if (dt_ioctl(dtp, DTRACEIOC_GO, &dtp->dt_beganon) == -1) {
H A Ddt_consume.c2063 processorid_t cpu = dtp->dt_beganon;
2069 dtp->dt_beganon = -1;
2223 if (dtp->dt_active && dtp->dt_beganon != -1) {
2224 buf->dtbd_cpu = dtp->dt_beganon;
H A Ddt_impl.h255 processorid_t dt_beganon; /* CPU that executed BEGIN probe (if any) */ member in struct:dtrace_hdl

Completed in 38 milliseconds