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

  /external/syslinux/com32/gplinclude/dmi/
dmi_cache.h 38 char system_type[16]; member in struct:__anon36972
  /external/syslinux/memdisk/
eltorito.c 54 printf(" .system_type: 0x%02x\n", boot_cat->initial_entry.system_type);
eltorito.h 50 uint8_t system_type; /* (Filesystem ID) */ member in struct:initial_entry
  /external/syslinux/com32/hdt/
hdt-dump-dmi.c 125 add_s("dmi.cache.system_type", hardware->dmi.cache[cache].system_type);
hdt-cli-dmi.c 456 hardware->dmi.cache[cache].system_type);
  /external/syslinux/com32/lua/src/
dmi.c 408 LUA_ADD_STR_S(L, cache[i], system_type)
  /external/syslinux/com32/gpllib/dmi/
dmi.c 835 strlcpy(dmi->cache[dmi->cache_count - 1].system_type,
837 sizeof(dmi->cache[dmi->cache_count - 1].system_type));

Completed in 288 milliseconds