Home
last modified time | relevance | path

Searched defs:cylinder (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dnested_builders_test.proto47 optional int32 cylinder = 1; field
/external/syslinux/com32/gpllib/disk/
Dgeom.c26 unsigned int *cylinder, unsigned int *head, in lba_to_chs()
/external/gptfdisk/
Dmbrpart.cc261 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
Dbasicmbr.cc664 uint64_t cylinder, head, sector; // all numbered from 0 in LBAtoCHS() local
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dint13.c141 unsigned int cylinder, head, sector; in int13_rw_sectors() local
/external/syslinux/com32/gplinclude/disk/
Dgeom.h305 const unsigned int cylinder, in chs_to_lba()
/external/syslinux/dos/
Dsyslinux.c291 uint16_t cylinder; member
/external/toybox/toys/pending/
Dfdisk.c47 #define cylinder(s, c) ((c) | (((s) & 0xc0) << 2)) macro