Home
last modified time | relevance | path

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

/external/qemu/
Dblock.h92 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs);
167 int *pcyls, int *pheads, int *psecs);
Dblock.c1212 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) in bdrv_guess_geometry() argument
1223 *pcyls = cylinders; in bdrv_guess_geometry()
1235 *pcyls = cylinders; in bdrv_guess_geometry()
1254 *pcyls = cylinders; in bdrv_guess_geometry()
1258 if ((*pcyls * *pheads) <= 131072) { in bdrv_guess_geometry()
1267 bdrv_set_geometry_hint(bs, *pcyls, *pheads, *psecs); in bdrv_guess_geometry()
1292 int *pcyls, int *pheads, int *psecs) in bdrv_get_geometry_hint() argument
1294 *pcyls = bs->cyls; in bdrv_get_geometry_hint()