Home
last modified time | relevance | path

Searched refs:VDUSE_SET_API_VERSION (Results 1 – 2 of 2) sorted by relevance

/qemu/linux-headers/linux/
H A Dvduse.h20 #define VDUSE_SET_API_VERSION _IOW(VDUSE_BASE, 0x01, __u64) macro
/qemu/subprojects/libvduse/
H A Dlibvduse.c1305 if (ioctl(ctrl_fd, VDUSE_SET_API_VERSION, &version)) { in vduse_dev_create()