Searched refs:kIOReportInvalidValue (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOReportTypes.h40 /*! @const kIOReportInvalidValue
45 kIOReportInvalidValue and kIOReportInvalidIntValue have the
50 #define kIOReportInvalidValue (uint64_t)kIOReportInvalidIntValue macro
H A DIOReportMacros.h369 * unsigned stateIdx - index of state, out of bounds -> kIOReportInvalidValue
375 : kIOReportInvalidValue)
381 * unsigned stateIdx - index of state, out of bounds -> kIOReportInvalidValue
386 : kIOReportInvalidValue)
550 * unsigned idx - index of the value, out of bounds -> kIOReportInvalidValue
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOSimpleReporter.cpp145 int64_t simple_value = (int64_t)kIOReportInvalidValue;
H A DIOStateReporter.cpp758 uint64_t result = kIOReportInvalidValue;
802 uint64_t result = kIOReportInvalidValue;

Completed in 113 milliseconds