Searched refs:DTRACE_A_HASPOSITIVES (Results 1 – 3 of 3) sorted by relevance
364 #define DTRACE_A_HASPOSITIVES 0x0040 macro
1313 tflags = DTRACE_A_TOTAL | DTRACE_A_HASNEGATIVES | DTRACE_A_HASPOSITIVES;1377 aggdata->dtada_flags |= DTRACE_A_HASPOSITIVES;
1858 char positives = aggdata->dtada_flags & DTRACE_A_HASPOSITIVES; in dt_print_datum()