i2o_cntxt_list_remove

Langue: en

Version: October 2010 (fedora - 01/12/10)

Section: 9 (Appels noyau Linux)

NAME

i2o_cntxt_list_remove - Remove a pointer from the context list

SYNOPSIS

u32 i2o_cntxt_list_remove(struct i2o_controller * c, void * ptr);

ARGUMENTS

c

controller to which the context list belong

ptr

pointer which should be removed from the context list

DESCRIPTION

Removes a previously added pointer from the context list and returns the matching context id.

Returns context id on success or 0 on failure.