Home
last modified time | relevance | path

Searched refs:boot_option (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/gplinclude/dmi/
Ddmi_system.h45 char boot_option[17]; member
/external/syslinux/com32/hdt/
Dhdt-cli-dmi.c153 if (strlen(hardware->dmi.system.system_reset.boot_option)) in show_dmi_system()
155 hardware->dmi.system.system_reset.boot_option); in show_dmi_system()
Dhdt-dump-dmi.c372 add_hs(dmi.system.system_reset.boot_option); in dump_system()
/external/syslinux/com32/gpllib/dmi/
Ddmi.c943 strlcpy(dmi->system.system_reset.boot_option, in dmi_decode()
945 sizeof dmi->system.system_reset.boot_option); in dmi_decode()
/external/syslinux/com32/lua/src/
Ddmi.c148 LUA_ADD_STR_S(L, system->system_reset, boot_option) in get_system_table()