Searched refs:idFound (Results 1 – 4 of 4) sorted by relevance
881 static bool idFound = false; in getManagementNICID() local884 if (idFound) in getManagementNICID()894 idFound = true; in getManagementNICID()899 if (!idFound) in getManagementNICID()902 idFound = true; in getManagementNICID()
188 bool idFound = false; in extractHypervisorInterfaceData() local196 idFound = true; in extractHypervisorInterfaceData()318 return idFound; in extractHypervisorInterfaceData()
232 bool idFound = false; in extractEthernetInterfaceData() local239 idFound = true; in extractEthernetInterfaceData()530 return idFound; in extractEthernetInterfaceData()
746 auto idFound = std::find(idsWithHwIsoEntry.begin(), in removePELs() local748 if (idFound != idsWithHwIsoEntry.end()) in removePELs()