.\" 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_PROC_CREATE_ENTRIES" "9" "09 October 2005" "" ""
.SH NAME
i2o_proc_create_entries \- Creates proc dir entries
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int i2o_proc_create_entries (struct proc_dir_entry * \fIdir\fB, i2o_proc_entry * \fIi2o_pe\fB, void * \fIdata\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIdir\fB\fR
proc dir entry under which the entries should be placed
.TP
\fB\fIi2o_pe\fB\fR
pointer to the entries which should be added
.TP
\fB\fIdata\fB\fR
pointer to I2O controller or device
.SH "DESCRIPTION"
.PP
Create proc dir entries for a I2O controller or I2O device.
.PP
Returns 0 on success or negative error code on failure.