Lines Matching defs:possibleStates
224 auto possibleStates =
226 possibleStates->state_set_id = stateSetID;
227 possibleStates->possible_states_size = 2;
229 reinterpret_cast<state_effecter_possible_states*>(possibleStates);
294 auto possibleStates = reinterpret_cast<state_effecter_possible_states*>(
296 possibleStates->state_set_id = PLDM_OEM_IBM_PCIE_SLOT_EFFECTER_STATE;
297 possibleStates->possible_states_size = 2;
299 reinterpret_cast<state_effecter_possible_states*>(possibleStates);
340 auto possibleStates =
342 possibleStates->state_set_id = stateSetID;
343 possibleStates->possible_states_size = 2;
345 reinterpret_cast<state_sensor_possible_states*>(possibleStates);
404 auto possibleStates =
406 possibleStates->state_set_id = PLDM_OEM_IBM_PCIE_SLOT_SENSOR_STATE;
407 possibleStates->possible_states_size = 1;
409 reinterpret_cast<state_sensor_possible_states*>(possibleStates);