Lines Matching refs:geom
788 struct hd_geometry geom;802 if (ioctl(fd, HDIO_GETGEO, &geom)) {804 geom.heads = 64;805 geom.sectors = 63;808 if (!geom.heads) {810 geom.heads = 64;813 if (!geom.sectors) {815 geom.sectors = 63;818 bpb->spt = geom.sectors;821 bpb->hds = geom.heads;