HomeSort by relevance Sort by last modified time
    Searched full:machine_type_model (Results 1 - 10 of 10) sorted by null

  /external/syslinux/com32/hdt/
hdt-cli-vpd.c 64 if (strlen(hardware->vpd.machine_type_model) > 0)
66 hardware->vpd.machine_type_model);
hdt-menu-vpd.c 104 if (strlen(hardware->vpd.machine_type_model) > 0) {
106 hardware->vpd.machine_type_model);
108 hardware->vpd.machine_type_model);
hdt-dump-vpd.c 43 add_hs(vpd.machine_type_model);
  /external/syslinux/com32/modules/
vpdtest.c 64 if (strlen(vpd.machine_type_model) > 0)
65 printf("Machine Type/Model : %s\n", vpd.machine_type_model);
  /external/syslinux/com32/gplinclude/vpd/
vpd.h 24 char machine_type_model[8]; member in struct:__anon36983
  /external/syslinux/com32/gpllib/vpd/
vpd.c 54 memset(&vpd->machine_type_model, 0, sizeof(vpd->machine_type_model));
87 strlcpy(vpd->machine_type_model, q + 0x28, 7);
  /external/syslinux/bios/com32/gpllib/
libgpl.elf 
  /external/syslinux/bios/com32/hdt/
hdt.c32 
  /external/syslinux/efi32/com32/gpllib/
libgpl.elf 
  /external/syslinux/efi32/com32/hdt/
hdt.c32 

Completed in 265 milliseconds