Searched defs:pcyls (Results 1 - 1 of 1) sorted by relevance
/external/qemu/ |
H A D | block.c | 1212 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) argument 1223 *pcyls = cylinders; 1235 *pcyls = cylinders; 1254 *pcyls = cylinders; 1258 if ((*pcyls * *pheads) <= 131072) { 1267 bdrv_set_geometry_hint(bs, *pcyls, *pheads, *psecs); 1292 int *pcyls, int *pheads, int *psecs) 1294 *pcyls = bs->cyls; 1291 bdrv_get_geometry_hint(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) argument
|
Completed in 35 milliseconds