Home
last modified time | relevance | path

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

/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h1032 struct pldm_cancel_update_resp { struct
2056 const struct pldm_cancel_update_resp *resp_data,
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c2731 if (payload_length != sizeof(struct pldm_cancel_update_resp)) { in decode_cancel_update_resp()
2734 struct pldm_cancel_update_resp *response = in decode_cancel_update_resp()
2735 (struct pldm_cancel_update_resp *)msg->payload; in decode_cancel_update_resp()
2755 const struct pldm_cancel_update_resp *resp_data, in encode_cancel_update_resp()
/openbmc/libpldm/src/firmware_device/
H A Dfd.c732 const struct pldm_cancel_update_resp resp_data = { in pldm_fd_cancel_update()
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp4340 constexpr std::array<uint8_t, hdrSize + sizeof(pldm_cancel_update_resp)> in TEST()
4360 constexpr std::array<uint8_t, hdrSize + sizeof(pldm_cancel_update_resp)> in TEST()
4434 constexpr std::array<uint8_t, hdrSize + sizeof(pldm_cancel_update_resp)> in TEST()