Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ctld/
HDctld.c756 isns->i_conf = conf; in isns_new()
778 TAILQ_REMOVE(&isns->i_conf->conf_isns, isns, i_next); in isns_delete()
807 struct conf *conf = isns->i_conf; in isns_do_register()
868 struct conf *conf = isns->i_conf; in isns_do_check()
901 struct conf *conf = isns->i_conf; in isns_do_deregister()
933 struct conf *conf = isns->i_conf; in isns_register()
950 if (oldisns == NULL || TAILQ_EMPTY(&oldisns->i_conf->conf_targets)) in isns_register()
961 struct conf *conf = isns->i_conf; in isns_check()
990 struct conf *conf = isns->i_conf; in isns_deregister()
HDctld.h200 struct conf *i_conf; member