.\" 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_EVENT_REGISTER" "" "06 October 2005" "" ""
.SH NAME
i2o_event_register \- register interest in an event
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_event_register (struct i2o_controller * \fIc\fB, u32 \fItid\fB, u32 \fIinit_context\fB, u32 \fItr_context\fB, u32 \fIevt_mask\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
Controller to register interest with
.TP
\fB\fItid\fB\fR
I2O task id
.TP
\fB\fIinit_context\fB\fR
initiator context to use with this notifier
.TP
\fB\fItr_context\fB\fR
transaction context to use with this notifier
.TP
\fB\fIevt_mask\fB\fR
mask of events
.SH "DESCRIPTION"
.PP
Create and posts an event registration message to the task. No reply
is waited for, or expected. Errors in posting will be reported.