Home | History | Annotate | Download | only in stage2

Lines Matching refs:disk_read_func

36 void (*disk_read_func) (int, int, int) = NULL;
262 if (disk_read_func)
268 (*disk_read_func) (sector_num++, byte_offset, length);
274 (*disk_read_func) (sector_num++, 0, buf_geom.sector_size);
277 (*disk_read_func) (sector_num, 0, length);
1712 disk_read_func = disk_read_hook;
1718 disk_read_func = NULL;