Searched refs:oldit (Results 1 – 1 of 1) sorted by relevance
2109 auto oldit = oldconf->conf_luns.find(it->first); in apply() local2110 if (oldit != oldconf->conf_luns.end()) { in apply()2144 const auto oldit = oldconf->conf_ports.find(name); in apply() local2145 if (oldit == oldconf->conf_ports.end() || in apply()2146 oldit->second->is_dummy()) { in apply()2171 if (!newport->kernel_update(oldit->second.get())) in apply()