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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c36 void (*disk_read_func) (unsigned long long, int, int) = NULL; variable
276 if (disk_read_func)
282 (*disk_read_func) (sector_num++, byte_offset, length);
288 (*disk_read_func) (sector_num++, 0, buf_geom.sector_size);
291 (*disk_read_func) (sector_num, 0, length);
1875 disk_read_func = disk_read_hook;
1881 disk_read_func = NULL;

Completed in 60 milliseconds