Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOReportMacros.h241 IOStateReportValues *__rep; \
246 __rep = (IOStateReportValues *) &(__elem->values); \
280 IOStateReportValues *__rep; \
282 __rep = (IOStateReportValues*) &(__info->elem[(stateIdx)].values); \
298 IOStateReportValues *__rep; \
300 __rep = (IOStateReportValues*) &(__info->elem[__info->curr_state].values); \
304 __rep = (IOStateReportValues*) &(__info->elem[(newStateIdx)].values); \
324 IOStateReportValues *__state; \
329 __state = (IOStateReportValues *)&__elem->values; \
384 …? ((IOStateReportValues*)&(((IOStateReportInfo*)(state_buf))->elem[(stateIdx)].values))->intransit…
[all …]
H A DIOReportTypes.h105 } __attribute((packed)) IOStateReportValues; typedef
/xnu-11215/iokit/Kernel/
H A DIOStateReporter.cpp264 IOStateReportValues *values; in _getStateIndices()
278 values = (IOStateReportValues *)getElementValues(element_index + cnt); in _getStateIndices()
372 IOStateReportValues state_values; in handleOverrideChannelStateByIndices()
448 IOStateReportValues state_values; in handleIncrementChannelStateByIndices()
492 IOStateReportValues *values; in setState()
502 values = (IOStateReportValues *)getElementValues(new_state_index); in setState()
556 IOStateReportValues state_values; in handleSetStateID()
621 IOStateReportValues curr_state_values, new_state_values; in handleSetStateByIndices()
746 IOStateReportValues *values = NULL; in _getStateValue()
754 values = (IOStateReportValues *)getElementValues(element_index); in _getStateValue()
[all …]
/xnu-11215/iokit/DriverKit/
H A DIOReportTypes.h105 } __attribute((packed)) IOStateReportValues; typedef