Home
last modified time | relevance | path

Searched refs:conf_controllers (Results 1 – 2 of 2) sorted by relevance

/src/usr.sbin/ctld/
H A Dctld.cc1226 auto const &pair = conf_controllers.try_emplace(t_name, in add_controller()
1239 auto it = conf_controllers.find(std::string(name)); in find_controller()
1240 if (it == conf_controllers.end()) in find_controller()
1499 for (const auto &kv : conf_controllers) in delete_target_luns()
1801 for (auto &kv : conf_controllers) { in verify()
H A Dctld.hh532 std::unordered_map<std::string, target_up> conf_controllers; member