1SCSI_REMOVE_SINGLE_D(9)         SCSI mid layer         SCSI_REMOVE_SINGLE_D(9)
2
3
4

NAME

6       scsi_remove_single_device - Respond to user request to remove a device
7

SYNOPSIS

9       int scsi_remove_single_device(uint host, uint channel, uint id,
10                                     uint lun);
11

ARGUMENTS

13       host
14           user-supplied decimal integer
15
16       channel
17           user-supplied decimal integer
18
19       id
20           user-supplied decimal integer
21
22       lun
23           user-supplied decimal integer
24

DESCRIPTION

26       called by writing “scsi remove-single-device” to /proc/scsi/scsi. Does
27       a scsi_device_lookup and scsi_remove_device
28

AUTHORS

30       James Bottomley <James.Bottomley@hansenpartnership.com>
31           Author.
32
33       Rob Landley <rob@landley.net>
34           Author.
35
37Kernel Hackers Manual 3.10         June 2019           SCSI_REMOVE_SINGLE_D(9)
Impressum