HomeSort by relevance Sort by last modified time
    Searched defs:hd_geometry (Results 1 - 4 of 4) 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...]
  /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

Completed in 574 milliseconds