OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fallback_entries
(Results
1 - 3
of
3
) sorted by null
/external/grub/stage2/
stage2.c
746
entryno =
fallback_entries
[fallback_entryno];
749
||
fallback_entries
[fallback_entryno] < 0)
1021
if (
fallback_entries
[i] < 0)
1023
if (
fallback_entries
[i] >= num_entries)
1025
grub_memmove (
fallback_entries
+ i,
1026
fallback_entries
+ i + 1,
1033
if (
fallback_entries
[0] < 0)
1043
default_entry =
fallback_entries
[0];
1046
||
fallback_entries
[fallback_entryno] < 0)
builtins.c
63
int
fallback_entries
[MAX_FALLBACK_ENTRIES];
variable
104
fallback_entries
[0] = -1;
1182
if (entry ==
fallback_entries
[j])
1187
fallback_entries
[i++] = entry;
1195
fallback_entries
[i] = -1;
[
all
...]
shared.h
593
extern int
fallback_entries
[MAX_FALLBACK_ENTRIES];
Completed in 19 milliseconds