HomeSort by relevance Sort by last modified time
    Searched refs:rawread (Results 1 - 4 of 4) sorted by null

  /external/grub/stage2/
disk_io.c 140 rawread (int drive, int sector, int byte_offset, int byte_len, char *buf) function
319 * Call RAWREAD, which is very similar, but:
327 return rawread (current_drive, part_start + sector, byte_offset,
461 if (! rawread (saved_drive, 0, 0, SECTOR_SIZE, mbr))
603 if (! rawread (drive, *start + BSD_LABEL_SECTOR,
659 if (! rawread (drive, *offset, 0, SECTOR_SIZE, buf))
1133 if (rawread (saved_drive, cur_part_offset,
    [all...]
fsys_iso9660.c 96 return rawread(current_drive, part_start + sector, byte_offset, byte_len, buf);
builtins.c 1084 if (! rawread (current_drive, PC_MBR_SECTOR, 0, SECTOR_SIZE, mbr))
1106 if (! rawread (current_drive, 1, 0, 2 * SECTOR_SIZE, ezbios_check))
    [all...]
shared.h 923 int rawread (int drive, int sector, int byte_offset, int byte_len, char *buf);

Completed in 131 milliseconds