Home
last modified time | relevance | path

Searched refs:heads_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
268 if (conf->heads < 1 || conf->heads > heads_max) { in blkconf_geometry()
269 error_setg(errp, "heads must be between 1 and %u", heads_max); in blkconf_geometry()
/openbmc/qemu/include/hw/block/
H A Dblock.h97 unsigned cyls_max, unsigned heads_max, unsigned secs_max,