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

/freebsd-current/usr.sbin/ctld/
H A Dctld.c1915 struct lun *oldlun, *newlun, *tmplun; local
2014 TAILQ_FOREACH_SAFE(oldlun, &oldconf->conf_luns, l_next, tmplun) {
2015 newlun = lun_find(newconf, oldlun->l_name);
2019 "removing", oldlun->l_name, oldlun->l_ctl_lun);
2020 error = kernel_lun_remove(oldlun);
2024 oldlun->l_name, oldlun->l_ctl_lun);
2034 assert(oldlun->l_backend != NULL);
2036 if (strcmp(newlun->l_backend, oldlun
[all...]

Completed in 63 milliseconds