Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ctld/
HDctld.h174 char *l_scsiname; member
HDkernel.c712 if (o == NULL && lun->l_scsiname != NULL) { in kernel_lun_add()
713 o = option_new(&lun->l_options, "scsiname", lun->l_scsiname); in kernel_lun_add()
HDctld.c1430 free(lun->l_scsiname); in lun_delete()
1486 free(lun->l_scsiname); in lun_set_scsiname()
1487 lun->l_scsiname = checked_strdup(value); in lun_set_scsiname()