1PROC_SCSI_WRITE_PROC(9) SCSI mid layer PROC_SCSI_WRITE_PROC(9)
2
3
4
6 proc_scsi_write_proc - Handle write to /proc by calling host´s
7 proc_info
8
10 int proc_scsi_write_proc(struct file * file, const char __user * buf,
11 unsigned long count, void * data);
12
14 file
15 not used
16
17 buf
18 source of data to write.
19
20 count
21 number of bytes (at most PROC_BLOCK_SIZE) to write.
22
23 data
24 pointer to struct Scsi_Host
25
27 James Bottomley <James.Bottomley@hansenpartnership.com>
28 Author.
29
30 Rob Landley <rob@landley.net>
31 Author.
32
34Kernel Hackers Manual 2.6. June 2019 PROC_SCSI_WRITE_PROC(9)