1DMI_CHECK_SYSTEM(9) Firmware Interfaces DMI_CHECK_SYSTEM(9)
2
3
4
6 dmi_check_system - check system DMI data
7
9 int dmi_check_system(const struct dmi_system_id * list);
10
12 list
13 array of dmi_system_id structures to match against All non-null
14 elements of the list must match their slot´s (field index´s) data
15 (i.e., each list string must be a substring of the specified DMI
16 slot´s string data) to be considered a successful match.
17
19 Walk the blacklist table running matching functions until someone
20 returns non zero or we hit the end. Callback function is called for
21 each successful match. Returns the number of matches.
22
24Kernel Hackers Manual 2.6. June 2019 DMI_CHECK_SYSTEM(9)