Searched refs:_IOC_NONE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/xen/sys/
H A Devtchn.h40 #define _IOC_NONE 0 macro
48 _IOC(_IOC_NONE, 'E', 0, sizeof(struct ioctl_evtchn_bind_virq))
58 _IOC(_IOC_NONE, 'E', 1, sizeof(struct ioctl_evtchn_bind_interdomain))
68 _IOC(_IOC_NONE, 'E', 2, sizeof(struct ioctl_evtchn_bind_unbound_port))
77 _IOC(_IOC_NONE, 'E', 3, sizeof(struct ioctl_evtchn_unbind))
86 _IOC(_IOC_NONE, 'E', 4, sizeof(struct ioctl_evtchn_notify))
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm.h85 #define DRM_IOC_VOID _IOC_NONE
126 #define _IOC_NONE 0U macro
138 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0)

Completed in 73 milliseconds