Home
last modified time | relevance | path

Searched refs:state_effecter_possible_states (Results 1 – 17 of 17) sorted by relevance

/openbmc/pldm/common/test/
H A Dpldm_utils_test.cpp148 sizeof(struct state_effecter_possible_states)); in TEST()
152 auto state = new (rec->possible_states) state_effecter_possible_states; in TEST()
181 sizeof(struct state_effecter_possible_states)); in TEST()
185 auto state = new (rec->possible_states) state_effecter_possible_states; in TEST()
214 sizeof(struct state_effecter_possible_states)); in TEST()
230 sizeof(struct state_effecter_possible_states)); in TEST()
234 auto state = new (rec->possible_states) state_effecter_possible_states; in TEST()
249 sizeof(struct state_effecter_possible_states)); in TEST()
254 state_effecter_possible_states; in TEST()
289 sizeof(struct state_effecter_possible_states)); in TEST()
[all …]
/openbmc/pldm/libpldmresponder/
H A Dplatform_state_effecter.hpp46 state_effecter_possible_states* states = nullptr; in setStateEffecterStatesHandler()
79 states = reinterpret_cast<state_effecter_possible_states*>( in setStateEffecterStatesHandler()
155 sizeof(state_effecter_possible_states) - in setStateEffecterStatesHandler()
159 reinterpret_cast<state_effecter_possible_states*>(nextState); in setStateEffecterStatesHandler()
H A Dpdr_state_effecter.hpp50 pdrSize += sizeof(state_effecter_possible_states) - in generateStateEffecterPDR()
119 state_effecter_possible_states* possibleStates = in generateStateEffecterPDR()
120 reinterpret_cast<state_effecter_possible_states*>(start); in generateStateEffecterPDR()
H A Dplatform.hpp350 state_effecter_possible_states* states = nullptr; in setStateEffecterStatesHandler()
383 states = reinterpret_cast<state_effecter_possible_states*>( in setStateEffecterStatesHandler()
452 sizeof(state_effecter_possible_states) - in setStateEffecterStatesHandler()
455 states = reinterpret_cast<state_effecter_possible_states*>( in setStateEffecterStatesHandler()
H A Dplatform.cpp952 reinterpret_cast<state_effecter_possible_states*>( in isOemStateEffecter()
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_pdr_effecter_test.cpp63 state_effecter_possible_states* states = new (pdr->possible_states) in TEST()
64 state_effecter_possible_states; in TEST()
95 states = new (pdr->possible_states) state_effecter_possible_states; in TEST()
100 states = new (pdr->possible_states + sizeof(state_effecter_possible_states)) in TEST()
101 state_effecter_possible_states; in TEST()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp186 sizeof(state_effecter_possible_states); in buildAllCodeUpdateEffecterPDR()
215 reinterpret_cast<state_effecter_possible_states*>(possibleStatesPtr); in buildAllCodeUpdateEffecterPDR()
219 reinterpret_cast<state_effecter_possible_states*>(possibleStates); in buildAllCodeUpdateEffecterPDR()
238 sizeof(state_effecter_possible_states); in buildAllSlotEnableEffecterPDR()
283 auto possibleStates = reinterpret_cast<state_effecter_possible_states*>( in buildAllSlotEnableEffecterPDR()
288 reinterpret_cast<state_effecter_possible_states*>(possibleStates); in buildAllSlotEnableEffecterPDR()
H A Dcollect_slot_vpd.cpp241 reinterpret_cast<state_effecter_possible_states*>( in getEntityIDfromEffecterID()
/openbmc/pldm/oem/ibm/test/
H A Dlibpldmresponder_oem_platform_test.cpp270 state_effecter_possible_states* states = in TEST()
271 reinterpret_cast<state_effecter_possible_states*>(pdr->possible_states); in TEST()
298 reinterpret_cast<state_effecter_possible_states*>(pdr->possible_states); in TEST()
325 reinterpret_cast<state_effecter_possible_states*>(pdr->possible_states); in TEST()
/openbmc/pldm/common/
H A Dutils.cpp59 state_effecter_possible_states; in findStateEffecterPDR()
505 state_effecter_possible_states; in findStateEffecterId()
/openbmc/openpower-hw-diags/util/
H A Dpldm.cpp454 reinterpret_cast<const state_effecter_possible_states*>( in fetchEffecterInfo()
/openbmc/libpldm/include/libpldm/
H A Dplatform.h917 /** @struct state_effecter_possible_states
921 struct state_effecter_possible_states {
984 const struct state_effecter_possible_states *possible_states,
911 struct state_effecter_possible_states { global() struct
912 state_set_idstate_effecter_possible_states global() argument
913 possible_states_sizestate_effecter_possible_states global() argument
914 statesstate_effecter_possible_states global() argument
/openbmc/libpldm/src/dsp/
H A Dplatform.c22 const struct state_effecter_possible_states *const possible_states, in encode_state_effecter_pdr()
49 struct state_effecter_possible_states *states = in encode_state_effecter_pdr()
50 (struct state_effecter_possible_states *) in encode_state_effecter_pdr()
/openbmc/openpower-occ-control/
H A Dpldm.cpp358 reinterpret_cast<const state_effecter_possible_states*>( in fetchEffecterInfo()
/openbmc/pldm/pldmtool/
H A Dpldm_platform_cmd.cpp1135 reinterpret_cast<const state_effecter_possible_states*>( in printStateEffecterPDR()
1151 statesPtr += sizeof(state_effecter_possible_states) + in printStateEffecterPDR()
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump12753 'Name' => 'struct state_effecter_possible_states',
12759 'Name' => 'struct state_effecter_possible_states const',
13118 'Name' => 'struct state_effecter_possible_states const*',
13124 'Name' => 'struct state_effecter_possible_states const*const',
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp21 struct state_effecter_possible_states possible_states{}; in TEST()
61 struct state_effecter_possible_states possible_states{}; in TEST()