Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ctld/
H A Dctld.c1445 const struct lun *lun2; in conf_verify_lun() local
1483 TAILQ_FOREACH(lun2, &lun->l_conf->conf_luns, l_next) { in conf_verify_lun()
1484 if (lun == lun2) in conf_verify_lun()
1486 if (lun->l_path != NULL && lun2->l_path != NULL && in conf_verify_lun()
1487 strcmp(lun->l_path, lun2->l_path) == 0) { in conf_verify_lun()
1491 lun->l_name, lun2->l_name); in conf_verify_lun()