Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp501 for (const auto& l_interface : l_interfaceList) in resetDataUnderPIM() local
503 if ((l_interface.find(constants::ipzVpdInf) != in resetDataUnderPIM()
506 l_vpdRelatedInterfaces.end(), l_interface)) != in resetDataUnderPIM()
511 l_interface); in resetDataUnderPIM()
543 io_interfaceMap.emplace(l_interface, in resetDataUnderPIM()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp644 for (const auto& l_interface : l_pimInfList) in getFruTypeProperty()
646 if (l_interface.find(constants::inventoryItemInf) != in getFruTypeProperty()
648 l_interface.length() > in getFruTypeProperty()
651 l_resultInJson.emplace("type", l_interface); in getFruTypeProperty()
642 for (const auto& l_interface : l_pimInfList) getFruTypeProperty() local