Home
last modified time | relevance | path

Searched refs:pldm_activate_firmware_resp (Results 1 – 3 of 3) sorted by relevance

/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c1576 if (payload_length != sizeof(struct pldm_activate_firmware_resp)) { in decode_activate_firmware_resp()
1580 struct pldm_activate_firmware_resp *response = in decode_activate_firmware_resp()
1581 (struct pldm_activate_firmware_resp *)msg->payload; in decode_activate_firmware_resp()
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp2805 constexpr std::array<uint8_t, hdrSize + sizeof(pldm_activate_firmware_resp)> in TEST()
2814 responseMsg1, sizeof(pldm_activate_firmware_resp), &completionCode, in TEST()
2836 constexpr std::array<uint8_t, hdrSize + sizeof(pldm_activate_firmware_resp)> in TEST()
2845 nullptr, sizeof(pldm_activate_firmware_resp), &completionCode, in TEST()
2850 sizeof(pldm_activate_firmware_resp), in TEST()
2855 sizeof(pldm_activate_firmware_resp), in TEST()
2864 responseMsg, sizeof(pldm_activate_firmware_resp) - 1, &completionCode, in TEST()
/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h631 struct pldm_activate_firmware_resp { struct