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

  /external/qemu/
block.h 166 void bdrv_get_geometry_hint(BlockDriverState *bs,
block.c 1220 bdrv_get_geometry_hint(bs, &cylinders, &heads, &secs);
1291 void bdrv_get_geometry_hint(BlockDriverState *bs, function
    [all...]
  /external/qemu/hw/
pc.c 208 bdrv_get_geometry_hint(hd, &cylinders, &heads, &sectors);
371 /* NOTE: bdrv_get_geometry_hint() returns the physical
377 bdrv_get_geometry_hint(hd_table[i], &cylinders, &heads, &sectors);
    [all...]
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 279 milliseconds