Home
last modified time | relevance | path

Searched refs:element_idx (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.141.1/iokit/Kernel/
H A DIOSimpleReporter.cpp69 .element_idx = 0 in initWith()
167 .element_idx = 0 in createLegend()
H A DIOStateReporter.cpp78 .element_idx = 0 in initWith()
811 int state_index, element_idx; in updateChannelValues() local
843 element_idx = channel_index * _channelDimension + state_index; in updateChannelValues()
846 kerr = copyElementValues(element_idx, (IOReportElementValues*)&state_values); in updateChannelValues()
857 kerr = setElementValues(element_idx, in updateChannelValues()
887 .element_idx = 0 in createLegend()
H A DIOHistogramReporter.cpp99 .element_idx = 0 in initWith()
193 _elements[cnt2].channel_type.element_idx = ((int16_t) cnt2); in initWith()
402 .element_idx = 0 in createLegend()
H A DIOReporter.cpp542 _elements[_nElements + cnt].channel_type.element_idx = ((int16_t) cnt); in handleAddChannelSwap()
/xnu-10063.141.1/iokit/IOKit/
H A DIOReportMacros.h94 __elem->channel_type.element_idx = 0; \
253 __elem->channel_type.element_idx = __no; \
442 __elem->channel_type.element_idx = __no; \
620 __elem->channel_type.element_idx = __no; \
H A DIOReportTypes.h145 int16_t element_idx; // 0..nelements-1 member