Home
last modified time | relevance | path

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

/freebsd/sys/dev/mps/
H A Dmps_sas.h116 uint64_t *newlun; in mpssas_set_lun() local
118 newlun = (uint64_t *)lun; in mpssas_set_lun()
119 *newlun = 0; in mpssas_set_lun()
/freebsd/sys/dev/mpr/
H A Dmpr_sas.h122 uint64_t *newlun; in mprsas_set_lun() local
124 newlun = (uint64_t *)lun; in mprsas_set_lun()
125 *newlun = 0; in mprsas_set_lun()
/freebsd/usr.sbin/ctld/
H A Dctld.c1913 struct lun *oldlun, *newlun, *tmplun; in conf_apply() local
2006 if (newlun == NULL) { in conf_apply()
2025 assert(newlun->l_backend != NULL); in conf_apply()
2038 if (newlun->l_device_id != NULL && in conf_apply()
2047 if (newlun->l_path != NULL && in conf_apply()
2055 if (newlun->l_serial != NULL && in conf_apply()
2082 newlun->l_name, newlun->l_ctl_lun); in conf_apply()
2083 error = kernel_lun_modify(newlun); in conf_apply()
2087 newlun->l_name, newlun->l_ctl_lun); in conf_apply()
2093 error = kernel_lun_add(newlun); in conf_apply()
[all …]