Home
last modified time | relevance | path

Searched refs:VDUSE_DESTROY_DEV (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/linux-headers/linux/
H A Dvduse.h56 #define VDUSE_DESTROY_DEV _IOW(VDUSE_BASE, 0x03, char[VDUSE_NAME_MAX]) macro
/openbmc/linux/include/uapi/linux/
H A Dvduse.h56 #define VDUSE_DESTROY_DEV _IOW(VDUSE_BASE, 0x03, char[VDUSE_NAME_MAX]) macro
/openbmc/linux/Documentation/userspace-api/
H A Dvduse.rst43 3. Destroy the VDUSE instance with ioctl(VDUSE_DESTROY_DEV) on
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c1345 ioctl(ctrl_fd, VDUSE_DESTROY_DEV, name); in vduse_dev_create()
1371 if (ioctl(dev->ctrl_fd, VDUSE_DESTROY_DEV, dev->name)) { in vduse_dev_destroy()
/openbmc/linux/drivers/vdpa/vdpa_user/
H A Dvduse_dev.c1892 case VDUSE_DESTROY_DEV: { in vduse_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1334 +pub const VDUSE_DESTROY_DEV: u32 = 1090552067;