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

  /external/e2fsprogs/lib/ext2fs/
dosio.h 23 * A helper structure used in LBA => CHS conversion
31 } CHS;
dosio.c 83 * Calculates a CHS address of a sector from its LBA
86 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part)
90 chs->offset = lba_addr & 0x000001FF;
92 chs->cyl = abss / (part->sects * part->heads);
93 chs->head = (abss / part->sects) % part->heads;
94 chs->sector = (abss % part->sects) + 1;
374 CHS chs; local
382 lba2chs(loc, &chs, part)
411 CHS chs; local
    [all...]
  /external/clang/include/clang/AST/
Decl.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 666 chs_t lchs; // Logical CHS
667 chs_t pchs; // Physical CHS
    [all...]

Completed in 2985 milliseconds