Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dctld.cc920 req.add_str(32, conf_first_target->name()); in isns_register_request()
960 req.add_str(32, conf_first_target->name()); in isns_check_request()
971 req.add_str(32, conf_first_target->name()); in isns_deregister_request()
995 if (oldconf == nullptr || oldconf->conf_first_target == nullptr) in isns_register_targets()
1273 if (conf_first_target == nullptr) in add_target()
1274 conf_first_target = pair.first->second.get(); in add_target()
H A Dctld.hh537 struct target *conf_first_target = nullptr; member