Home
last modified time | relevance | path

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

/openbmc/pldm/pldmtool/
H A Dpldm_cmd_helper.cpp37 rc = pldmSendRecv(requestMsg, responseMsg); in exec()
51 int CommandInterface::pldmSendRecv(std::vector<uint8_t>& requestMsg, in pldmSendRecv() function in pldmtool::helper::CommandInterface
H A Dpldm_cmd_helper.hpp100 int pldmSendRecv(std::vector<uint8_t>& requestMsg,
H A Dpldm_bios_cmd.cpp211 rc = pldmSendRecv(requestMsg, responseMsg); in getBIOSTable()
725 rc = pldmSendRecv(requestMsg, responseMsg); in exec()
926 rc = pldmSendRecv(requestMsg, responseMsg); in exec()
/openbmc/pldm/pldmtool/oem/ibm/
H A Dpldm_oem_ibm.cpp128 rc = pldmSendRecv(requestMsg, responseMsg); in exec()