dmi_check_system (9) Linux Manual Page
dmi_check_system – check system DMI data Synopsis int dmi_check_system(const struct dmi_system_id *list); Arguments list array of dmi_system_id structures to match against All non-null elements of the list must match their slot’s (field index’s) data (i.e., each list string must be a substring of the specified DMI slot’s string data) to be considered a successful match….
