Searched refs:read_sectors (Results 1 – 9 of 9) sorted by relevance
/external/syslinux/com32/gpllib/disk/ |
D | read.c | 43 return read_sectors(&drive_info, buf, 0, 1); in read_mbr() 62 return read_sectors(&drive_info, buf, lba, sectors); in dev_read() 75 int read_sectors(struct driveinfo *drive_info, void *data, in read_sectors() function
|
D | swsusp.c | 21 if (read_sectors(drive_info, &header_p, offset, PAGE_SIZE / SECTOR) == -1) { in swsusp_check()
|
D | bootloaders.c | 30 if (read_sectors(d, &boot_sector, p->start_lba, 1) == -1) in get_bootloader_string()
|
D | msdos.c | 53 if (read_sectors(drive_info, ebr, partition_offset + ebr_offset, 1) == -1) in process_extended_partition()
|
D | write.c | 132 if (read_sectors(drive_info, rb, lba, size) == -1) in write_verify_sectors()
|
/external/syslinux/gpxe/src/arch/i386/prefix/ |
D | bootpart.S | 49 movw $read_lba, read_sectors 163 call *read_sectors 185 read_sectors: .word read_chs label
|
D | hdprefix.S | 33 call *read_sectors
|
/external/syslinux/com32/gplinclude/disk/ |
D | read.h | 17 int read_sectors(struct driveinfo *, void *, const unsigned int, const int);
|
/external/syslinux/core/include/ |
D | disk.h | 36 extern void read_sectors(char *, sector_t, int);
|