Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp414 updatePEL(attr->second.path, func); in setPELHostTransState()
440 updatePEL(attr->second.path, func); in setPELHMCTransState()
451 bool Repository::updatePEL(const fs::path& path, PELUpdateFunc updateFunc) in updatePEL() function in openpower::pels::Repository
H A Drepository.hpp470 bool updatePEL(const std::filesystem::path& path, PELUpdateFunc updateFunc);
H A Dmanager.cpp1116 auto updated = _repo.updatePEL(attributes.path, in hardwarePresent()