Home | History | Annotate | Download | only in qemu

Lines Matching refs:secs

840     int cyls, heads, secs, translation;
851 "cyls", "heads", "secs", "trans",
863 cyls = heads = secs = 0;
947 if (get_param_value(buf, sizeof(buf), "secs", str)) {
948 secs = strtol(buf, NULL, 0);
951 if (cyls || heads || secs) {
960 if (secs < 1 || secs > 63) {
961 fprintf(stderr, "qemu: '%s' invalid physical secs number\n", str);
969 "qemu: '%s' trans must be used with cyls,heads and secs\n",
989 if (cyls || secs || heads) {
1143 bdrv_set_geometry_hint(bdrv, cyls, heads, secs);
2072 int cyls, heads, secs, translation;
2114 cyls = heads = secs = 0;
2223 ",cyls=%d,heads=%d,secs=%d%s",
2224 0, cyls, heads, secs,
2266 secs = strtol(p, (char **)&p, 0);
2267 if (secs < 1 || secs > 63)
2287 HD_ALIAS ",cyls=%d,heads=%d,secs=%d%s",
2288 0, cyls, heads, secs,