Searched refs:bdrv_ioctl (Results 1 - 5 of 5) sorted by relevance

/external/qemu/block/
H A Draw.c216 return bdrv_ioctl(bs->file, req, buf);
267 .bdrv_ioctl = raw_ioctl,
H A Draw-posix.c1023 .bdrv_ioctl = hdev_ioctl,
1242 .bdrv_ioctl = hdev_ioctl,
/external/qemu/include/block/
H A Dblock_int.h113 int (*bdrv_ioctl)(BlockDriverState *bs, unsigned long int req, void *buf); member in struct:BlockDriver
H A Dblock.h139 int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf);
/external/qemu/
H A Dblock.c2594 int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf) function
2598 if (drv && drv->bdrv_ioctl)
2599 return drv->bdrv_ioctl(bs, req, buf);

Completed in 1771 milliseconds