.\" 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 "VELOCITY_SET_INT_OPT" "9" "09 October 2005" "" "" .SH NAME velocity_set_int_opt \- parser for integer options .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void __devinit velocity_set_int_opt (int * \fIopt\fB, int \fIval\fB, int \fImin\fB, int \fImax\fB, int \fIdef\fB, char * \fIname\fB, char * \fIdevname\fB); \fR .SH "ARGUMENTS" .TP \fB\fIopt\fB\fR pointer to option value .TP \fB\fIval\fB\fR value the user requested (or -1 for default) .TP \fB\fImin\fB\fR lowest value allowed .TP \fB\fImax\fB\fR highest value allowed .TP \fB\fIdef\fB\fR default value .TP \fB\fIname\fB\fR property name .TP \fB\fIdevname\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Set an integer property in the module options. This function does all the verification and checking as well as reporting so that we don't duplicate code for each option.