Home
last modified time | relevance | path

Searched refs:IOHistogramReportValues (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOReportMacros.h608 IOHistogramReportValues *__rep; \
613 __rep = (IOHistogramReportValues *) &(__elem->values); \
622 memset(__rep, '\0', sizeof(IOHistogramReportValues)); \
641 IOHistogramReportValues *__rep; \
645 __rep = (IOHistogramReportValues *) &(__elem->values); \
H A DIOReportTypes.h113 } __attribute((packed)) IOHistogramReportValues; typedef
/xnu-11215/iokit/Kernel/
H A DIOHistogramReporter.cpp174 IOHistogramReportValues hist_values; in initWith()
311 IOHistogramReportValues bucket; in overrideBucketValues()
336 IOHistogramReportValues hist_values; in tallyValue()
/xnu-11215/iokit/DriverKit/
H A DIOReportTypes.h113 } __attribute((packed)) IOHistogramReportValues; typedef