Home
last modified time | relevance | path

Searched refs:bdrv_ioctl (Results 1 – 4 of 4) sorted by relevance

/external/qemu/
Dblock_int.h86 int (*bdrv_ioctl)(BlockDriverState *bs, unsigned long int req, void *buf); member
Dblock.h150 int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf);
Dblock.c1426 int bdrv_ioctl(BlockDriverState *bs, unsigned long int req, void *buf) in bdrv_ioctl() function
1430 if (drv && drv->bdrv_ioctl) in bdrv_ioctl()
1431 return drv->bdrv_ioctl(bs, req, buf); in bdrv_ioctl()
Dblock-raw-posix.c1209 .bdrv_ioctl = raw_ioctl,