Searched defs:pcyls (Results 1 - 1 of 1) sorted by relevance
/external/qemu/ |
H A D | block.c | 808 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) argument 819 *pcyls = cylinders; 831 *pcyls = cylinders; 850 *pcyls = cylinders; 854 if ((*pcyls * *pheads) <= 131072) { 863 bdrv_set_geometry_hint(bs, *pcyls, *pheads, *psecs); 888 int *pcyls, int *pheads, int *psecs) 890 *pcyls = bs->cyls; 887 bdrv_get_geometry_hint(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) argument
|
Completed in 175 milliseconds