Home | History | Annotate | Download | only in pending

Lines Matching refs:geometry

225   struct hd_geometry geometry;
227 if (ioctl(dev_fd, HDIO_GETGEO, &geometry)) return;
228 disk->heads = geometry.heads;
229 disk->sectors = geometry.sectors;