Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firmware/
Ddmi_scan.c161 static const char *dmi_ident[DMI_STRING_MAX]; variable
174 if (dmi_ident[slot] || dm->length <= string) in dmi_save_ident()
181 dmi_ident[slot] = p; in dmi_save_ident()
191 if (dmi_ident[slot] || dm->length < index + 16) in dmi_save_uuid()
219 dmi_ident[slot] = s; in dmi_save_uuid()
228 if (dmi_ident[slot] || dm->length <= index) in dmi_save_type()
237 dmi_ident[slot] = s; in dmi_save_type()
807 } else if (dmi_ident[s]) { in dmi_matches()
809 if (!strcmp(dmi_ident[s], in dmi_matches()
813 if (strstr(dmi_ident[s], in dmi_matches()
[all …]