Home
last modified time | relevance | path

Searched refs:gdbuf (Results 1 – 1 of 1) sorted by relevance

/external/mtools/
Ddevices.c866 struct gdctl gdbuf; in init_geom() local
868 if (ioctl(fd, GDGETA, &gdbuf) == -1) { in init_geom()
869 ioctl(fd, GDDISMNT, &gdbuf); in init_geom()
875 SET_INT(gdbuf.params.cyls,dev->ntracks); in init_geom()
876 SET_INT(gdbuf.params.heads,dev->nheads); in init_geom()
877 SET_INT(gdbuf.params.psectrk,dev->nsect); in init_geom()
878 dev->ntracks = gdbuf.params.cyls; in init_geom()
879 dev->nheads = gdbuf.params.heads; in init_geom()
880 dev->nsect = gdbuf.params.psectrk; in init_geom()
884 gdbuf.params.pseccyl = gdbuf.params.psectrk * gdbuf.params.heads; in init_geom()
[all …]