Searched refs:cyls_max (Results 1 – 2 of 2) sorted by relevance
253 unsigned cyls_max, unsigned heads_max, unsigned secs_max, in blkconf_geometry() argument264 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()
97 unsigned cyls_max, unsigned heads_max, unsigned secs_max,