Searched defs:fsys_table (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c47 struct fsys_entry fsys_table[NUM_FSYS + 1] = variable in typeref:struct:fsys_entry
434 if ((fsys_table[fsys_type].mount_func) ())
441 if ((*(fsys_table[fsys_type].mount_func)) () != 1)
1332 grub_printf ("is %s, ", fsys_table[fsys_type].name);
1708 if (!errnum && (*(fsys_table[fsys_type].dir_func)) (filename))
1813 return (*(fsys_table[fsys_type].read_func)) (buf, len);
1850 return (*(fsys_table[fsys_type].dir_func)) (dirname);
1862 if (fsys_table[fsys_type].close_func != 0)
1863 (*(fsys_table[fsys_type].close_func)) ();

Completed in 18 milliseconds