'\" t .\" Title: cmf_readall .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: The ccw bus .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "CMF_READALL" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "The ccw bus" .\" ----------------------------------------------------------------- .\" * 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" cmf_readall \- read the current channel measurement block .SH "SYNOPSIS" .HP \w'int\ cmf_readall('u .BI "int cmf_readall(struct\ ccw_device\ *\ " "cdev" ", struct\ cmbdata\ *\ " "data" ");" .SH "ARGUMENTS" .PP \fIstruct ccw_device * cdev\fR .RS 4 the channel to be read .RE .PP \fIstruct cmbdata * data\fR .RS 4 a pointer to a data block that will be filled .RE .SH "DESCRIPTION" .PP Returns \fB0\fR on success, a negative error value otherwise\&. .SH "CONTEXT" .PP any .SH "AUTHOR" .PP \fBCornelia Huck\fR <\&cornelia.huck@de.ibm.com\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br