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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firmware/
H A Ddmi_scan.c85 static char *dmi_ident[DMI_STRING_MAX]; variable
95 if (dmi_ident[slot])
102 dmi_ident[slot] = p;
301 if (dmi_ident[s] && strstr(dmi_ident[s], d->matches[i].substr))
325 return dmi_ident[field];
342 if (dmi_ident[f] && strstr(dmi_ident[f], str))

Completed in 40 milliseconds