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

/freebsd-13-stable/sys/dev/mps/
H A Dmps_sas.h121 uint64_t *newlun; local
123 newlun = (uint64_t *)lun;
124 *newlun = 0;
/freebsd-13-stable/sys/dev/mpr/
H A Dmpr_sas.h127 uint64_t *newlun; local
129 newlun = (uint64_t *)lun;
130 *newlun = 0;
/freebsd-13-stable/usr.sbin/ctld/
H A Dctld.c1881 struct lun *oldlun, *newlun, *tmplun; local
1981 newlun = lun_find(newconf, oldlun->l_name);
1982 if (newlun == NULL) {
2001 assert(newlun->l_backend != NULL);
2002 if (strcmp(newlun->l_backend, oldlun->l_backend) != 0) {
2008 if (oldlun->l_blocksize != newlun->l_blocksize) {
2014 if (newlun->l_device_id != NULL &&
2016 strcmp(oldlun->l_device_id, newlun->l_device_id) !=
2023 if (newlun->l_path != NULL &&
2025 strcmp(oldlun->l_path, newlun
[all...]

Completed in 166 milliseconds