HomeSort by relevance Sort by last modified time
    Searched defs:read_sectors (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/gpllib/disk/
read.c 43 return read_sectors(&drive_info, buf, 0, 1);
62 return read_sectors(&drive_info, buf, lba, sectors);
66 * read_sectors - read several sectors from disk
75 int read_sectors(struct driveinfo *drive_info, void *data, function
  /external/syslinux/gpxe/src/arch/i386/prefix/
bootpart.S 49 movw $read_lba, read_sectors
163 call *read_sectors
185 read_sectors: .word read_chs label
  /system/core/storaged/include/
storaged_diskstats.h 40 uint64_t read_sectors; // number of sectors read member in struct:disk_stats
63 curr.read_sectors -= prev.read_sectors;
78 a.read_sectors == b.read_sectors &&
92 read_sectors += stats.read_sectors;

Completed in 443 milliseconds