Home
last modified time | relevance | path

Searched refs:fsys_table (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c49 struct fsys_entry fsys_table[NUM_FSYS + 1] = variable
438 if ((fsys_table[fsys_type].mount_func) ()) in attempt_mount()
445 if ((*(fsys_table[fsys_type].mount_func)) () != 1) in attempt_mount()
1424 grub_printf ("is %s, ", fsys_table[fsys_type].name); in print_fsys_type()
1800 if (!errnum && (*(fsys_table[fsys_type].dir_func)) (filename)) in grub_open()
1905 return (*(fsys_table[fsys_type].read_func)) (buf, len); in grub_read()
1942 return (*(fsys_table[fsys_type].dir_func)) (dirname); in dir()
1954 if (fsys_table[fsys_type].close_func != 0) in grub_close()
1955 (*(fsys_table[fsys_type].close_func)) (); in grub_close()
H A Dfilesys.h186 extern struct fsys_entry fsys_table[NUM_FSYS + 1];
H A Dbuiltins.c1493 if (fsys_table[fsys_type].embed_func == 0 in embed_func()
1494 || ! fsys_table[fsys_type].embed_func (&start_sector, size)) in embed_func()
4717 char *fsys = fsys_table[fsys_type].name; in setup_func()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi257 look for the use of the @var{fsys_table} array.
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog459 * stage2/disk_io.c (fsys_table): Added an ufs2 entry.
602 * stage2/disk_io.c (fsys_table) [FSYS_ISO9660]: Added iso9660.
2201 * stage2/disk_io.c (fsys_table): Added entries for JFS and XFS.
2433 * stage2/disk_io.c (fsys_table): Added an entry for vstafs.
5067 * stage2/disk_io.c (fsys_table): Added reiserfs entry.
5085 * stage2/filesys.h (fsys_table): New entry embed_func.
5087 * stage2/disk_io.c (fsys_table): Fill embed_func entries. The
5422 * stage2/disk_io.c (fsys_table): Use fat_read.
6421 * stage2/disk_io.c (fsys_table): Add the `close' member into
7354 * stage2/disk_io.c (fsys_table) [FSYS_TFTP]: Added an entry for
[all …]