Lines Matching defs:dmi_ident
166 static const char *dmi_ident[DMI_STRING_MAX];
180 if (dmi_ident[slot] || dm->length <= string)
187 dmi_ident[slot] = p;
197 if (dmi_ident[slot] || dm->length < index)
215 dmi_ident[slot] = s;
225 if (dmi_ident[slot] || dm->length < index + 16)
253 dmi_ident[slot] = s;
262 if (dmi_ident[slot] || dm->length <= index)
271 dmi_ident[slot] = s;
850 } else if (dmi_ident[s]) {
852 if (!strcmp(dmi_ident[s],
856 if (strstr(dmi_ident[s],
943 return dmi_ident[field];
954 if (dmi_ident[f] && strstr(dmi_ident[f], str))
969 if (dmi_ident[f] && strstr(dmi_ident[f], str))