Searched refs:kIOReportInvalidIntValue (Results 1 – 4 of 4) sorted by relevance
97 __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 : \
49 #define kIOReportInvalidIntValue INT64_MIN macro50 #define kIOReportInvalidValue (uint64_t)kIOReportInvalidIntValue
178 hist_values.bucket_min = kIOReportInvalidIntValue; in initWith()179 hist_values.bucket_max = kIOReportInvalidIntValue; in initWith()180 hist_values.bucket_sum = kIOReportInvalidIntValue; in initWith()