.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "I2O_STATUS_GET" "9" "09 October 2005" "" "" .SH NAME i2o_status_get \- Get the status block from the I2O controller .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int i2o_status_get (struct i2o_controller * \fIc\fB); \fR .SH "ARGUMENTS" .TP \fB\fIc\fB\fR I2O controller .SH "DESCRIPTION" .PP Issue a status query on the controller. This updates the attached status block. The status block could then be accessed through c->status_block. .PP Returns 0 on sucess or negative error code on failure.