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

/freebsd-10.2-release/usr.sbin/ctld/
H A Dctld.c91 TAILQ_INIT(&conf->conf_luns);
120 TAILQ_FOREACH_SAFE(lun, &conf->conf_luns, l_next, ltmp)
1381 TAILQ_INSERT_TAIL(&conf->conf_luns, lun, l_next);
1399 TAILQ_REMOVE(&lun->l_conf->conf_luns, lun, l_next);
1417 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) {
1594 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) {
1649 TAILQ_FOREACH(lun2, &lun->l_conf->conf_luns, l_next) {
1678 TAILQ_FOREACH(lun, &conf->conf_luns, l_next) {
1870 TAILQ_FOREACH_SAFE(oldlun, &oldconf->conf_luns, l_next, tmplun) {
1944 TAILQ_FOREACH_SAFE(newlun, &newconf->conf_luns, l_nex
[all...]
H A Dctld.h195 TAILQ_HEAD(, lun) conf_luns; member in struct:conf

Completed in 100 milliseconds