Home
last modified time | relevance | path

Searched refs:IOReportChannelList (Results 1 – 9 of 9) sorted by relevance

/xnu-8796.141.3/iokit/IOKit/
H A DIOKernelReporters.h243 IOReturn configureReport(IOReportChannelList *channelList,
269 IOReturn updateReport(IOReportChannelList *channelList,
327 IOReportChannelList *channelList,
353 IOReportChannelList *channelList,
536 virtual IOReturn handleConfigureReport(IOReportChannelList *channelList,
554 virtual IOReturn handleUpdateReport(IOReportChannelList *channelList,
H A DIOService.h528 virtual IOReturn configureReport(IOReportChannelList *channels,
542 virtual IOReturn updateReport(IOReportChannelList *channels,
550 IOReturn _ConfigureReport(IOReportChannelList *channels,
554 IOReturn _UpdateReport(IOReportChannelList *channels,
H A DIOReportTypes.h179 } IOReportChannelList; typedef
/xnu-8796.141.3/iokit/Kernel/
H A DIOReporter.cpp51 IOReportChannelList *channelList, in configureAllReports()
102 IOReportChannelList *channelList, in updateAllReports()
355 IOReporter::configureReport(IOReportChannelList *channelList, in configureReport()
373 IOReporter::updateReport(IOReportChannelList *channelList, in updateReport()
606 IOReporter::handleConfigureReport(IOReportChannelList *channelList, in handleConfigureReport()
670 IOReporter::handleUpdateReport(IOReportChannelList *channelList, in handleUpdateReport()
H A DIOUserServer.cpp295 IOService::_ConfigureReport(IOReportChannelList *channelList, in _ConfigureReport()
303 static_assert(sizeof(IOReportChannelList) == 8); in _ConfigureReport()
306 …d_overflow(channelList->nchannels, sizeof(IOReportChannel), sizeof(IOReportChannelList), &size_of_… in _ConfigureReport()
328 IOService::_UpdateReport(IOReportChannelList *channelList, in _UpdateReport()
337 …d_overflow(channelList->nchannels, sizeof(IOReportChannel), sizeof(IOReportChannelList), &size_of_… in _UpdateReport()
H A DIOService.cpp8879 IOService::configureReport(IOReportChannelList *channelList, in configureReport()
8929 IOService::updateReport(IOReportChannelList *channelList, in updateReport()
H A DIOPMrootDomain.cpp9643 IOPMrootDomain::configureReport(IOReportChannelList *channelList, in configureReport()
9706 IOPMrootDomain::updateReport(IOReportChannelList *channelList, in updateReport()
/xnu-8796.141.3/iokit/DriverKit/
H A DIOReportTypes.h179 } IOReportChannelList; typedef
/xnu-8796.141.3/iokit/IOKit/pwr_mgt/
H A DRootDomain.h427 virtual IOReturn configureReport(IOReportChannelList *channels,
431 virtual IOReturn updateReport(IOReportChannelList *channels,