.\" 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 "PROC_DOINTVEC" "9" "09 October 2005" "" ""
.SH NAME
proc_dointvec \- read a vector of integers
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int proc_dointvec (ctl_table * \fItable\fB, int \fIwrite\fB, struct file * \fIfilp\fB, void __user * \fIbuffer\fB, size_t * \fIlenp\fB, loff_t * \fIppos\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItable\fB\fR
the sysctl table
.TP
\fB\fIwrite\fB\fR
TRUE if this is a write to the sysctl file
.TP
\fB\fIfilp\fB\fR
the file structure
.TP
\fB\fIbuffer\fB\fR
the user buffer
.TP
\fB\fIlenp\fB\fR
the size of the user buffer
.TP
\fB\fIppos\fB\fR
file position
.SH "DESCRIPTION"
.PP
Reads/writes up to table->maxlen/sizeof(unsigned int) integer
values from/to the user buffer, treated as an ASCII string.
.PP
Returns 0 on success.