Home | History | Annotate | Download | only in qemu

Lines Matching refs:secs

2241     int cyls, heads, secs, translation;
2252 "cyls", "heads", "secs", "trans",
2264 cyls = heads = secs = 0;
2348 if (get_param_value(buf, sizeof(buf), "secs", str)) {
2349 secs = strtol(buf, NULL, 0);
2352 if (cyls || heads || secs) {
2361 if (secs < 1 || secs > 63) {
2362 fprintf(stderr, "qemu: '%s' invalid physical secs number\n", str);
2370 "qemu: '%s' trans must be used with cyls,heads and secs\n",
2390 if (cyls || secs || heads) {
2544 bdrv_set_geometry_hint(bdrv, cyls, heads, secs);
4988 int cyls, heads, secs, translation;
5067 cyls = heads = secs = 0;
5176 ",cyls=%d,heads=%d,secs=%d%s",
5177 0, cyls, heads, secs,
5219 secs = strtol(p, (char **)&p, 0);
5220 if (secs < 1 || secs > 63)
5240 HD_ALIAS ",cyls=%d,heads=%d,secs=%d%s",
5241 0, cyls, heads, secs,