Home
last modified time | relevance | path

Searched refs:encode_set_state_effecter_states_resp (Results 1 – 5 of 5) sorted by relevance

/openbmc/pldm/libpldmresponder/
H A Dplatform.cpp335 rc = encode_set_state_effecter_states_resp(request->hdr.instance_id, rc, in setStateEffecterStates()
/openbmc/libpldm/include/libpldm/
H A Dplatform.h1335 int encode_set_state_effecter_states_resp(uint8_t instance_id,
/openbmc/libpldm/src/dsp/
H A Dplatform.c177 int encode_set_state_effecter_states_resp(uint8_t instance_id, in encode_set_state_effecter_states_resp() function
/openbmc/libpldm/abi/x86_64/
H A Dgcc.dump7122 'ShortName' => 'encode_set_state_effecter_states_resp'
9592 'encode_set_state_effecter_states_resp' => 1,
/openbmc/libpldm/tests/dsp/
H A Dplatform.cpp90 auto rc = encode_set_state_effecter_states_resp(0, PLDM_SUCCESS, response); in TEST()