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

/freebsd-current/usr.sbin/ctld/
H A Dctld.c1749 const struct lun *lun2; local
1787 TAILQ_FOREACH(lun2, &lun->l_conf->conf_luns, l_next) {
1788 if (lun == lun2)
1790 if (lun->l_path != NULL && lun2->l_path != NULL &&
1791 strcmp(lun->l_path, lun2->l_path) == 0) {
1795 lun->l_name, lun2->l_name);

Completed in 68 milliseconds