Searched refs:kIOReportGetDimensions (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOReportMacros.h154 * kIOReportGetDimensions & kIOReportCopyChannelData actions.
162 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \
329 * Update the result field received as a parameter for kIOReportGetDimensions &
342 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \
510 * Update the result field received as a parameter for kIOReportGetDimensions &
523 if (((action) == kIOReportGetDimensions) || ((action) == kIOReportCopyChannelData)) { \
H A DIOReportTypes.h123 kIOReportGetDimensions = 0x02, enumerator in enum:__anon14999
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOReporter.cpp64 case kIOReportGetDimensions:
640 case kIOReportGetDimensions:
H A DIOServicePM.cpp6591 case kIOReportGetDimensions:
6593 STATEREPORT_UPDATERES(fReportBuf, kIOReportGetDimensions, result);
6674 case kIOReportGetDimensions:
6675 SIMPLEREPORT_UPDATERES(kIOReportGetDimensions, result);
H A DIOPMrootDomain.cpp7034 if (action != kIOReportGetDimensions) goto exit;
7040 SIMPLEREPORT_UPDATERES(kIOReportGetDimensions, result);

Completed in 219 milliseconds