Searched refs:rawread (Results 1 – 5 of 5) sorted by relevance
/external/grub/stage2/ |
D | disk_io.c | 140 rawread (int drive, int sector, int byte_offset, int byte_len, char *buf) in rawread() function 327 return rawread (current_drive, part_start + sector, byte_offset, in devread() 461 if (! rawread (saved_drive, 0, 0, SECTOR_SIZE, mbr)) in make_saved_active() 603 if (! rawread (drive, *start + BSD_LABEL_SECTOR, in next_partition() 659 if (! rawread (drive, *offset, 0, SECTOR_SIZE, buf)) in next_partition() 1133 if (rawread (saved_drive, cur_part_offset, in set_bootdev()
|
D | builtins.c | 1069 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr)) in embed_func() 1091 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check)) in embed_func() 2819 if (! rawread (current_drive, 0, 0, SECTOR_SIZE, mbr)) in partnew_func() 3379 if (! rawread (current_drive, saved_sectors[0], 0, SECTOR_SIZE, in savedefault_func() 3386 if (! rawread (current_drive, saved_sectors[1], 0, SECTOR_SIZE, in savedefault_func() 3398 if (! rawread (current_drive, saved_sectors[0], 0, SECTOR_SIZE, in savedefault_func()
|
D | fsys_iso9660.c | 96 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf); in iso9660_devread()
|
D | shared.h | 923 int rawread (int drive, int sector, int byte_offset, int byte_len, char *buf);
|
/external/grub/ |
D | ChangeLog | 446 (rawread): Use BUF_GEOM.SECTOR_SIZE instead of SECTOR_SIZE. 999 * stage2/disk_io.c (rawread): Make sure that SECTOR is valid. 1146 here. Now this function can call rawread, so it can fail. 1434 Don't set ERRNUM after rawread failed, because rawread should 2508 (rawread) [STAGE1_5]: Handle DISK_READ_FUNC. 2652 * stage2/disk_io.c (rawread): Check if there is a EZD partition 4817 * stage2/disk_io.c (rawread) [!STAGE1_5]: Call disk_read_func with 4937 (rawread, devread): Use SECTOR_BITS. 4938 (rawread): Fixed calculation of BUFADDR if an error occured. Set 6840 (rawread) [!STAGE1_5]: Use DISK_READ_HOOK and DISK_READ_FUNC [all …]
|