Searched refs:nummenu (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/zaurus/stand/zboot/
H A Dbootmenu.h46 int nummenu; /* Number of menu items */ member in struct:bootconf_def
H A Dbootmenu.c228 bootconf.nummenu = cmenu;
245 else if (*input >= 'A' && *input < bootconf.nummenu + 'A')
247 else if (*input >= 'a' && *input < bootconf.nummenu + 'a')
251 if (choice < 0 || choice >= bootconf.nummenu)
266 for (choice = 0; choice < bootconf.nummenu; choice++)
271 for (choice = 0; choice < bootconf.nummenu; choice++)
H A Dboot.c220 if (bootconf.nummenu > 0) {
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/lib/
H A Dbootmenu.h47 int nummenu; /* Number of menu items */ member in struct:bootconf_def
H A Dbootmenu.c262 bootconf.nummenu = cmenu;
283 } else if (*input >= 'A' && *input < bootconf.nummenu + 'A')
285 else if (*input >= 'a' && *input < bootconf.nummenu + 'a')
289 if (choice < 0 || choice >= bootconf.nummenu)
309 for (choice = 0; choice < bootconf.nummenu; choice++)
314 for (choice = 0; choice < bootconf.nummenu; choice++)
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/pxeboot/
H A Dmain.c157 if (bootconf.nummenu > 0) {
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/boot/
H A Dboot2.c334 if (bootconf.nummenu > 0) {

Completed in 56 milliseconds