OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_FSYS
(Results
1 - 2
of
2
) sorted by null
/external/grub/stage2/
filesys.h
127
#ifndef
NUM_FSYS
128
#define
NUM_FSYS
\
165
extern struct fsys_entry fsys_table[
NUM_FSYS
+ 1];
disk_io.c
48
struct fsys_entry fsys_table[
NUM_FSYS
+ 1] =
110
int fsys_type =
NUM_FSYS
;
421
for (fsys_type = 0; fsys_type <
NUM_FSYS
; fsys_type++)
425
if (fsys_type ==
NUM_FSYS
&& errnum == ERR_NONE)
431
fsys_type =
NUM_FSYS
;
1214
|| (*filename == '/' && fsys_type ==
NUM_FSYS
)
1257
if (fsys_type !=
NUM_FSYS
)
[
all
...]
Completed in 305 milliseconds