Home | History | Annotate | Download | only in gptfdisk

Lines Matching defs:LBAtoCHS

389          LBAtoCHS((uint64_t) tempMBR.partitions[1].firstLBA,
391 LBAtoCHS(tempMBR.partitions[1].lengthLBA - extFirstLBA,
663 int BasicMBRData::LBAtoCHS(uint64_t lba, uint8_t * chs) {
704 } // BasicMBRData::LBAtoCHS()