Home | History | Annotate | Download | only in qemu

Lines Matching defs:secs

144     int cyls, heads, secs, translation;
178 secs = qemu_opt_get_number(opts, "secs", 0);
221 if (cyls || heads || secs) {
230 if (secs < 1 || (type == IF_IDE && secs > 63)) {
231 fprintf(stderr, "qemu: '%s' invalid physical secs number\n", buf);
239 "qemu: '%s' trans must be used with cyls,heads and secs\n",
259 if (cyls || secs || heads) {
434 bdrv_set_geometry_hint(dinfo->bdrv, cyls, heads, secs);