Home
last modified time | relevance | path

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

/openbmc/libpldm/src/firmware_device/
H A Dfd.c440 fd->req.result == PLDM_FWUP_APPLY_SUCCESS); in pldm_fd_maybe_cancel_component()
986 if (fd->req.result == PLDM_FWUP_APPLY_SUCCESS) { in pldm_fd_handle_apply_complete_resp()
1165 if (res == PLDM_FWUP_APPLY_SUCCESS) { in pldm_fd_progress_apply()
1179 fd->req.result = PLDM_FWUP_APPLY_SUCCESS; in pldm_fd_progress_apply()
/openbmc/pldm/fw-update/
H A Ddevice_updater.cpp607 if (applyResult == PLDM_FWUP_APPLY_SUCCESS || in applyComplete()
/openbmc/libpldm/include/libpldm/
H A Dfirmware_update.h338 PLDM_FWUP_APPLY_SUCCESS = 0x00, enumerator
/openbmc/libpldm/tests/dsp/
H A Dfirmware_update.cpp3779 constexpr uint8_t applyResult2 = PLDM_FWUP_APPLY_SUCCESS; in TEST()