Home
last modified time | relevance | path

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

/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h1008 struct pldm_activate_firmware_resp { struct
1928 const struct pldm_activate_firmware_resp *resp_data,
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c2472 if (payload_length != sizeof(struct pldm_activate_firmware_resp)) { in decode_activate_firmware_resp()
2476 struct pldm_activate_firmware_resp *response = in decode_activate_firmware_resp()
2477 (struct pldm_activate_firmware_resp *)msg->payload; in decode_activate_firmware_resp()
2488 const struct pldm_activate_firmware_resp *resp_data, in encode_activate_firmware_resp()
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp3860 constexpr std::array<uint8_t, hdrSize + sizeof(pldm_activate_firmware_resp)> in TEST()
3870 responseMsg1, sizeof(pldm_activate_firmware_resp), &completionCode, in TEST()
3893 constexpr std::array<uint8_t, hdrSize + sizeof(pldm_activate_firmware_resp)> in TEST()
3903 nullptr, sizeof(pldm_activate_firmware_resp), &completionCode, in TEST()
3908 sizeof(pldm_activate_firmware_resp), in TEST()
3913 sizeof(pldm_activate_firmware_resp), in TEST()
3922 responseMsg, sizeof(pldm_activate_firmware_resp) - 1, &completionCode, in TEST()
/openbmc/libpldm/src/firmware_device/
H A Dfd.c783 const struct pldm_activate_firmware_resp resp_data = { in pldm_fd_activate_firmware()