.\" 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 "INITIALIZE_EVENT_POOL" "9" "09 October 2005" "" "" .SH NAME initialize_event_pool \- Allocates and initializes the event pool for a host .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int initialize_event_pool (struct event_pool * \fIpool\fB, int \fIsize\fB, struct ibmvscsi_host_data * \fIhostdata\fB); \fR .SH "ARGUMENTS" .TP \fB\fIpool\fB\fR event_pool to be initialized .TP \fB\fIsize\fB\fR Number of events in pool .TP \fB\fIhostdata\fB\fR ibmvscsi_host_data who owns the event pool .SH "DESCRIPTION" .PP Returns zero on success.