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.hpp188 bool idFound = false; in extractHypervisorInterfaceData() local
196 idFound = true; in extractHypervisorInterfaceData()
318 return idFound; in extractHypervisorInterfaceData()
H A Dethernet.hpp231 bool idFound = false; in extractEthernetInterfaceData() local
238 idFound = true; in extractEthernetInterfaceData()
529 return idFound; in extractEthernetInterfaceData()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.cpp736 auto idFound = std::find(idsWithHwIsoEntry.begin(), in removePELs() local
738 if (idFound != idsWithHwIsoEntry.end()) in removePELs()