Home
last modified time | relevance | path

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

/openbmc/phosphor-modbus/rtu/modbus/
H A Dmodbus_commands.cpp52 uint8_t byteCount, responseCode, deviceAddress; in decode() local
53 *this >> registers >> byteCount >> responseCode >> deviceAddress; in decode()
55 verifyValue("Response Function Code", responseCode, expectedCommandCode); in decode()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.cpp365 int responseCode = decode_rw_file_memory_req( in readFileIntoMemory() local
367 if (responseCode != PLDM_SUCCESS) in readFileIntoMemory()
371 "RC", responseCode); in readFileIntoMemory()
469 int responseCode = decode_rw_file_memory_req( in writeFileFromMemory() local
471 if (responseCode != PLDM_SUCCESS) in writeFileFromMemory()
475 "RC", responseCode); in writeFileFromMemory()
1137 int responseCode = in newFileAvailable() local
1139 if (responseCode != PLDM_SUCCESS) in newFileAvailable()
1143 "RC", responseCode); in newFileAvailable()
/openbmc/smbios-mdr/src/
H A Dsst_mailbox.cpp196 MailboxStatus* responseCode = nullptr) in sendPECIOSMailboxCmd()
236 if (responseCode != nullptr) in sendPECIOSMailboxCmd()
238 *responseCode = status; in sendPECIOSMailboxCmd()