Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c161 rawread(int drive, unsigned long long sector, int byte_offset, int byte_len, in rawread() function
343 return rawread (current_drive, part_start + sector, byte_offset, in devread()
477 if (! rawread (saved_drive, 0, 0, SECTOR_SIZE, mbr)) in make_saved_active()
630 if (! rawread (drive, *start + BSD_LABEL_SECTOR, in next_partition()
688 if (! rawread (drive, *start + SOL_LABEL_LOC, 0, SECTOR_SIZE, buf)) in next_partition()
736 if (! rawread (drive, *offset, 0, SECTOR_SIZE, buf)) in next_partition()
752 if (! rawread (drive, 1, 0, SECTOR_SIZE, buf)) in next_partition()
772 if (! rawread (drive, *offset, 0, SECTOR_SIZE, buf)) in next_partition()
847 …if (! rawread (drive, (*gpt_offset) + GPT_ENTRY_SECTOR (*gpt_size, *entry), GPT_ENTRY_INDEX (*gpt_… in next_partition()
1299 if (rawread (saved_drive, cur_part_offset, in set_bootdev()
H A Dfsys_iso9660.c103 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf); in iso9660_devread()
H A Dbuiltins.c1446 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr)) in embed_func()
1468 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check)) in embed_func()
3343 if (! rawread (current_drive, 0, 0, SECTOR_SIZE, mbr)) in partnew_func()
4005 if (! rawread (current_drive, saved_sectors[0], 0, SECTOR_SIZE, in savedefault_func()
4012 if (! rawread (current_drive, saved_sectors[1], 0, SECTOR_SIZE, in savedefault_func()
4024 if (! rawread (current_drive, saved_sectors[0], 0, SECTOR_SIZE, in savedefault_func()
H A Dshared.h1012 int rawread (int drive, unsigned long long sector, int byte_offset, int byte_len,
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog605 (rawread): Use BUF_GEOM.SECTOR_SIZE instead of SECTOR_SIZE.
1158 * stage2/disk_io.c (rawread): Make sure that SECTOR is valid.
1305 here. Now this function can call rawread, so it can fail.
1593 Don't set ERRNUM after rawread failed, because rawread should
2667 (rawread) [STAGE1_5]: Handle DISK_READ_FUNC.
2811 * stage2/disk_io.c (rawread): Check if there is a EZD partition
4976 * stage2/disk_io.c (rawread) [!STAGE1_5]: Call disk_read_func with
5096 (rawread, devread): Use SECTOR_BITS.
5097 (rawread): Fixed calculation of BUFADDR if an error occured. Set
6999 (rawread) [!STAGE1_5]: Use DISK_READ_HOOK and DISK_READ_FUNC
[all …]