Searched defs:fsys_type (Results 1 - 1 of 1) 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...]

Completed in 61 milliseconds