Lines Matching refs:dmi_ident
168 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()
832 return dmi_ident[field]; in dmi_get_system_info()
843 if (dmi_ident[f] && strstr(dmi_ident[f], str)) in dmi_name_in_serial()
858 if (dmi_ident[f] && strstr(dmi_ident[f], str)) in dmi_name_in_vendors()