Home
last modified time | relevance | path

Searched refs:PLDM_ERROR_NOT_READY (Results 1 – 6 of 6) sorted by relevance

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_cert.cpp327 else if (fileStatus == PLDM_ERROR_NOT_READY) in fileAckWithMetaData()
/openbmc/libpldm/include/libpldm/
H A Dbase.h57 PLDM_ERROR_NOT_READY = 0x04, enumerator
/openbmc/pldm/requester/
H A Dhandler.hpp555 rc = PLDM_ERROR_NOT_READY; in onComplete()
/openbmc/pldm/platform-mc/
H A Dplatform_manager.cpp257 co_return PLDM_ERROR_NOT_READY; in getPDRs() local
/openbmc/libpldm/src/firmware_device/
H A Dfd.c1325 return pldm_fd_reply_cc(PLDM_ERROR_NOT_READY, &hdr, in pldm_fd_handle_msg()
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp4428 EXPECT_EQ(completionCode, PLDM_ERROR_NOT_READY); in TEST()