OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nummenu
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/zaurus/stand/zboot/
bootmenu.c
58
else if (*input >= 'A' && *input < bootcfg_info.
nummenu
+ 'A')
60
else if (*input >= 'a' && *input < bootcfg_info.
nummenu
+ 'a')
64
if (choice < 0 || choice >= bootcfg_info.
nummenu
)
79
for (choice = 0; choice < bootcfg_info.
nummenu
; choice++)
84
for (choice = 0; choice < bootcfg_info.
nummenu
; choice++)
boot.c
220
if (bootcfg_info.
nummenu
> 0) {
/src/sys/lib/libsa/
bootcfg.h
51
int
nummenu
; /* Number of menu items */
member in struct:bootcfg_def
bootcfg.c
271
bootcfg_info.
nummenu
= cmenu;
/src/sys/stand/efiboot/
bootmenu.c
91
} else if (*input >= 'A' && *input < bootcfg_info.
nummenu
+ 'A')
93
else if (*input >= 'a' && *input < bootcfg_info.
nummenu
+ 'a')
97
if (choice < 0 || choice >= bootcfg_info.
nummenu
)
145
for (choice = 0; choice < bootcfg_info.
nummenu
; choice++)
150
for (choice = 0; choice < bootcfg_info.
nummenu
; choice++)
boot.c
374
if (bootcfg_info.
nummenu
== 0) {
583
if (bootcfg_info.
nummenu
> 0) {
/src/sys/arch/i386/stand/lib/
bootmenu.c
92
} else if (*input >= 'A' && *input < bootcfg_info.
nummenu
+ 'A')
94
else if (*input >= 'a' && *input < bootcfg_info.
nummenu
+ 'a')
98
if (choice < 0 || choice >= bootcfg_info.
nummenu
)
147
if ((bootcfg_info.
nummenu
> 0 &&
154
for (choice = 0; choice < bootcfg_info.
nummenu
;
160
for (choice = 0; choice < bootcfg_info.
nummenu
;
/src/sys/arch/i386/stand/pxeboot/
main.c
146
if (bootcfg_info.
nummenu
> 0) {
/src/sys/arch/i386/stand/boot/
boot2.c
358
if (bootcfg_info.
nummenu
> 0) {
632
if (bootcfg_info.
nummenu
> 0) {
/src/sys/arch/i386/stand/efiboot/
boot.c
340
if (bootcfg_info.
nummenu
> 0) {
696
if (bootcfg_info.
nummenu
> 0) {
Completed in 27 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025