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

/freebsd-11.0-release/usr.sbin/ctld/
H A Dctld.c1808 struct lun *oldlun, *newlun, *tmplun; local
1907 TAILQ_FOREACH_SAFE(oldlun, &oldconf->conf_luns, l_next, tmplun) {
1908 newlun = lun_find(newconf, oldlun->l_name);
1912 "removing", oldlun->l_name, oldlun->l_ctl_lun);
1913 error = kernel_lun_remove(oldlun);
1917 oldlun->l_name, oldlun->l_ctl_lun);
1927 assert(oldlun->l_backend != NULL);
1929 if (strcmp(newlun->l_backend, oldlun
[all...]

Completed in 59 milliseconds