Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/
Ddmi_scan.c160 static const char *dmi_ident[DMI_STRING_MAX]; variable
173 if (dmi_ident[slot] || dm->length <= string) in dmi_save_ident()
180 dmi_ident[slot] = p; in dmi_save_ident()
190 if (dmi_ident[slot] || dm->length < index + 16) in dmi_save_uuid()
218 dmi_ident[slot] = s; in dmi_save_uuid()
227 if (dmi_ident[slot] || dm->length <= index) in dmi_save_type()
236 dmi_ident[slot] = s; in dmi_save_type()
804 } else if (dmi_ident[s]) { in dmi_matches()
806 if (!strcmp(dmi_ident[s], in dmi_matches()
810 if (strstr(dmi_ident[s], in dmi_matches()
[all …]