1DMI_MATCH(9) Firmware Interfaces DMI_MATCH(9)
23
4
NAME
6dmi_match - compare a string to the dmi field (if exists)
7
SYNOPSIS
9bool dmi_match(enum dmi_field f, const char * str);
10
ARGUMENTS
12f
13DMI field identifier
1415
str
16string to compare the DMI field to
17
DESCRIPTION
19Returns true if the requested field equals to the str (including NULL).
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 DMI_MATCH(9)