Searched refs:rawread (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Ddisk_io.c158 rawread(int drive, unsigned long long sector, int byte_offset, int byte_len, function
340 return rawread (current_drive, part_start + sector, byte_offset,
474 if (! rawread (saved_drive, 0, 0, SECTOR_SIZE, mbr))
627 if (! rawread (drive, *start + BSD_LABEL_SECTOR,
685 if (! rawread (drive, *start + SOL_LABEL_LOC, 0, SECTOR_SIZE, buf))
733 if (! rawread (drive, *offset, 0, SECTOR_SIZE, buf))
749 if (! rawread (drive, 1, 0, SECTOR_SIZE, buf))
769 if (! rawread (drive, *offset, 0, SECTOR_SIZE, buf))
844 if (! rawread (drive, (*gpt_offset) + GPT_ENTRY_SECTOR (*gpt_size, *entry), GPT_ENTRY_INDEX (*gpt_size, *entry), *gpt_size, buf))
1296 if (rawread (saved_driv
[all...]
H A Dfsys_iso9660.c103 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf);
H A Dbuiltins.c1460 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr))
1482 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check))
3378 if (! rawread (current_drive, 0, 0, SECTOR_SIZE, mbr))
4052 if (! rawread (current_drive, saved_sectors[0], 0, SECTOR_SIZE,
4059 if (! rawread (current_drive, saved_sectors[1], 0, SECTOR_SIZE,
4071 if (! rawread (current_drive, saved_sectors[0], 0, SECTOR_SIZE,
H A Dshared.h1009 int rawread (int drive, unsigned long long sector, int byte_offset, int byte_len,

Completed in 90 milliseconds