other versions
- stretch 4.9.168-1
SCSI_REMOVE_SINGLE_D(9) | SCSI mid layer | SCSI_REMOVE_SINGLE_D(9) |
NAME¶
scsi_remove_single_device - Respond to user request to remove a deviceSYNOPSIS¶
int scsi_remove_single_device(uint host, uint channel, uint id, uint lun);
ARGUMENTS¶
hostuser-supplied decimal integer
channel
user-supplied decimal integer
id
user-supplied decimal integer
lun
user-supplied decimal integer
DESCRIPTION¶
called by writing “scsi remove-single-device” to /proc/scsi/scsi. Does a scsi_device_lookup and scsi_remove_deviceAUTHORS¶
James Bottomley <James.Bottomley@hansenpartnership.com>Author.
Rob Landley <rob@landley.net>
Author.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |