1PROCMPT_IOCINFO_READ(9) Message-based devices PROCMPT_IOCINFO_READ(9)
2
3
4
6 procmpt_iocinfo_read - Handle read request from /proc/mpt/iocN/info.
7
9 int procmpt_iocinfo_read(char * buf, char ** start, off_t offset,
10 int request, int * eof, void * data);
11
13 buf
14 Pointer to area to write information
15
16 start
17 Pointer to start pointer
18
19 offset
20 Offset to start writing
21
22 request
23 Amount of read data requested
24
25 eof
26 Pointer to EOF integer
27
28 data
29 Pointer
30
32 Returns number of characters written to process performing the read.
33
35Kernel Hackers Manual 2.6. November 2011 PROCMPT_IOCINFO_READ(9)