Searched refs:newlun (Results 1 - 2 of 2) sorted by path

/freebsd-10.0-release/sys/dev/mps/
H A Dmps_sas.h120 uint64_t *newlun; local
122 newlun = (uint64_t *)lun;
123 *newlun = 0;
/freebsd-10.0-release/usr.sbin/ctld/
H A Dctld.c1009 struct lun *oldlun, *newlun, *tmplun; local
1084 newlun = lun_find(newtarg, oldlun->l_lun);
1085 if (newlun == NULL) {
1107 assert(newlun->l_backend != NULL);
1108 if (strcmp(newlun->l_backend, oldlun->l_backend) != 0) {
1115 if (oldlun->l_blocksize != newlun->l_blocksize) {
1122 if (newlun->l_device_id != NULL &&
1124 strcmp(oldlun->l_device_id, newlun->l_device_id) !=
1132 if (newlun->l_path != NULL &&
1134 strcmp(oldlun->l_path, newlun
[all...]

Completed in 134 milliseconds