Home
last modified time | relevance | path

Searched refs:dmi_ident (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/firmware/
Ddmi_scan.c168 static const char *dmi_ident[DMI_STRING_MAX]; variable
181 if (dmi_ident[slot]) in dmi_save_ident()
188 dmi_ident[slot] = p; in dmi_save_ident()
198 if (dmi_ident[slot]) in dmi_save_uuid()
225 dmi_ident[slot] = s; in dmi_save_uuid()
234 if (dmi_ident[slot]) in dmi_save_type()
242 dmi_ident[slot] = s; in dmi_save_type()
746 if (dmi_ident[s]) { in dmi_matches()
748 strstr(dmi_ident[s], dmi->matches[i].substr)) in dmi_matches()
751 !strcmp(dmi_ident[s], dmi->matches[i].substr)) in dmi_matches()
[all …]