Searched refs:_IOC_NONE (Results 1 – 7 of 7) sorted by relevance
/include/uapi/xen/ |
D | evtchn.h | 42 _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq)) 52 _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain)) 62 _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port)) 71 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind)) 80 _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify)) 87 _IOC(_IOC_NONE, 'E', 5, 0) 99 _IOC(_IOC_NONE, 'E', 6, sizeof(struct ioctl_evtchn_restrict_domid))
|
D | gntdev.h | 53 _IOC(_IOC_NONE, 'G', 0, sizeof(struct ioctl_gntdev_map_grant_ref)) 73 _IOC(_IOC_NONE, 'G', 1, sizeof(struct ioctl_gntdev_unmap_grant_ref)) 96 _IOC(_IOC_NONE, 'G', 2, sizeof(struct ioctl_gntdev_get_offset_for_vaddr)) 116 _IOC(_IOC_NONE, 'G', 3, sizeof(struct ioctl_gntdev_set_max_grants)) 134 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntdev_unmap_notify)) 193 _IOC(_IOC_NONE, 'G', 8, sizeof(struct ioctl_gntdev_grant_copy)) 235 _IOC(_IOC_NONE, 'G', 9, \ 265 _IOC(_IOC_NONE, 'G', 10, \ 278 _IOC(_IOC_NONE, 'G', 11, \ 301 _IOC(_IOC_NONE, 'G', 12, \
|
D | privcmd.h | 115 _IOC(_IOC_NONE, 'P', 0, sizeof(struct privcmd_hypercall)) 117 _IOC(_IOC_NONE, 'P', 2, sizeof(struct privcmd_mmap)) 119 _IOC(_IOC_NONE, 'P', 3, sizeof(struct privcmd_mmapbatch)) 121 _IOC(_IOC_NONE, 'P', 4, sizeof(struct privcmd_mmapbatch_v2)) 123 _IOC(_IOC_NONE, 'P', 5, sizeof(struct privcmd_dm_op)) 125 _IOC(_IOC_NONE, 'P', 6, sizeof(domid_t)) 127 _IOC(_IOC_NONE, 'P', 7, sizeof(struct privcmd_mmap_resource))
|
D | gntalloc.h | 20 _IOC(_IOC_NONE, 'G', 5, sizeof(struct ioctl_gntalloc_alloc_gref)) 44 _IOC(_IOC_NONE, 'G', 6, sizeof(struct ioctl_gntalloc_dealloc_gref)) 64 _IOC(_IOC_NONE, 'G', 7, sizeof(struct ioctl_gntalloc_unmap_notify))
|
/include/xen/ |
D | xenbus_dev.h | 39 _IOC(_IOC_NONE, 'B', 0, 0) 42 _IOC(_IOC_NONE, 'B', 1, 0)
|
/include/uapi/asm-generic/ |
D | ioctl.h | 57 #ifndef _IOC_NONE 58 # define _IOC_NONE 0U macro 85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0)
|
/include/uapi/linux/ |
D | soundcard.h | 93 #define _SIOC_NONE _IOC_NONE
|