Searched refs:menuformat (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zboot/
H A Dbootmenu.h48 int menuformat; /* Print letters instead of numbers? */ member in struct:bootconf_def
H A Dbootmenu.c106 bootconf.menuformat = MENUFORMAT_AUTO;
195 bootconf.menuformat = MENUFORMAT_AUTO;
202 bootconf.menuformat = MENUFORMAT_NUMBER;
207 bootconf.menuformat = MENUFORMAT_LETTER;
214 switch (bootconf.menuformat) {
217 bootconf.menuformat = MENUFORMAT_LETTER;
219 bootconf.menuformat = MENUFORMAT_NUMBER;
265 if (bootconf.menuformat == MENUFORMAT_LETTER) {
282 if (bootconf.menuformat == MENUFORMAT_LETTER)
296 if (bootconf.menuformat
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbootmenu.h49 int menuformat; /* Print letters instead of numbers? */ member in struct:bootconf_def
H A Dbootmenu.c113 bootconf.menuformat = MENUFORMAT_AUTO;
227 bootconf.menuformat = MENUFORMAT_AUTO;
234 bootconf.menuformat = MENUFORMAT_NUMBER;
239 bootconf.menuformat = MENUFORMAT_LETTER;
248 switch (bootconf.menuformat) {
251 bootconf.menuformat = MENUFORMAT_LETTER;
253 bootconf.menuformat = MENUFORMAT_NUMBER;
293 if (bootconf.menuformat != MENUFORMAT_LETTER &&
308 if (bootconf.menuformat == MENUFORMAT_LETTER) {
325 if (bootconf.menuformat
[all...]

Completed in 57 milliseconds