.\" 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_ISSUE_CLAIM" "9" "09 October 2005" "" ""
.SH NAME
i2o_device_issue_claim \- claim or release a device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_device_issue_claim (struct i2o_device * \fIdev\fB, u32 \fIcmd\fB, u32 \fItype\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdev\fB\fR
I2O device to claim or release
.TP
\fB\fIcmd\fB\fR
claim or release command
.TP
\fB\fItype\fB\fR
type of claim
.SH "DESCRIPTION"
.PP
Issue I2O UTIL_CLAIM or UTIL_RELEASE messages. The message to be sent
is set by cmd. dev is the I2O device which should be claim or
released and the type is the claim type (see the I2O spec).
.PP
Returs 0 on success or negative error code on failure.