Lines Matching defs:lun
190 sdev->host->host_no, sdev->channel, sdev->id, sdev->lun);
233 * @lun: user-supplied decimal integer
243 static int scsi_add_single_device(uint host, uint channel, uint id, uint lun)
253 error = shost->transportt->user_scan(shost, channel, id, lun);
255 error = scsi_scan_host_selected(shost, channel, id, lun,
266 * @lun: user-supplied decimal integer
271 static int scsi_remove_single_device(uint host, uint channel, uint id, uint lun)
280 sdev = scsi_device_lookup(shost, channel, id, lun);
313 int host, channel, id, lun;
348 lun = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0;
350 err = scsi_add_single_device(host, channel, id, lun);
362 lun = (p + 1 < end) ? simple_strtoul(p + 1, &p, 0) : 0;
364 err = scsi_remove_single_device(host, channel, id, lun);