Searched defs:cylinder (Results 1 – 8 of 8) sorted by relevance
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | nested_builders_test.proto | 47 optional int32 cylinder = 1; field
|
/external/syslinux/com32/gpllib/disk/ |
D | geom.c | 26 unsigned int *cylinder, unsigned int *head, in lba_to_chs()
|
/external/gptfdisk/ |
D | mbrpart.cc | 261 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
|
D | basicmbr.cc | 664 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
|
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/ |
D | int13.c | 141 unsigned int cylinder, head, sector; in int13_rw_sectors() local
|
/external/syslinux/com32/gplinclude/disk/ |
D | geom.h | 305 const unsigned int cylinder, in chs_to_lba()
|
/external/syslinux/dos/ |
D | syslinux.c | 291 uint16_t cylinder; member
|
/external/toybox/toys/pending/ |
D | fdisk.c | 47 #define cylinder(s, c) ((c) | (((s) & 0xc0) << 2)) macro
|