Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dctld.c717 isns->i_conf = conf; in isns_new()
739 TAILQ_REMOVE(&isns->i_conf->conf_isns, isns, i_next); in isns_delete()
768 struct conf *conf = isns->i_conf; in isns_do_register()
829 struct conf *conf = isns->i_conf; in isns_do_check()
862 struct conf *conf = isns->i_conf; in isns_do_deregister()
894 struct conf *conf = isns->i_conf; in isns_register()
911 if (oldisns == NULL || TAILQ_EMPTY(&oldisns->i_conf->conf_targets)) in isns_register()
922 struct conf *conf = isns->i_conf; in isns_check()
951 struct conf *conf = isns->i_conf; in isns_deregister()
H A Dctld.h191 struct conf *i_conf; member