Home
last modified time | relevance | path

Searched refs:kIOReportInvalidIntValue (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOReportMacros.h97 __vals->simple_value = kIOReportInvalidIntValue; \
444 __rep->simple_values[0] = kIOReportInvalidIntValue; \
445 __rep->simple_values[1] = kIOReportInvalidIntValue; \
446 __rep->simple_values[2] = kIOReportInvalidIntValue; \
447 __rep->simple_values[3] = kIOReportInvalidIntValue; \
567 (((idx) > __SA_MAXINDEX(array_buf) || (idx) < 0) ? kIOReportInvalidIntValue : \
H A DIOReportTypes.h49 #define kIOReportInvalidIntValue INT64_MIN macro
50 #define kIOReportInvalidValue (uint64_t)kIOReportInvalidIntValue
/xnu-11215/iokit/Kernel/
H A DIOHistogramReporter.cpp178 hist_values.bucket_min = kIOReportInvalidIntValue; in initWith()
179 hist_values.bucket_max = kIOReportInvalidIntValue; in initWith()
180 hist_values.bucket_sum = kIOReportInvalidIntValue; in initWith()
/xnu-11215/iokit/DriverKit/
H A DIOReportTypes.h49 #define kIOReportInvalidIntValue INT64_MIN macro
50 #define kIOReportInvalidValue (uint64_t)kIOReportInvalidIntValue