Searched defs:HDIO_GETGEO (Results 1 - 2 of 2) sorted by relevance

/external/grub/lib/
H A Ddevice.c46 # ifndef HDIO_GETGEO
47 # define HDIO_GETGEO 0x0301 /* get device geometry */ macro
48 /* If HDIO_GETGEO is not defined, it is unlikely that hd_geometry is
57 # endif /* ! HDIO_GETGEO */
157 if (ioctl (fd, HDIO_GETGEO, &hdg))
456 /* Check if DEVICE is a CD-ROM drive by the HDIO_GETGEO ioctl. */
464 /* If it is a block device and isn't a floppy, check if HDIO_GETGEO
468 && ioctl (fileno (fp), HDIO_GETGEO, &hdg))
/external/kernel-headers/original/linux/
H A Dhdreg.h383 #define HDIO_GETGEO 0x0301 /* get device geometry */ macro

Completed in 220 milliseconds