Home
last modified time | relevance | path

Searched refs:disk_read_func (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ffs.c163 disk_read_func = disk_read_hook; in ffs_read()
167 disk_read_func = NULL; in ffs_read()
H A Ddisk_io.c37 void (*disk_read_func) (unsigned long long, int, int) = NULL; variable
279 if (disk_read_func) in rawread()
285 (*disk_read_func) (sector_num++, byte_offset, length); in rawread()
291 (*disk_read_func) (sector_num++, 0, buf_geom.sector_size); in rawread()
294 (*disk_read_func) (sector_num, 0, length); in rawread()
1878 disk_read_func = disk_read_hook; in grub_read()
1884 disk_read_func = NULL; in grub_read()
H A Dfsys_ufs.c123 disk_read_func = disk_read_hook; in ufs_read()
125 disk_read_func = 0; in ufs_read()
H A Dfsys_ufs2.c188 disk_read_func = disk_read_hook; in ufs2_read()
192 disk_read_func = NULL; in ufs2_read()
H A Dfsys_minix.c271 disk_read_func = disk_read_hook; in minix_read()
276 disk_read_func = NULL; in minix_read()
H A Dfsys_iso9660.c431 disk_read_func = disk_read_hook; in iso9660_read()
436 disk_read_func = NULL; in iso9660_read()
H A Dfsys_fat.c276 disk_read_func = disk_read_hook; in fat_read()
280 disk_read_func = NULL; in fat_read()
H A Dfsys_reiserfs.c932 disk_read_func = disk_read_hook; in reiserfs_read()
937 disk_read_func = NULL; in reiserfs_read()
961 disk_read_func = disk_read_hook; in reiserfs_read()
969 disk_read_func = NULL; in reiserfs_read()
H A Dfsys_jfs.c247 disk_read_func = disk_read_hook; in jfs_read()
250 disk_read_func = NULL; in jfs_read()
H A Dfsys_ext2fs.c486 disk_read_func = disk_read_hook; in ext2fs_read()
491 disk_read_func = NULL; in ext2fs_read()
H A Dfsys_xfs.c512 disk_read_func = disk_read_hook; in xfs_read()
515 disk_read_func = NULL; in xfs_read()
H A Dshared.h672 extern void (*disk_read_func) (unsigned long long, int, int);
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-4189 * disk_read_func: Filesystem interface.
H A Dinternals.texi230 @item disk_read_func
H A Dgrub.info-31306 `disk_read_func'
H A Dgrub.info4015 `disk_read_func'
4233 * disk_read_func: Filesystem interface. (line 62)
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog2666 [STAGE1_5] (disk_read_func): Likewise.
4973 * stage2/shared.h [!STAGE1_5] (disk_read_hook,disk_read_func): New
4976 * stage2/disk_io.c (rawread) [!STAGE1_5]: Call disk_read_func with
6998 [!STAGE1_5] (disk_read_func): ... this.
7011 [!STAGE1_5] (disk_read_func): ... this.
7013 with disk_read_hook and disk_read_func, respectively.