procmpt_iocinfo_read(9)
NAME
procmpt_iocinfo_read - Handle read request from /proc/mpt/iocN/info.
SYNOPSIS
int procmpt_iocinfo_read(char * buf, char ** start, off_t offset,
int request, int * eof, void * data);
ARGUMENTS
- buf
- Pointer to area to write information
- start
- Pointer to start pointer
- offset
- Offset to start writing
- request
- Amount of read data requested
- eof
- Pointer to EOF integer
- data
- Pointer
DESCRIPTION
Returns number of characters written to process performing the read.