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

/osnet-11/usr/src/grub/grub-0.97/lib/
H A Ddevice.c158 struct hd_geometry hdg; local
161 if (ioctl (fd, HDIO_GETGEO, &hdg))
168 geom->cylinders = hdg.cylinders;
169 geom->heads = hdg.heads;
170 geom->sectors = hdg.sectors;
217 struct disklabel hdg; local
218 if (ioctl (fd, DIOCGDINFO, &hdg))
221 geom->cylinders = hdg.d_ncylinders;
222 geom->heads = hdg.d_ntracks;
223 geom->sectors = hdg
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Ddeviceiter.c448 struct hd_geometry hdg; local
458 && ioctl (fileno (fp), HDIO_GETGEO, &hdg))
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dhostdisk.c514 struct hd_geometry hdg; local
603 if (ioctl (fd, HDIO_GETGEO, &hdg))
630 return hdg.start;

Completed in 600 milliseconds