HomeSort by: relevance | last modified time | path
    Searched refs:menuformat (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/lib/libsa/
bootcfg.h 53 int menuformat; /* Letters instead of numbers */ member in struct:bootcfg_def
bootcfg.c 117 bootcfg_info.menuformat = DEFAULT_FORMAT;
235 bootcfg_info.menuformat = MENUFORMAT_AUTO;
242 bootcfg_info.menuformat = MENUFORMAT_NUMBER;
247 bootcfg_info.menuformat = MENUFORMAT_LETTER;
257 switch (bootcfg_info.menuformat) {
260 bootcfg_info.menuformat = MENUFORMAT_LETTER;
262 bootcfg_info.menuformat = MENUFORMAT_NUMBER;
  /src/sys/arch/zaurus/stand/zboot/
bootmenu.c 78 if (bootcfg_info.menuformat == MENUFORMAT_LETTER) {
95 if (bootcfg_info.menuformat == MENUFORMAT_LETTER)
109 if (bootcfg_info.menuformat == MENUFORMAT_LETTER)
  /src/sys/stand/efiboot/
bootmenu.c 101 if (bootcfg_info.menuformat != MENUFORMAT_LETTER &&
144 if (bootcfg_info.menuformat == MENUFORMAT_LETTER) {
161 if (bootcfg_info.menuformat == MENUFORMAT_LETTER)
175 if (bootcfg_info.menuformat == MENUFORMAT_LETTER)
  /src/sys/arch/i386/stand/lib/
bootmenu.c 102 if (bootcfg_info.menuformat != MENUFORMAT_LETTER &&
153 if (bootcfg_info.menuformat == MENUFORMAT_LETTER) {
173 if (bootcfg_info.menuformat == MENUFORMAT_LETTER)
187 if (bootcfg_info.menuformat == MENUFORMAT_LETTER)

Completed in 14 milliseconds