Searched refs:conf_isns (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/ctld/
H A Dctld.c102 TAILQ_INIT(&conf->conf_isns);
135 TAILQ_FOREACH_SAFE(is, &conf->conf_isns, i_next, istmp)
760 TAILQ_INSERT_TAIL(&conf->conf_isns, isns, i_next);
781 TAILQ_REMOVE(&isns->i_conf->conf_isns, isns, i_next);
1971 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) {
1972 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) {
2320 TAILQ_FOREACH(newns, &newconf->conf_isns, i_next) {
2321 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) {
2329 if (!TAILQ_EMPTY(&newconf->conf_isns))
2836 if (!TAILQ_EMPTY(&newconf->conf_isns))
[all...]
H A Dctld.h210 TAILQ_HEAD(, isns) conf_isns; member in struct:conf

Completed in 134 milliseconds