Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp39 sizeof(pldm_msg_hdr) + sizeof(struct pldm_request_update_req) + in startFwUpdateFlow()
48 sizeof(struct pldm_request_update_req) + compImgSetVerStrInfo.length); in startFwUpdateFlow()
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp754 sizeof(pldm_msg_hdr) + sizeof(struct pldm_request_update_req) + in createRequestMsg()
763 sizeof(struct pldm_request_update_req) + in createRequestMsg()
/openbmc/libpldm/src/dsp/
H A Dfirmware_update.c2048 if (payload_length != sizeof(struct pldm_request_update_req) + in encode_request_update_req()
2077 struct pldm_request_update_req *request = in encode_request_update_req()
2078 (struct pldm_request_update_req *)msg->payload; in encode_request_update_req()
2087 memcpy(msg->payload + sizeof(struct pldm_request_update_req), in encode_request_update_req()
/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h884 struct pldm_request_update_req { struct