Searched refs:VDUSE_CREATE_DEV (Results 1 – 6 of 6) sorted by relevance
50 #define VDUSE_CREATE_DEV _IOW(VDUSE_BASE, 0x02, struct vduse_dev_config) macro
25 1. Create a new VDUSE instance with ioctl(VDUSE_CREATE_DEV) on98 As mentioned above, a VDUSE device is created by ioctl(VDUSE_CREATE_DEV) on
1327 ret = ioctl(ctrl_fd, VDUSE_CREATE_DEV, dev_config); in vduse_dev_create()
1868 case VDUSE_CREATE_DEV: { in vduse_ioctl()
1017 +pub const VDUSE_CREATE_DEV: u32 = 1095794946;