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

/system/core/toolbox/
H A Dnewfs_msdos.c788 struct hd_geometry geom; local
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
[all...]

Completed in 136 milliseconds