.\" 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_CNTXT_LIST_REMOVE" "9" "09 October 2005" "" ""
.SH NAME
i2o_cntxt_list_remove \- Remove a pointer from the context list
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
u32 i2o_cntxt_list_remove (struct i2o_controller * \fIc\fB, void * \fIptr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIc\fB\fR
controller to which the context list belong
.TP
\fB\fIptr\fB\fR
pointer which should be removed from the context list
.SH "DESCRIPTION"
.PP
Removes a previously added pointer from the context list and returns
the matching context id.
.PP
Returns context id on succes or 0 on failure.