Searched refs:configureReport (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOReporter.cpp76 (void)rep->configureReport(channelList, action, result, destination);
345 IOReporter::configureReport(IOReportChannelList *channelList, function in class:IOReporter
599 // clients can use to cull unused reporters after configureReport(disable).
614 //IORLOG("IOReporter::configureReport action %u for %u channels",
646 IORLOG("ERROR configureReport unknown action!");
H A DIOService.cpp6031 IOReturn IOService::configureReport(IOReportChannelList *channelList, function in class:IOService
6061 reserved->interruptStatisticsArray[cnt].reporter->configureReport(channelList, action, result, destination);
H A DIOPMrootDomain.cpp7028 IOReturn IOPMrootDomain::configureReport(IOReportChannelList *channelList, function in class:IOPMrootDomain
7045 return super::configureReport(channelList, action, result, destination);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReporters.h67 through two new IOService methods: ::configureReport(...) and
72 and "disable" calls to IOService::configureReport().
206 /*! @function IOReporter::configureReport
207 @abstract track IOService::configureReport(), provide sizing info
216 Any time a reporting driver's ::configureReport method is invoked,
221 are ignored. ::configureReport(kIOReportGetDimensions) expects
240 IOReturn configureReport(IOReportChannelList *channelList,
293 @abstract call configureReport() on multiple IOReporter objects
301 IOReporter::configureReport()
309 Per the IOReporter::configureReport() documentatio
[all...]
H A DIOService.h396 /*! @function configureReport
405 virtual IOReturn configureReport(IOReportChannelList *channels,
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h403 virtual IOReturn configureReport(IOReportChannelList *channels,

Completed in 237 milliseconds