.\" 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 "DMI_CHECK_SYSTEM" "9" "09 October 2005" "" ""
.SH NAME
dmi_check_system \- check system DMI data
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int dmi_check_system (struct dmi_system_id * \fIlist\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIlist\fB\fR
array of dmi_system_id structures to match against
.SH "DESCRIPTION"
.PP
Walk the blacklist table running matching functions until someone
returns non zero or we hit the end. Callback function is called for
each successfull match. Returns the number of matches.