Home
last modified time | relevance | path

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

/xnu-8796.141.3/iokit/Kernel/
H A DIOSimpleReporter.cpp81 IOSimpleReportValues simple_values; in setValue()
111 IOSimpleReportValues simple_values; in incrementValue()
138 IOSimpleReportValues *values = NULL; in getValue()
145 values = (IOSimpleReportValues *)getElementValues(index); in getValue()
/xnu-8796.141.3/iokit/IOKit/
H A DIOReportMacros.h86 IOSimpleReportValues *__vals; \
96 __vals = (IOSimpleReportValues*)&__elem->values; \
115 IOSimpleReportValues *__vals; \
116 __vals = (IOSimpleReportValues*)&__elem->values; \
130 IOSimpleReportValues *__vals; \
131 __vals = (IOSimpleReportValues*)&__elem->values; \
202 (((IOSimpleReportValues*)&(((IOReportElement*)(simp_buf))->values)) \
H A DIOReportTypes.h92 } __attribute((packed)) IOSimpleReportValues; typedef
/xnu-8796.141.3/iokit/DriverKit/
H A DIOReportTypes.h92 } __attribute((packed)) IOSimpleReportValues; typedef