Searched refs:report_format (Results 1 – 7 of 7) sorted by relevance
| /xnu-8796.141.3/iokit/Kernel/ |
| H A D | IOSimpleReporter.cpp | 67 .report_format = kIOReportFormatSimple, in initWith() 165 .report_format = kIOReportFormatSimple, in createLegend()
|
| H A D | IOHistogramReporter.cpp | 97 .report_format = kIOReportFormatHistogram, in initWith() 400 .report_format = kIOReportFormatHistogram, in createLegend()
|
| H A D | IOStateReporter.cpp | 76 .report_format = kIOReportFormatState, in initWith() 885 .report_format = kIOReportFormatState, in createLegend()
|
| H A D | IOReporter.cpp | 169 if (channelType.report_format == kIOReportInvalidFormat) { in init()
|
| /xnu-8796.141.3/iokit/IOKit/ |
| H A D | IOReportMacros.h | 90 __elem->channel_type.report_format = kIOReportFormatSimple; \ 249 __elem->channel_type.report_format = kIOReportFormatState; \ 438 __elem->channel_type.report_format = kIOReportFormatSimpleArray; \ 616 __elem->channel_type.report_format = kIOReportFormatHistogram; \
|
| H A D | IOReportTypes.h | 139 uint8_t report_format; // Histogram, StateResidency, etc. member
|
| /xnu-8796.141.3/iokit/DriverKit/ |
| H A D | IOReportTypes.h | 139 uint8_t report_format; // Histogram, StateResidency, etc. member
|