Searched refs:NUM_FSYS (Results 1 - 2 of 2) sorted by relevance

/external/grub/stage2/
H A Dfilesys.h127 #ifndef NUM_FSYS
128 #define NUM_FSYS \ macro
165 extern struct fsys_entry fsys_table[NUM_FSYS + 1];
H A Ddisk_io.c48 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)
1584 fsys_type = NUM_FSYS;
1626 if (!errnum && fsys_type == NUM_FSYS)
1733 if (fsys_type == NUM_FSYS)
[all...]

Completed in 40 milliseconds