Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.1.10/iokit/Kernel/ !
H A DIOHistogramReporter.cpp174 IOHistogramReportValues hist_values; in initWith()
311 IOHistogramReportValues bucket; in overrideBucketValues()
336 IOHistogramReportValues hist_values; in tallyValue()