.\" 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_ISSUE_CLAIM" "" "06 October 2005" "" ""
.SH NAME
i2o_issue_claim \- claim or release a device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_issue_claim (u32 \fIcmd\fB, struct i2o_controller * \fIc\fB, int \fItid\fB, u32 \fItype\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIcmd\fB\fR
command
.TP
\fB\fIc\fB\fR
controller to claim for
.TP
\fB\fItid\fB\fR
i2o task id
.TP
\fB\fItype\fB\fR
type of claim
.SH "DESCRIPTION"
.PP
Issue I2O UTIL_CLAIM and UTIL_RELEASE messages. The message to be sent
is set by cmd. The tid is the task id of the object to claim and the
type is the claim type (see the i2o standard)
.PP
Zero is returned on success.