Searched refs:reportingService (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.141.1/iokit/Kernel/ ! |
| H A D | IOReportLegend.cpp | 100 IOReportLegend::addReporterLegend(IOService *reportingService, in addReporterLegend() argument 110 if (!reportingService || !reporter) { in addReporterLegend() 117 curLegend = reportingService->copyProperty(kIOReportLegendKey); in addReporterLegend() 126 reportingService->setProperty(kIOReportLegendKey, legend->getLegend()); in addReporterLegend() 127 reportingService->setProperty(kIOReportLegendPublicKey, true); in addReporterLegend()
|
| H A D | IOSimpleReporter.cpp | 41 IOSimpleReporter::with(IOService *reportingService, in with() argument 52 if (!reporter->initWith(reportingService, categories, unit)) { in with() 60 IOSimpleReporter::initWith(IOService *reportingService, in initWith() argument 72 return super::init(reportingService, channelType, unit); in initWith()
|
| H A D | IOHistogramReporter.cpp | 45 IOHistogramReporter::with(IOService *reportingService, in with() argument 61 if (reporter->initWith(reportingService, categories, in with() 73 IOHistogramReporter::initWith(IOService *reportingService, in initWith() argument 102 if (super::init(reportingService, channelType, unit) != true) { in initWith()
|
| H A D | IOStateReporter.cpp | 43 IOStateReporter::with(IOService *reportingService, in with() argument 59 if (!reporter->initWith(reportingService, categories, (int16_t) nstates, unit)) { in with() 67 IOStateReporter::initWith(IOService *reportingService, in initWith() argument 81 if (super::init(reportingService, channelType, unit) != true) { in initWith()
|
| H A D | IOReporter.cpp | 156 IOReporter::init(IOService *reportingService, in init() argument 174 _driver_id = reportingService->getRegistryEntryID(); in init()
|
| /xnu-10063.141.1/iokit/IOKit/ ! |
| H A D | IOKernelReporters.h | 151 virtual bool init(IOService *reportingService, 842 static OSPtr<IOSimpleReporter> with(IOService *reportingService, 920 virtual bool initWith(IOService *reportingService, 960 static OSPtr<IOStateReporter> with(IOService *reportingService, 1384 virtual bool initWith(IOService *reportingService, 1563 static OSPtr<IOHistogramReporter> with(IOService *reportingService, 1666 virtual bool initWith(IOService *reportingService, 1825 static IOReturn addReporterLegend(IOService *reportingService,
|