Searched refs:acked (Results 1 – 12 of 12) sorted by relevance
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | host_notifier.cpp | 97 if ((a.hostState == TransmissionState::acked) || in enqueueRequired() 103 (a.hmcState == TransmissionState::acked)) in enqueueRequired() 133 if (a.hostState == TransmissionState::acked) in notifyRequired() 142 if ((a.hmcState == TransmissionState::acked) || in notifyRequired() 420 _repo.setPELHostTransState(id, TransmissionState::acked); in ackPEL()
|
| H A D | pel_entry.cpp | 30 (value ? TransmissionState::acked : TransmissionState::newPEL)); in managementSystemAck()
|
| H A D | pel_types.hpp | 132 acked = 3 enumerator
|
| H A D | pel_values.cpp | 322 {TransmissionState::acked, "Acked"}};
|
| H A D | repository.cpp | 714 return pel.hmcState == TransmissionState::acked; in removePELs() 718 return pel.hostState == TransmissionState::acked; in removePELs()
|
| H A D | manager.cpp | 958 (attr.hmcState == TransmissionState::acked ? true : false)); in createPELEntry()
|
| /openbmc/openbmc/meta-openembedded/ |
| H A D | .b4-config | 4 trailer-order = link*,fixes*,acked*,reviewed*,tested*,*
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | repository_test.cpp | 340 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F() 344 EXPECT_EQ((*a).get().hostState, TransmissionState::acked); in TEST_F() 349 EXPECT_EQ(newPEL.hostTransmissionState(), TransmissionState::acked); in TEST_F() 358 EXPECT_EQ((*a).get().hostState, TransmissionState::acked); in TEST_F() 363 EXPECT_EQ(newPEL.hostTransmissionState(), TransmissionState::acked); in TEST_F() 383 repo.setPELHMCTransState(pel->id(), TransmissionState::acked); in TEST_F() 387 EXPECT_EQ((*a).get().hmcState, TransmissionState::acked); in TEST_F() 392 EXPECT_EQ(newPEL.hmcTransmissionState(), TransmissionState::acked); in TEST_F() 401 EXPECT_EQ((*a).get().hmcState, TransmissionState::acked); in TEST_F() 406 EXPECT_EQ(newPEL.hmcTransmissionState(), TransmissionState::acked); in TEST_F() [all …]
|
| H A D | host_notifier_test.cpp | 161 repo.setPELHostTransState(pel->id(), TransmissionState::acked); in TEST_F() 225 repo.setPELHMCTransState(pel->id(), TransmissionState::acked); in TEST_F() 584 EXPECT_EQ(pelFromRepo1.hostTransmissionState(), TransmissionState::acked); in TEST_F() 589 EXPECT_EQ(pelFromRepo2.hostTransmissionState(), TransmissionState::acked); in TEST_F()
|
| /openbmc/qemu/hw/arm/ |
| H A D | trace-events | 36 smmuv3_write_gerrorn(uint32_t acked, uint32_t gerrorn) "acked=0x%x, new GERRORN=0x%x"
|
| /openbmc/docs/designs/ |
| H A D | bios-bmc-smm-error-logging.md | 107 overflow of the normal error log queue is imminent and the BMC has acked that
|
| /openbmc/u-boot/tools/patman/ |
| H A D | README | 229 These indicate that someone has tested/reviewed/acked your patch.
|