Searched refs:rawread (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | disk_io.c | 158 rawread(int drive, unsigned int sector, int byte_offset, int byte_len, in rawread() function 340 return rawread (current_drive, part_start + sector, byte_offset, in devread() 474 if (! rawread (saved_drive, 0, 0, SECTOR_SIZE, mbr)) in make_saved_active() 627 if (! rawread (drive, *start + BSD_LABEL_SECTOR, in next_partition() 685 if (! rawread (drive, *start + SOL_LABEL_LOC, 0, SECTOR_SIZE, buf)) in next_partition() 733 if (! rawread (drive, *offset, 0, SECTOR_SIZE, buf)) in next_partition() 749 if (! rawread (drive, 1, 0, SECTOR_SIZE, buf)) in next_partition() 769 if (! rawread (drive, *offset, 0, SECTOR_SIZE, buf)) in next_partition() 844 …if (! rawread (drive, (*gpt_offset) + GPT_ENTRY_SECTOR (*gpt_size, *entry), GPT_ENTRY_INDEX (*gpt_… in next_partition() 1296 if (rawread (saved_drive, cur_part_offset, in set_bootdev()
|
H A D | fsys_iso9660.c | 103 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf); in iso9660_devread()
|
H A D | builtins.c | 1443 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr)) in embed_func() 1465 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check)) in embed_func() 3336 if (! rawread (current_drive, 0, 0, SECTOR_SIZE, mbr)) in partnew_func() 3998 if (! rawread (current_drive, saved_sectors[0], 0, SECTOR_SIZE, in savedefault_func() 4005 if (! rawread (current_drive, saved_sectors[1], 0, SECTOR_SIZE, in savedefault_func() 4017 if (! rawread (current_drive, saved_sectors[0], 0, SECTOR_SIZE, in savedefault_func()
|
H A D | shared.h | 1009 int rawread (int drive, unsigned int sector, int byte_offset, int byte_len,
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 605 (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 …]
|