HomeSort by relevance Sort by last modified time
    Searched refs:oem_strings (Results 1 - 5 of 5) sorted by null

  /external/syslinux/com32/gplinclude/dmi/
dmi.h 76 char oem_strings[OEM_STRINGS_SIZE]; member in struct:__anon33536
  /external/syslinux/com32/hdt/
hdt-dump-dmi.c 50 if (strlen(hardware->dmi.oem_strings) == 0) {
58 add_hs(dmi.oem_strings);
hdt-cli-dmi.c 73 if (strlen(hardware->dmi.oem_strings))
593 if (strlen(hardware->dmi.oem_strings))
594 more_printf("OEM Strings\n%s", hardware->dmi.oem_strings);
  /external/syslinux/com32/lua/src/
dmi.c 489 LUA_ADD_STR_S(L, dmi, oem_strings)
  /external/syslinux/com32/gpllib/dmi/
dmi.c 147 snprintf(dmi->oem_strings, OEM_STRINGS_SIZE, "%s %s %s\n",
148 dmi->oem_strings, prefix, dmi_string(h, i));

Completed in 1314 milliseconds