Searched refs:bdrv_get_geometry_hint (Results 1 - 4 of 4) sorted by relevance
/external/qemu/ |
H A D | block.h | 166 void bdrv_get_geometry_hint(BlockDriverState *bs,
|
H A D | block.c | 1220 bdrv_get_geometry_hint(bs, &cylinders, &heads, &secs); 1291 void bdrv_get_geometry_hint(BlockDriverState *bs, function
|
/external/qemu/hw/ |
H A D | pc.c | 208 bdrv_get_geometry_hint(hd, &cylinders, &heads, §ors); 371 /* NOTE: bdrv_get_geometry_hint() returns the physical 377 bdrv_get_geometry_hint(hd_table[i], &cylinders, &heads, §ors);
|
H A D | scsi-disk.c | 632 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs); 666 bdrv_get_geometry_hint(s->bdrv, &cylinders, &heads, &secs);
|
Completed in 196 milliseconds