HomeSort by relevance Sort by last modified time
    Searched refs:hd_geometry (Results 1 - 13 of 13) sorted by null

  /external/syslinux/memdisk/
setup.c 318 static struct geometry hd_geometry; local
327 hd_geometry.sector_shift = 9; /* Assume floppy/HDD at first */
333 sectors = xsectors = (size - offset) >> hd_geometry.sector_shift;
335 hd_geometry.hsrc = "guess";
336 hd_geometry.ssrc = "guess";
337 hd_geometry.sectors = sectors;
338 hd_geometry.offset = offset;
357 hd_geometry.offset += boot_cat->initial_entry.load_block * 2048;
360 hd_geometry.boot_lba = boot_cat->initial_entry.load_block * 4;
365 hd_geometry.driveno = 0x00
    [all...]
  /external/strace/
hdio.c 36 typedef struct hd_geometry struct_hd_geometry;
  /external/e2fsprogs/misc/
partinfo.c 29 struct hd_geometry loc;
  /external/gptfdisk/
diskio-unix.cc 187 struct hd_geometry geometry;
205 struct hd_geometry geometry;
  /external/f2fs-tools/tools/
fibmap.c 97 struct hd_geometry geom;
  /bionic/libc/kernel/uapi/linux/
hdreg.h 255 struct hd_geometry { struct
  /external/kernel-headers/original/uapi/linux/
hdreg.h 324 struct hd_geometry { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
hdreg.h 313 struct hd_geometry { struct
  /external/syslinux/extlinux/
main.c 120 struct hd_geometry g;
166 int get_geometry(int devfd, uint64_t totalbytes, struct hd_geometry *geo)
234 struct hd_geometry geo;
    [all...]
  /external/toybox/toys/pending/
fdisk.c 223 static void read_geometry(struct hd_geometry *disk)
225 struct hd_geometry geometry;
347 struct hd_geometry disk;
    [all...]
  /external/f2fs-tools/lib/
libf2fs.c 790 struct hd_geometry geom;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 421 unsigned struct_hd_geometry_sz = sizeof(struct hd_geometry);
    [all...]
  /system/core/toolbox/
newfs_msdos.c 801 struct hd_geometry geom;
    [all...]

Completed in 969 milliseconds