Searched defs:rawread (Results 1 - 1 of 1) 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...]

Completed in 60 milliseconds