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

/freebsd-11-stable/usr.sbin/ctld/
H A Dctld.c94 TAILQ_INIT(&conf->conf_luns);
123 TAILQ_FOREACH_SAFE(lun, &conf->conf_luns, l_next, ltmp)
1421 TAILQ_INSERT_TAIL(&conf->conf_luns, lun, l_next);
1440 TAILQ_REMOVE(&lun->l_conf->conf_luns, lun, l_next);
1458 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) {
1639 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) {
1697 TAILQ_FOREACH(lun2, &lun->l_conf->conf_luns, l_next) {
1726 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) {
1924 TAILQ_FOREACH_SAFE(oldlun, &oldconf->conf_luns, l_next, tmplun) {
1998 TAILQ_FOREACH_SAFE(newlun, &newconf->conf_luns, l_nex
[all...]
H A Dctld.h203 TAILQ_HEAD(, lun) conf_luns; member in struct:conf

Completed in 305 milliseconds