Searched refs:bdrv_ioctl (Results 1 – 5 of 5) sorted by relevance
/external/qemu/block/ |
D | raw.c | 216 return bdrv_ioctl(bs->file, req, buf); in raw_ioctl() 267 .bdrv_ioctl = raw_ioctl,
|
D | raw-posix.c | 1023 .bdrv_ioctl = hdev_ioctl, 1242 .bdrv_ioctl = hdev_ioctl,
|
/external/qemu/ |
D | block_int.h | 113 int (*bdrv_ioctl)(BlockDriverState *bs, unsigned long int req, void *buf); member
|
D | block.h | 139 int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf);
|
D | block.c | 2592 int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf) in bdrv_ioctl() function 2596 if (drv && drv->bdrv_ioctl) in bdrv_ioctl() 2597 return drv->bdrv_ioctl(bs, req, buf); in bdrv_ioctl()
|