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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c116 int fsys_type = NUM_FSYS; variable
434 for (fsys_type = 0; fsys_type < NUM_FSYS; fsys_type++)
435 if ((fsys_table[fsys_type].mount_func) ())
438 if (fsys_type == NUM_FSYS && errnum == ERR_NONE)
441 fsys_type = 0;
442 if ((*(fsys_table[fsys_type].mount_func)) () != 1)
444 fsys_type = NUM_FSYS;
1377 || (*filename == '/' && fsys_type
[all...]
H A Dshared.h690 extern int fsys_type;
H A Dbuiltins.c1507 if (fsys_table[fsys_type].embed_func == 0
1508 || ! fsys_table[fsys_type].embed_func (&start_sector, size))
4767 char *fsys = fsys_table[fsys_type].name;

Completed in 76 milliseconds