Searched refs:CHS (Results 1 – 13 of 13) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | dosio.c | 86 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()
|
D | dosio.h | 31 } CHS; typedef
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2257 NamedDecl **CH, unsigned CHS) in IndirectFieldDecl() argument 2258 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH), ChainingSize(CHS) {} in IndirectFieldDecl() 2263 QualType T, NamedDecl **CH, unsigned CHS);
|
/external/grub/docs/ |
D | internals.texi | 316 GRUB should support both the CHS mode and the LBA mode (@pxref{Low-level
|
D | multiboot.texi | 869 CHS mode (traditional cylinder/head/sector addressing mode).
|
D | multiboot.info | 805 CHS mode (traditional cylinder/head/sector addressing mode).
|
D | grub.info | 269 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
|
D | grub.texi | 321 In traditional disk calls (called @dfn{CHS mode}), there is a geometry
|
/external/clang/lib/AST/ |
D | Decl.cpp | 2904 unsigned CHS) { in Create() argument 2905 return new (C) IndirectFieldDecl(DC, L, Id, T, CH, CHS); in Create()
|
/external/qemu-pc-bios/bochs/bios/ |
D | rombios.c | 8861 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/ |
D | X86InstrFPStack.td | 260 defm CHS : FPUnary<fneg, 0xE0, "fchs">;
|
/external/grub/ |
D | NEWS | 242 * Stage 1 supports both the LBA mode and the CHS mode.
|
D | ChangeLog | 461 * 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.
|