Searched refs:IOReportChannelList (Results 1 – 9 of 9) sorted by relevance
| /xnu-8019.80.24/iokit/IOKit/ |
| H A D | IOKernelReporters.h | 243 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 D | IOService.h | 517 virtual IOReturn configureReport(IOReportChannelList *channels, 531 virtual IOReturn updateReport(IOReportChannelList *channels, 539 IOReturn _ConfigureReport(IOReportChannelList *channels, 543 IOReturn _UpdateReport(IOReportChannelList *channels,
|
| H A D | IOReportTypes.h | 179 } IOReportChannelList; typedef
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOReporter.cpp | 50 IOReportChannelList *channelList, in configureAllReports() 101 IOReportChannelList *channelList, in updateAllReports() 354 IOReporter::configureReport(IOReportChannelList *channelList, in configureReport() 372 IOReporter::updateReport(IOReportChannelList *channelList, in updateReport() 605 IOReporter::handleConfigureReport(IOReportChannelList *channelList, in handleConfigureReport() 665 IOReporter::handleUpdateReport(IOReportChannelList *channelList, in handleUpdateReport()
|
| H A D | IOUserServer.cpp | 279 IOService::_ConfigureReport(IOReportChannelList *channelList, in _ConfigureReport() 287 static_assert(sizeof(IOReportChannelList) == 8); in _ConfigureReport() 290 …d_overflow(channelList->nchannels, sizeof(IOReportChannel), sizeof(IOReportChannelList), &size_of_… in _ConfigureReport() 312 IOService::_UpdateReport(IOReportChannelList *channelList, in _UpdateReport() 321 …d_overflow(channelList->nchannels, sizeof(IOReportChannel), sizeof(IOReportChannelList), &size_of_… in _UpdateReport()
|
| H A D | IOService.cpp | 8711 IOService::configureReport(IOReportChannelList *channelList, in configureReport() 8761 IOService::updateReport(IOReportChannelList *channelList, in updateReport()
|
| H A D | IOPMrootDomain.cpp | 9577 IOPMrootDomain::configureReport(IOReportChannelList *channelList, in configureReport() 9640 IOPMrootDomain::updateReport(IOReportChannelList *channelList, in updateReport()
|
| /xnu-8019.80.24/iokit/DriverKit/ |
| H A D | IOReportTypes.h | 179 } IOReportChannelList; typedef
|
| /xnu-8019.80.24/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 422 virtual IOReturn configureReport(IOReportChannelList *channels, 426 virtual IOReturn updateReport(IOReportChannelList *channels,
|