Home
last modified time | relevance | path

Searched refs:isDIMMLocCode (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.hpp531 std::optional<bool> isDIMMLocCode(const std::string& locCode) const;
H A Ddata_interface.cpp862 DataInterfaceBase::isDIMMLocCode(const std::string& locCode) const in isDIMMLocCode() function in openpower::pels::DataInterfaceBase
882 auto isDIMMType = isDIMMLocCode(locCode); in isDIMM()