Home | History | Annotate | Download | only in qemu

Lines Matching full:secs

2333     int cyls, heads, secs, translation;
2344 "cyls", "heads", "secs", "trans",
2356 cyls = heads = secs = 0;
2440 if (get_param_value(buf, sizeof(buf), "secs", str)) {
2441 secs = strtol(buf, NULL, 0);
2444 if (cyls || heads || secs) {
2453 if (secs < 1 || secs > 63) {
2454 fprintf(stderr, "qemu: '%s' invalid physical secs number\n", str);
2462 "qemu: '%s' trans must be used with cyls,heads and secs\n",
2482 if (cyls || secs || heads) {
2636 bdrv_set_geometry_hint(bdrv, cyls, heads, secs);
5090 int cyls, heads, secs, translation;
5167 cyls = heads = secs = 0;
5276 ",cyls=%d,heads=%d,secs=%d%s",
5277 0, cyls, heads, secs,
5319 secs = strtol(p, (char **)&p, 0);
5320 if (secs < 1 || secs > 63)
5340 HD_ALIAS ",cyls=%d,heads=%d,secs=%d%s",
5341 0, cyls, heads, secs,