Home
last modified time | relevance | path

Searched refs:NUM_FSYS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/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.c49 struct fsys_entry fsys_table[NUM_FSYS + 1] =
117 int fsys_type = NUM_FSYS;
437 for (fsys_type = 0; fsys_type < NUM_FSYS; fsys_type++) in attempt_mount()
441 if (fsys_type == NUM_FSYS && errnum == ERR_NONE) in attempt_mount()
447 fsys_type = NUM_FSYS; in attempt_mount()
1380 || (*filename == '/' && fsys_type == NUM_FSYS) in setup_part()
1423 if (fsys_type != NUM_FSYS) in print_fsys_type()
1750 fsys_type = NUM_FSYS; in grub_open()
1792 if (!errnum && fsys_type == NUM_FSYS) in grub_open()
1899 if (fsys_type == NUM_FSYS) in grub_read()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog457 (NUM_FSYS): Added FSYS_UFS2_NUM.
600 (NUM_FSYS): Added FSYS_ISO9660_NUM.
2212 (NUM_FSYS): Added FSYS_JFS_NUM and FSYS_XFS_NUM.
2440 (NUM_FSYS): Added FSYS_VSTAFS_NUM.
5071 [!NUM_FSYS] (NUM_FSYS): Added FSYS_REISERFS_NUM.
5102 (grub_close): Don't check if FSYS_TYPE is NUM_FSYS.
6296 FSYS_TYPE is NUM_FSYS.
7363 (NUM_FSYS): Added FSYS_TFTP_NUM.
7782 [!NUM_FSYS] (NUM_FSYS): Added FSYS_MINIX_NUM.
8201 0, and set it to NUM_FSYS if mount fails.