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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfilesys.h147 #ifndef NUM_FSYS
148 #define NUM_FSYS \ macro
186 extern struct fsys_entry fsys_table[NUM_FSYS + 1];
H A Ddisk_io.c47 struct fsys_entry fsys_table[NUM_FSYS + 1] =
115 int fsys_type = NUM_FSYS;
433 for (fsys_type = 0; fsys_type < NUM_FSYS; fsys_type++)
437 if (fsys_type == NUM_FSYS && errnum == ERR_NONE)
443 fsys_type = NUM_FSYS;
1288 || (*filename == '/' && fsys_type == NUM_FSYS)
1331 if (fsys_type != NUM_FSYS)
1658 fsys_type = NUM_FSYS;
1700 if (!errnum && fsys_type == NUM_FSYS)
1807 if (fsys_type == NUM_FSYS)
[all...]

Completed in 23 milliseconds