Searched defs:BlockDriverState (Results 1 - 2 of 2) sorted by last modified time

/external/qemu/include/block/
H A Dblock_int.h54 int (*bdrv_open)(BlockDriverState *bs, int flags);
55 int (*bdrv_file_open)(BlockDriverState *bs, const char *filename, int flags);
56 int (*bdrv_read)(BlockDriverState *bs, int64_t sector_num,
58 int (*bdrv_write)(BlockDriverState *bs, int64_t sector_num,
60 void (*bdrv_close)(BlockDriverState *bs);
62 void (*bdrv_flush)(BlockDriverState *bs);
63 int (*bdrv_is_allocated)(BlockDriverState *bs, int64_t sector_num,
65 int (*bdrv_set_key)(BlockDriverState *bs, const char *key);
66 int (*bdrv_make_empty)(BlockDriverState *bs);
68 BlockDriverAIOCB *(*bdrv_aio_readv)(BlockDriverState *b
139 struct BlockDriverState { struct
[all...]
/external/qemu/include/qemu/
H A Dtypedefs.h33 typedef struct BlockDriverState BlockDriverState; typedef in typeref:struct:BlockDriverState

Completed in 227 milliseconds