Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Ddevice_updater.hpp84 void requestUpdate(mctp_eid_t eid, const pldm_msg* response,
H A Ddevice_updater.cpp61 this->requestUpdate(eid, response, respMsgLen); in startFwUpdateFlow()
72 void DeviceUpdater::requestUpdate(mctp_eid_t eid, const pldm_msg* response, in requestUpdate() function in pldm::fw_update::DeviceUpdater
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp1336 auto requestUpdate = fwUpdate->add_subcommand( in registerCommand() local
1339 "fw_update", "RequestUpdate", requestUpdate)); in registerCommand()