Searched refs:oldit (Results 1 – 1 of 1) sorted by relevance
2131 auto oldit = oldconf->conf_luns.find(it->first); in apply() local2132 if (oldit != oldconf->conf_luns.end()) { in apply()2166 const auto oldit = oldconf->conf_ports.find(name); in apply() local2167 if (oldit == oldconf->conf_ports.end() || in apply()2168 oldit->second->is_dummy()) { in apply()2193 if (!newport->kernel_update(oldit->second.get())) in apply()