Searched defs:pheads (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dblock.c1172 int *pcylinders, int *pheads, int *psectors)
1201 *pheads = heads;
1214 void bdrv_guess_geometry(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) argument
1226 *pheads = heads;
1238 *pheads = heads;
1257 *pheads = 16;
1260 if ((*pcyls * *pheads) <= 131072) {
1269 bdrv_set_geometry_hint(bs, *pcyls, *pheads, *psecs);
1294 int *pcyls, int *pheads, int *psecs)
1297 *pheads
1171 guess_disk_lchs(BlockDriverState *bs, int *pcylinders, int *pheads, int *psectors) argument
1293 bdrv_get_geometry_hint(BlockDriverState *bs, int *pcyls, int *pheads, int *psecs) argument
[all...]

Completed in 77 milliseconds