.\" 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_DEVICE_CLAIM_RELEASE" "9" "09 October 2005" "" ""
.SH NAME
i2o_device_claim_release \- release a device that the OSM is using
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_device_claim_release (struct i2o_device * \fIdev\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
device to release
.SH "DESCRIPTION"
.PP
Drop a claim by an OSM on a given I2O device.
.PP
AC - some devices seem to want to refuse an unclaim until they have
finished internal processing. It makes sense since you don't want a
new device to go reconfiguring the entire system until you are done.
Thus we are prepared to wait briefly.
.PP
Returns 0 on success or negative error code on failure.