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.cpp881 static bool idFound = false; in getManagementNICID() local
884 if (idFound) in getManagementNICID()
894 idFound = true; in getManagementNICID()
899 if (!idFound) in getManagementNICID()
902 idFound = true; in getManagementNICID()
/openbmc/bmcweb/redfish-core/lib/
H A Dhypervisor_system.hpp188 bool idFound = false; in extractHypervisorInterfaceData() local
196 idFound = true; in extractHypervisorInterfaceData()
318 return idFound; in extractHypervisorInterfaceData()
H A Dethernet.hpp232 bool idFound = false; in extractEthernetInterfaceData() local
239 idFound = true; in extractEthernetInterfaceData()
530 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()