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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOReportMacros.h94 __vals->simple_value = kIOReportInvalidIntValue; \
433 __rep->simple_values[0] = kIOReportInvalidIntValue; \
434 __rep->simple_values[1] = kIOReportInvalidIntValue; \
435 __rep->simple_values[2] = kIOReportInvalidIntValue; \
436 __rep->simple_values[3] = kIOReportInvalidIntValue; \
553 (((idx) > __SA_MAXINDEX(array_buf) || (idx) < 0) ? kIOReportInvalidIntValue : \
H A DIOReportTypes.h41 @const kIOReportInvalidIntValue
45 kIOReportInvalidValue and kIOReportInvalidIntValue have the
49 #define kIOReportInvalidIntValue INT64_MIN macro
50 #define kIOReportInvalidValue (uint64_t)kIOReportInvalidIntValue
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOHistogramReporter.cpp172 hist_values.bucket_min = kIOReportInvalidIntValue;
173 hist_values.bucket_max = kIOReportInvalidIntValue;
174 hist_values.bucket_sum = kIOReportInvalidIntValue;

Completed in 137 milliseconds