Searched refs:fsys_table (Results 1 - 3 of 3) 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)) ();
H A Dfilesys.h186 extern struct fsys_entry fsys_table[NUM_FSYS + 1];
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 36 milliseconds