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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOReporter.cpp132 (void)rep->updateReport(channelList, action, result, destination);
364 IOReporter::updateReport(IOReportChannelList *channelList, function in class:IOReporter
711 IORLOG("ERROR updateReport unknown action!");
H A DIOService.cpp6070 IOReturn IOService::updateReport(IOReportChannelList *channelList, function in class:IOService
6100 reserved->interruptStatisticsArray[cnt].reporter->updateReport(channelList, action, result, destination);
H A DIOPMrootDomain.cpp7049 IOReturn IOPMrootDomain::updateReport(IOReportChannelList *channelList, function in class:IOPMrootDomain
7085 return super::updateReport(channelList, action, result, destination);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReporters.h68 ::updateReport(...). While not required (see IOReportTypes.h), drivers
245 /*! @function IOReporter::updateReport
246 @abstract Produce standard reply to IOService::updateReport()
258 IOService::updateReport() arguments to any and all reporters as
259 well as to super::updateReport() and get the right result.
266 IOReturn updateReport(IOReportChannelList *channelList,
321 @abstract call updateReport() on multiple IOReporter objects
404 the lock is taken by IOReporter::updateReport() and is already
529 @abstract override vector for IOReporter::updateReport()
558 @abstract update channel values for IOReporter::updateReport()
[all...]
H A DIOService.h410 /*! @function updateReport
419 virtual IOReturn updateReport(IOReportChannelList *channels,
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h407 virtual IOReturn updateReport(IOReportChannelList *channels,

Completed in 284 milliseconds