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

  /external/qemu/
block_int.h 88 int (*bdrv_put_buffer)(BlockDriverState *bs, const uint8_t *buf, member in struct:BlockDriver
block.c 1161 int bdrv_put_buffer(BlockDriverState *bs, const uint8_t *buf, int64_t pos, int size) function
1166 if (!drv->bdrv_put_buffer)
1168 return drv->bdrv_put_buffer(bs, buf, pos, size);
    [all...]

Completed in 85 milliseconds