Home
last modified time | relevance | path

Searched refs:idFound (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp886 static bool idFound = false; in getManagementNICID() local
889 if (idFound) in getManagementNICID()
899 idFound = true; in getManagementNICID()
904 if (!idFound) in getManagementNICID()
907 idFound = true; in getManagementNICID()
/openbmc/bmcweb/redfish-core/lib/
H A Dhypervisor_system.hpp156 bool idFound = false; in extractHypervisorInterfaceData() local
164 idFound = true; in extractHypervisorInterfaceData()
301 return idFound; in extractHypervisorInterfaceData()
H A Dethernet.hpp217 bool idFound = false; in extractEthernetInterfaceData() local
224 idFound = true; in extractEthernetInterfaceData()
515 return idFound; in extractEthernetInterfaceData()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp746 auto idFound = std::find(idsWithHwIsoEntry.begin(), in removePELs() local
748 if (idFound != idsWithHwIsoEntry.end()) in removePELs()