Searched refs:lba_to_chs (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/com32/gpllib/disk/ |
D | read.c | 120 lba_to_chs(drive_info, lba, &s, &h, &c); in read_sectors()
|
D | write.c | 77 lba_to_chs(drive_info, lba, &s, &h, &c); in write_sectors()
|
D | geom.c | 25 void lba_to_chs(const struct driveinfo *drive_info, const int lba, in lba_to_chs() function
|
/external/syslinux/com32/gplinclude/disk/ |
D | geom.h | 321 void lba_to_chs(const struct driveinfo *drive_info, const int lba,
|