Home | History | Annotate | Download | only in hdt

Lines Matching refs:dmi

149 	     * i.e auto='show dmi; show pci'
221 memset(&hardware->dmi, 0, sizeof(s_dmi));
251 * Detecting if a DMI table exist
259 if (dmi_iterate(&hardware->dmi) == -ENODMITABLE) {
264 parse_dmitable(&hardware->dmi);
605 * Let's use the dmi value in that case */
607 strlcpy(hardware->cpu.model, hardware->dmi.processor.version,
757 more_printf("DMI: Detecting Table\n");
759 more_printf("DMI: ERROR ! Table not found ! \n");
760 more_printf("DMI: Many hardware components will not be detected ! \n");
763 more_printf("DMI: Table found ! (version %u.%u)\n",
764 hardware->dmi.dmitable.major_version,
765 hardware->dmi.dmitable.minor_version);