HomeSort by relevance Sort by last modified time
    Searched refs:dmi (Results 26 - 31 of 31) sorted by null

12

  /external/syslinux/com32/hdt/
hdt-cli-hdt.c 206 more_printf(" Manufacturer : %s\n", hardware->dmi.system.manufacturer);
207 more_printf(" Product Name : %s\n", hardware->dmi.system.product_name);
208 more_printf(" Serial : %s\n", hardware->dmi.system.serial);
210 more_printf(" Version : %s\n", hardware->dmi.bios.version);
211 more_printf(" Release : %s\n", hardware->dmi.bios.release_date);
hdt-common.c 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")
    [all...]
  /external/syslinux/com32/gpllib/dmi/
dmi_memory.c 29 #include <dmi/dmi.h>
  /external/syslinux/com32/gpllib/
Makefile 10 GPLDIRS := $(SRC) $(addprefix $(SRC)/,disk dmi vpd acpi zzjson)
  /external/syslinux/com32/lua/src/
Makefile 30 MODULES += dmi.c32
  /external/ltp/testcases/kernel/device-drivers/acpi/
ltp_acpi_cmds.c 40 #include <linux/dmi.h>

Completed in 201 milliseconds

12