'\" t .\" Title: scsi_remove_single_device .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: SCSI mid layer .\" Source: Kernel Hackers Manual 4.12.2 .\" Language: English .\" .TH "SCSI_REMOVE_SINGLE_D" "9" "July 2017" "Kernel Hackers Manual 4\&.12\&" "SCSI mid layer" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" scsi_remove_single_device \- Respond to user request to remove a device .SH "SYNOPSIS" .HP \w'int\ scsi_remove_single_device('u .BI "int scsi_remove_single_device(uint\ " "host" ", uint\ " "channel" ", uint\ " "id" ", uint\ " "lun" ");" .SH "ARGUMENTS" .PP \fIuint host\fR .RS 4 user\-supplied decimal integer .RE .PP \fIuint channel\fR .RS 4 user\-supplied decimal integer .RE .PP \fIuint id\fR .RS 4 user\-supplied decimal integer .RE .PP \fIuint lun\fR .RS 4 user\-supplied decimal integer .RE .SH "DESCRIPTION" .PP called by writing \(lqscsi remove\-single\-device\(rq to /proc/scsi/scsi\&. Does a \fBscsi_device_lookup\fR and \fBscsi_remove_device\fR .SH "AUTHORS" .PP \fBJames Bottomley\fR <\&James.Bottomley@hansenpartnership.com\&> .RS 4 Author. .RE .PP \fBRob Landley\fR <\&rob@landley.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br