HomeSort by relevance Sort by last modified time
    Searched defs:geom (Results 1 - 8 of 8) sorted by null

  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bvcache.h 36 struct bvsurfgeom *geom; member in struct:bvcopparams
  /external/f2fs-tools/tools/
fibmap.c 50 struct hd_geometry geom; local
65 if (ioctl(fd, HDIO_GETGEO, &geom) < 0)
68 *start_lba = geom.start;
  /external/f2fs-tools/lib/
libf2fs.c 433 struct hd_geometry geom; local
469 if (ioctl(fd, HDIO_GETGEO, &geom) < 0)
472 c->start_sector = geom.start;
  /system/core/toolbox/
newfs_msdos.c 800 struct hd_geometry geom; local
814 if (ioctl(fd, HDIO_GETGEO, &geom)) {
816 geom.heads = 64;
817 geom.sectors = 63;
820 if (!geom.heads) {
822 geom.heads = 64;
825 if (!geom.sectors) {
827 geom.sectors = 63;
830 bpb->spt = geom.sectors;
833 bpb->hds = geom.heads
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 434 XkbGeometryPtr geom; member in struct:_XkbDesc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XKBstr.h 434 XkbGeometryPtr geom; member in struct:_XkbDesc
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xproto.h 1261 xGetGeometryReply geom; member in union:__anon45108
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 1261 xGetGeometryReply geom; member in union:__anon46844
    [all...]

Completed in 175 milliseconds