.\" 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_BLOCK_SGLIST_ALLOC" "9" "09 October 2005" "" "" .SH NAME i2o_block_sglist_alloc \- Allocate the SG list and map it .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int i2o_block_sglist_alloc (struct i2o_controller * \fIc\fB, struct i2o_block_request * \fIireq\fB, u32 __iomem ** \fImptr\fB); \fR .SH "ARGUMENTS" .TP \fB\fIc\fB\fR I2O controller to which the request belongs .TP \fB\fIireq\fB\fR I2O block request .TP \fB\fImptr\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Builds the SG list and map it to be accessable by the controller. .PP Returns 0 on failure or 1 on success.