Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cam/scsi/
H A Dscsi_target.c240 struct ioc_enable_lun *new_lun; in targioctl() local
243 new_lun = (struct ioc_enable_lun *)addr; in targioctl()
245 new_lun->path_id, in targioctl()
246 new_lun->target_id, in targioctl()
247 new_lun->lun_id); in targioctl()
253 status = targenable(softc, path, new_lun->grp6_len, in targioctl()
254 new_lun->grp7_len); in targioctl()