Lines Matching refs:state_values

372 	IOStateReportValues state_values;  in handleOverrideChannelStateByIndices()  local
385 kerr = copyElementValues(element_index, (IOReportElementValues*)&state_values); in handleOverrideChannelStateByIndices()
391 state_values.last_intransition = last_intransition; in handleOverrideChannelStateByIndices()
392 state_values.intransitions = intransitions; in handleOverrideChannelStateByIndices()
393 state_values.upticks = time_in_state; in handleOverrideChannelStateByIndices()
396 kerr = setElementValues(element_index, (IOReportElementValues *)&state_values); in handleOverrideChannelStateByIndices()
448 IOStateReportValues state_values; in handleIncrementChannelStateByIndices() local
461 kerr = copyElementValues(element_index, (IOReportElementValues*)&state_values); in handleIncrementChannelStateByIndices()
467 state_values.last_intransition = last_intransition; in handleIncrementChannelStateByIndices()
468 state_values.intransitions += intransitions; in handleIncrementChannelStateByIndices()
469 state_values.upticks += time_in_state; in handleIncrementChannelStateByIndices()
472 kerr = setElementValues(element_index, (IOReportElementValues *)&state_values); in handleIncrementChannelStateByIndices()
556 IOStateReportValues state_values; in handleSetStateID() local
570 …if (copyElementValues(element_index, (IOReportElementValues *)&state_values) != kIOReturnSuccess) { in handleSetStateID()
575 state_values.state_id = state_id; in handleSetStateID()
577 res = setElementValues(element_index, (IOReportElementValues *)&state_values); in handleSetStateID()
815 IOStateReportValues state_values; in updateChannelValues() local
846 kerr = copyElementValues(element_idx, (IOReportElementValues*)&state_values); in updateChannelValues()
854 state_values.upticks += time_in_state; in updateChannelValues()
858 (IOReportElementValues *)&state_values, in updateChannelValues()