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

/freebsd-current/usr.sbin/ctld/
H A Dctld.c96 TAILQ_INIT(&conf->conf_luns);
125 TAILQ_FOREACH_SAFE(lun, &conf->conf_luns, l_next, ltmp)
1478 TAILQ_INSERT_TAIL(&conf->conf_luns, lun, l_next);
1497 TAILQ_REMOVE(&lun->l_conf->conf_luns, lun, l_next);
1515 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) {
1729 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) {
1787 TAILQ_FOREACH(lun2, &lun->l_conf->conf_luns, l_next) {
1816 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) {
2014 TAILQ_FOREACH_SAFE(oldlun, &oldconf->conf_luns, l_next, tmplun) {
2088 TAILQ_FOREACH_SAFE(newlun, &newconf->conf_luns, l_nex
[all...]
H A Dctld.h204 TAILQ_HEAD(, lun) conf_luns; member in struct:conf

Completed in 68 milliseconds