Home
last modified time | relevance | path

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

/external/syslinux/com32/gplinclude/dmi/
Ddmi_system.h46 char boot_option_on_limit[17]; member
/external/syslinux/com32/hdt/
Dhdt-cli-dmi.c156 if (strlen(hardware->dmi.system.system_reset.boot_option_on_limit)) in show_dmi_system()
158 hardware->dmi.system.system_reset.boot_option_on_limit); in show_dmi_system()
Dhdt-dump-dmi.c373 add_hs(dmi.system.system_reset.boot_option_on_limit); in dump_system()
/external/syslinux/com32/gpllib/dmi/
Ddmi.c946 strlcpy(dmi->system.system_reset.boot_option_on_limit, in dmi_decode()
948 sizeof dmi->system.system_reset.boot_option_on_limit); in dmi_decode()
/external/syslinux/com32/lua/src/
Ddmi.c149 LUA_ADD_STR_S(L, system->system_reset, boot_option_on_limit) in get_system_table()