Searched refs:pheads (Results 1 – 2 of 2) sorted by relevance
/external/qemu/include/block/ |
D | block.h | 92 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs); 167 int *pcyls, int *pheads, int *psecs);
|
/external/qemu/ |
D | block.c | 1172 int *pcylinders, int *pheads, int *psectors) in guess_disk_lchs() argument 1201 *pheads = heads; in guess_disk_lchs() 1214 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) in bdrv_guess_geometry() argument 1226 *pheads = heads; in bdrv_guess_geometry() 1238 *pheads = heads; in bdrv_guess_geometry() 1257 *pheads = 16; 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 1297 *pheads = bs->heads; in bdrv_get_geometry_hint()
|