Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dpel_manager_test.cpp431 auto unixfd = manager.getPEL(id); in TEST_F()
457 manager.getPEL(id + 1), in TEST_F()
730 manager.getPEL(0x50000012 + i); in TEST_F()
780 manager.getPEL(0x50000000 + i); in TEST_F()
797 manager.getPEL(0x50000001), in TEST_F()
813 manager.getPEL(i), in TEST_F()
857 manager.getPEL(0x50000000 + i); in TEST_F()
884 manager.getPEL(0x50000000 + i), in TEST_F()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.hpp150 sdbusplus::message::unix_fd getPEL(uint32_t pelID) override;
H A Dmanager.cpp416 sdbusplus::message::unix_fd Manager::getPEL(uint32_t pelID) in getPEL() function in openpower::pels::Manager