Lines Matching refs:dmi_ident
157 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()
750 return dmi_ident[field]; in dmi_get_system_info()
761 if (dmi_ident[f] && strstr(dmi_ident[f], str)) in dmi_name_in_serial()
776 if (dmi_ident[f] && strstr(dmi_ident[f], str)) in dmi_name_in_vendors()