Home
last modified time | relevance | path

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

/openbmc/qemu/hw/block/
H A Dblock.c253 unsigned cyls_max, unsigned heads_max, unsigned secs_max, in blkconf_geometry() argument
264 if (conf->cyls < 1 || conf->cyls > cyls_max) { in blkconf_geometry()
265 error_setg(errp, "cyls must be between 1 and %u", cyls_max); in blkconf_geometry()
/openbmc/qemu/include/hw/block/
H A Dblock.h97 unsigned cyls_max, unsigned heads_max, unsigned secs_max,