Home
last modified time | relevance | path

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

/external/qemu/include/block/
Dblock.h92 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs);
167 int *pcyls, int *pheads, int *psecs);
/external/qemu/
Dblock.c1214 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) in bdrv_guess_geometry() argument
1225 *pcyls = cylinders; in bdrv_guess_geometry()
1237 *pcyls = cylinders; in bdrv_guess_geometry()
1256 *pcyls = cylinders; in bdrv_guess_geometry()
1260 if ((*pcyls * *pheads) <= 131072) { in bdrv_guess_geometry()
1269 bdrv_set_geometry_hint(bs, *pcyls, *pheads, *psecs); in bdrv_guess_geometry()
1294 int *pcyls, int *pheads, int *psecs) in bdrv_get_geometry_hint() argument
1296 *pcyls = bs->cyls; in bdrv_get_geometry_hint()