.\" 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_BOOL_OPT" "9" "09 October 2005" "" "" .SH NAME velocity_set_bool_opt \- parser for boolean options .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void __devinit velocity_set_bool_opt (u32 * \fIopt\fB, int \fIval\fB, int \fIdef\fB, u32 \fIflag\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\fIdef\fB\fR default value (yes/no) .TP \fB\fIflag\fB\fR numeric value to set for true. .TP \fB\fIname\fB\fR property name .TP \fB\fIdevname\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Set a boolean 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.