Home
last modified time | relevance | path

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

/dragonfly/sys/bus/cam/scsi/
H A Dscsi_target.c262 struct ioc_enable_lun *new_lun; in targioctl() local
266 new_lun = (struct ioc_enable_lun *)ap->a_data; in targioctl()
268 new_lun->path_id, in targioctl()
269 new_lun->target_id, in targioctl()
270 new_lun->lun_id); in targioctl()
277 status = targenable(softc, path, new_lun->grp6_len, in targioctl()
278 new_lun->grp7_len); in targioctl()