Searched refs:fsys_type (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c115 int fsys_type = NUM_FSYS; variable
433 for (fsys_type = 0; fsys_type < NUM_FSYS; fsys_type++)
434 if ((fsys_table[fsys_type].mount_func) ())
437 if (fsys_type == NUM_FSYS && errnum == ERR_NONE)
440 fsys_type = 0;
441 if ((*(fsys_table[fsys_type].mount_func)) () != 1)
443 fsys_type = NUM_FSYS;
1288 || (*filename == '/' && fsys_type
[all...]
H A Dshared.h688 extern int fsys_type;
H A Dbuiltins.c1632 if (fsys_table[fsys_type].embed_func == 0
1633 || ! fsys_table[fsys_type].embed_func (&start_sector, size))
5191 char *fsys = fsys_table[fsys_type].name;

Completed in 31 milliseconds