Searched refs:VDUSE_CREATE_DEV (Results 1 – 3 of 3) 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
1587 case VDUSE_CREATE_DEV: { in vduse_ioctl()