Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firmware/
Ddmi_scan.c157 static const char *dmi_ident[DMI_STRING_MAX]; variable
170 if (dmi_ident[slot]) in dmi_save_ident()
177 dmi_ident[slot] = p; in dmi_save_ident()
187 if (dmi_ident[slot]) in dmi_save_uuid()
214 dmi_ident[slot] = s; in dmi_save_uuid()
223 if (dmi_ident[slot]) in dmi_save_type()
231 dmi_ident[slot] = s; in dmi_save_type()
664 if (dmi_ident[s]) { in dmi_matches()
666 strstr(dmi_ident[s], dmi->matches[i].substr)) in dmi_matches()
669 !strcmp(dmi_ident[s], dmi->matches[i].substr)) in dmi_matches()
[all …]