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

/freebsd-11.0-release/usr.sbin/ctld/
H A Dctld.c1642 const struct lun *lun2; local
1680 TAILQ_FOREACH(lun2, &lun->l_conf->conf_luns, l_next) {
1681 if (lun == lun2)
1683 if (lun->l_path != NULL && lun2->l_path != NULL &&
1684 strcmp(lun->l_path, lun2->l_path) == 0) {
1688 lun->l_name, lun2->l_name);

Completed in 112 milliseconds