Home
last modified time | relevance | path

Searched refs:system_type (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/com32/gplinclude/dmi/
Ddmi_cache.h38 char system_type[16]; member
/external/syslinux/memdisk/
Deltorito.h50 uint8_t system_type; /* (Filesystem ID) */ member
Deltorito.c54 printf(" .system_type: 0x%02x\n", boot_cat->initial_entry.system_type); in eltorito_dump()
/external/syslinux/com32/gpllib/dmi/
Ddmi.c835 strlcpy(dmi->cache[dmi->cache_count - 1].system_type, in dmi_decode()
837 sizeof(dmi->cache[dmi->cache_count - 1].system_type)); in dmi_decode()
/external/syslinux/com32/hdt/
Dhdt-dump-dmi.c125 add_s("dmi.cache.system_type", hardware->dmi.cache[cache].system_type); in dump_cache()
Dhdt-cli-dmi.c456 hardware->dmi.cache[cache].system_type); in show_dmi_cache()
/external/syslinux/com32/lua/src/
Ddmi.c408 LUA_ADD_STR_S(L, cache[i], system_type) in get_cache_table()