'\" t .\" Title: mpt_print_ioc_summary .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Message-based devices .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "MPT_PRINT_IOC_SUMMAR" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Message-based devices" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" mpt_print_ioc_summary \- Write ASCII summary of IOC to a buffer\&. .SH "SYNOPSIS" .HP \w'void\ mpt_print_ioc_summary('u .BI "void mpt_print_ioc_summary(MPT_ADAPTER\ *\ " "ioc" ", char\ *\ " "buffer" ", int\ *\ " "size" ", int\ " "len" ", int\ " "showlan" ");" .SH "ARGUMENTS" .PP \fIioc\fR .RS 4 Pointer to MPT_ADAPTER structure .RE .PP \fIbuffer\fR .RS 4 Pointer to buffer where IOC summary info should be written .RE .PP \fIsize\fR .RS 4 Pointer to number of bytes we wrote (set by this routine) .RE .PP \fIlen\fR .RS 4 Offset at which to start writing in buffer .RE .PP \fIshowlan\fR .RS 4 Display LAN stuff? .RE .SH "DESCRIPTION" .PP This routine writes (english readable) ASCII text, which represents a summary of IOC information, to a buffer\&. .SH "COPYRIGHT" .br