proc_scsi_read(9) 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 <[email protected]>

Author.

Rob Landley <[email protected]>

Author.

COPYRIGHT