PROC_SCSI_READ

Section: SCSI mid layer (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

proc_scsi_read - handle read from /proc by calling host's proc_info command  

SYNOPSIS

int proc_scsi_read(char * buffer, char ** start, off_t offset, int length, int * eof, void * data);
 

ARGUMENTS

buffer

passed to proc_info

start

passed to proc_info

offset

passed to proc_info

length

passed to proc_info

eof

returns whether length read was less than requested

data

pointer to a struct Scsi_Host
 

AUTHORS

James Bottomley <James.Bottomley@hansenpartnership.com>

Author.

Rob Landley <rob@landley.net>

Author.
 

COPYRIGHT