dmi_match (9) Linux Manual Page
dmi_match – compare a string to the dmi field (if exists)
Synopsis
-
bool dmi_match(enum dmi_fieldf, const charstr* );
Arguments
f
-
- DMI field identifier
str
- string to compare the DMI field to
Description
Returns true if the requested field equals to the str (including NULL).
