1DMI_FIRST_MATCH(9) Firmware Interfaces DMI_FIRST_MATCH(9)
2
3
4
6 dmi_first_match - find dmi_system_id structure matching system DMI data
7
9 const struct dmi_system_id *
10 dmi_first_match(const struct dmi_system_id * list);
11
13 list
14 array of dmi_system_id structures to match against All non-null
15 elements of the list must match their slot's (field index's) data
16 (i.e., each list string must be a substring of the specified DMI
17 slot's string data) to be considered a successful match.
18
20 Walk the blacklist table until the first match is found. Return the
21 pointer to the matching entry or NULL if there's no match.
22
24Kernel Hackers Manual 3.10 June 2019 DMI_FIRST_MATCH(9)