Home
last modified time | relevance | path

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

/openbmc/pldm/fw-update/
H A Ddevice_updater.hpp104 void passCompTable(mctp_eid_t eid, const pldm_msg* response,
H A Ddevice_updater.cpp194 this->passCompTable(eid, response, respMsgLen); in sendPassCompTableRequest()
205 void DeviceUpdater::passCompTable(mctp_eid_t eid, const pldm_msg* response, in passCompTable() function in pldm::fw_update::DeviceUpdater
/openbmc/pldm/pldmtool/
H A Dpldm_fw_update_cmd.cpp1341 auto passCompTable = fwUpdate->add_subcommand("PassComponentTable", in registerCommand() local
1344 "fw_update", "PassComponentTable", passCompTable)); in registerCommand()