Home
last modified time | relevance | path

Searched refs:CHS (Results 1 – 13 of 13) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Ddosio.c86 static void lba2chs(unsigned long lba_addr, CHS *chs, PARTITION *part) in lba2chs()
374 CHS chs; in dos_read_blk()
411 CHS chs; in dos_write_blk()
Ddosio.h31 } CHS; typedef
/external/clang/include/clang/AST/
DDecl.h2136 NamedDecl **CH, unsigned CHS) in IndirectFieldDecl() argument
2137 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH), ChainingSize(CHS) {} in IndirectFieldDecl()
2142 QualType T, NamedDecl **CH, unsigned CHS);
/external/clang/lib/AST/
DDecl.cpp2533 unsigned CHS) { in Create() argument
2534 return new (C) IndirectFieldDecl(DC, L, Id, T, CH, CHS); in Create()
/external/grub/docs/
Dinternals.texi316 GRUB should support both the CHS mode and the LBA mode (@pxref{Low-level
Dmultiboot.texi869 CHS mode (traditional cylinder/head/sector addressing mode).
Dmultiboot.info805 CHS mode (traditional cylinder/head/sector addressing mode).
Dgrub.info269 In traditional disk calls (called "CHS mode"), there is a geometry
4101 GRUB should support both the CHS mode and the LBA mode (*note Low-level
Dgrub.texi321 In traditional disk calls (called @dfn{CHS mode}), there is a geometry
/external/qemu-pc-bios/bochs/bios/
Drombios.c8861 jnbe hd0_post_logical_chs ;; if cylinders > 1024, use translated style CHS
8864 ;; no logical CHS mapping used, just physical CHS
9005 jnbe hd1_post_logical_chs ;; if cylinders > 1024, use translated style CHS
9008 ;; no logical CHS mapping used, just physical CHS
/external/llvm/lib/Target/X86/
DX86InstrFPStack.td260 defm CHS : FPUnary<fneg, 0xE0, "fchs">;
/external/grub/
DNEWS242 * Stage 1 supports both the LBA mode and the CHS mode.
DChangeLog461 * stage2/bios.c (biosdisk): Don't fall back to the CHS mode
5637 LBA read is supported. Anyway, fallback to the CHS mode if
6515 Stage1 supports both the CHS mode and the LBA mode.
7696 of CHS.
7698 "geometry", print the device file name instead of CHS/LBA
7976 (bootloop): Omit the complex CHS recomputation, and always
8554 TOTAL_SECTORS according to CHS information.