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

/illumos-gate/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...]

Completed in 43 milliseconds