Searched refs:responseCode (Results 1 – 3 of 3) sorted by relevance
52 uint8_t byteCount, responseCode, deviceAddress; in decode() local53 *this >> registers >> byteCount >> responseCode >> deviceAddress; in decode()55 verifyValue("Response Function Code", responseCode, expectedCommandCode); in decode()
365 int responseCode = decode_rw_file_memory_req( in readFileIntoMemory() local367 if (responseCode != PLDM_SUCCESS) in readFileIntoMemory()371 "RC", responseCode); in readFileIntoMemory()469 int responseCode = decode_rw_file_memory_req( in writeFileFromMemory() local471 if (responseCode != PLDM_SUCCESS) in writeFileFromMemory()475 "RC", responseCode); in writeFileFromMemory()1137 int responseCode = in newFileAvailable() local1139 if (responseCode != PLDM_SUCCESS) in newFileAvailable()1143 "RC", responseCode); in newFileAvailable()
196 MailboxStatus* responseCode = nullptr) in sendPECIOSMailboxCmd()236 if (responseCode != nullptr) in sendPECIOSMailboxCmd()238 *responseCode = status; in sendPECIOSMailboxCmd()