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

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c433 if ((last != DTRACE_EPIDNONE && id != last &&
452 if (next == DTRACE_EPIDNONE)
454 } while (next == DTRACE_EPIDNONE);
2037 if (id == DTRACE_EPIDNONE) {
2798 if (dtrh->dtrh_epid == DTRACE_EPIDNONE) {
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h79 #define DTRACE_EPIDNONE 0 /* invalid enabled probe identifier */ macro
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c2443 if (dtrh->dtrh_epid == DTRACE_EPIDNONE) {
11014 DTRACE_STORE(uint32_t, tomax, offs, DTRACE_EPIDNONE);
11130 if (epid == DTRACE_EPIDNONE) {
11197 DTRACE_STORE(uint32_t, tomax, offs, DTRACE_EPIDNONE);
13170 state->dts_epid = DTRACE_EPIDNONE + 1;

Completed in 139 milliseconds