1. NAME

scsi_remove_single_device - Respond to user request to remove a device

2. SYNOPSIS

int scsi_remove_single_device(uint  host , uint  channel , uint  id , uint  lun );

3. ARGUMENTS

host
    user-supplied decimal integer

channel
    user-supplied decimal integer

id
    user-supplied decimal integer

lun
    user-supplied decimal integer

4. DESCRIPTION

called by writing « scsi remove-single-device » to /proc/scsi/scsi. Does a scsi_device_lookup and scsi_remove_device

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT