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

/illumos-gate/usr/src/grub/grub-0.97/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 */
161 if (ioctl (fd, HDIO_GETGEO, &hdg))
484 /* Check if DEVICE is a CD-ROM drive by the HDIO_GETGEO ioctl. */
492 /* If it is a block device and isn't a floppy, check if HDIO_GETGEO
496 && ioctl (fileno (fp), HDIO_GETGEO, &hdg))

Completed in 58 milliseconds