1PROCMPT_SUMMARY_READ(9) Message-based devices PROCMPT_SUMMARY_READ(9)
2
3
4
6 procmpt_summary_read - Handle read request of a summary file
7
9 int procmpt_summary_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 Handles read request from /proc/mpt/summary or /proc/mpt/iocN/summary.
33 Returns number of characters written to process performing the read.
34
36Kernel Hackers Manual 2.6. November 2011 PROCMPT_SUMMARY_READ(9)