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

/xnu-2782.1.97/iokit/Kernel/
H A DIOReportLegend.cpp98 IOReportLegend::addReporterLegend(IOService *reportingService, argument
107 if (!reportingService || !reporter) {
111 legend = IOReportLegend::with(OSDynamicCast(OSArray, reportingService->getProperty(kIOReportLegendKey)));
116 reportingService->setProperty(kIOReportLegendKey, legend->getLegend());
117 reportingService->setProperty(kIOReportLegendPublicKey, true);
H A DIOSimpleReporter.cpp38 IOSimpleReporter::with(IOService *reportingService, argument
50 if (!reporter->initWith(reportingService, categories, unit)) {
66 IOSimpleReporter::initWith(IOService *reportingService, argument
78 return super::init(reportingService, channelType, unit);
H A DIOHistogramReporter.cpp42 IOHistogramReporter::with(IOService *reportingService, argument
59 if(reporter->initWith(reportingService, categories,
71 IOHistogramReporter::initWith(IOService *reportingService, argument
100 if (super::init(reportingService, channelType, unit) != true) {
H A DIOStateReporter.cpp40 IOStateReporter::with(IOService *reportingService, argument
52 if (!reporter->initWith(reportingService, categories, nstates, unit)) {
68 IOStateReporter::initWith(IOService *reportingService, argument
82 if(super::init(reportingService, channelType, unit) != true) {
H A DIOReporter.cpp162 IOReporter::init(IOService *reportingService, argument
180 _driver_id = reportingService->getRegistryEntryID();
/xnu-2782.1.97/iokit/IOKit/
H A DIOKernelReporters.h131 @param reportingService - IOService associated with all channels
148 virtual bool init(IOService *reportingService,
799 @param reportingService - IOService associated with all channels
809 static IOSimpleReporter* with(IOService *reportingService,
864 virtual bool initWith(IOService *reportingService,
890 @param reportingService - The I/O Kit service for this reporter's channels
905 static IOStateReporter* with(IOService *reportingService,
1227 virtual bool initWith(IOService *reportingService,
1386 @param reportingService - IOService instanciator and data provider into the reporter object
1404 static IOHistogramReporter* with(IOService *reportingService,
[all...]

Completed in 65 milliseconds