HomeSort by relevance Sort by last modified time
    Searched defs:bdrv (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/sysemu/
blockdev.h 22 BlockDriverState *bdrv; member in struct:DriveInfo
  /external/qemu/
vl-android.c 688 const char *drive_get_serial(BlockDriverState *bdrv)
693 if (drives_table[index].bdrv == bdrv)
699 BlockInterfaceErrorAction drive_get_onerror(BlockDriverState *bdrv)
704 if (drives_table[index].bdrv == bdrv)
715 void drive_uninit(BlockDriverState *bdrv)
720 if (drives_table[i].bdrv == bdrv) {
721 drives_table[i].bdrv = NULL
740 BlockDriverState *bdrv; local
    [all...]

Completed in 68 milliseconds