HomeSort by relevance Sort by last modified time
    Searched refs:bdrv_get_geometry_hint (Results 1 - 3 of 3) sorted by null

  /external/qemu/include/block/
block.h 166 void bdrv_get_geometry_hint(BlockDriverState *bs,
  /external/qemu/hw/i386/
pc.c 201 bdrv_get_geometry_hint(hd, &cylinders, &heads, &sectors);
364 /* NOTE: bdrv_get_geometry_hint() returns the physical
370 bdrv_get_geometry_hint(hd_table[i], &cylinders, &heads, &sectors);
    [all...]
  /external/qemu/
block.c 1222 bdrv_get_geometry_hint(bs, &cylinders, &heads, &secs);
1293 void bdrv_get_geometry_hint(BlockDriverState *bs, function
    [all...]

Completed in 239 milliseconds