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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c48 struct fsys_entry fsys_table[NUM_FSYS + 1] = variable in typeref:struct:fsys_entry
435 if ((fsys_table[fsys_type].mount_func) ())
442 if ((*(fsys_table[fsys_type].mount_func)) () != 1)
1421 grub_printf ("is %s, ", fsys_table[fsys_type].name);
1797 if (!errnum && (*(fsys_table[fsys_type].dir_func)) (filename))
1902 return (*(fsys_table[fsys_type].read_func)) (buf, len);
1939 return (*(fsys_table[fsys_type].dir_func)) (dirname);
1951 if (fsys_table[fsys_type].close_func != 0)
1952 (*(fsys_table[fsys_type].close_func)) ();
H A Dfilesys.h186 extern struct fsys_entry fsys_table[NUM_FSYS + 1];
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 72 milliseconds