1. NAME

dmi_match - compare a string to the dmi field (if exists)

2. SYNOPSIS

bool dmi_match(enum dmi_field  f , const char *  str );

3. ARGUMENTS

f
    DMI field identifier

str
    string to compare the DMI field to

4. DESCRIPTION

Returns true if the requested field equals to the str (including NULL).

5. COPYRIGHT