table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DMI_MATCH(9) | Firmware Interfaces | DMI_MATCH(9) |
NAME¶
dmi_match - compare a string to the dmi field (if exists)SYNOPSIS¶
bool
dmi_match(enum dmi_field f,
const char * str);
ARGUMENTS¶
fDMI field identifier
str
string to compare the DMI field to
DESCRIPTION¶
Returns true if the requested field equals to the str (including NULL).COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |