Symbol: _IOR
share/examples/kld/cdev/module/cdev.c
96
#define CDEV_IOCTL1 _IOR('C', 1, u_int)
share/examples/kld/cdev/test/testcdev.c
83
#define CDEV_IOCTL1 _IOR('C', 1, u_int)
sys/bus/firewire/firewire.h
394
#define FW_IBUSRST _IOR('S', 1, unsigned int)
sys/bus/firewire/firewire.h
398
#define FW_GTPMAP _IOR('S', 5, struct fw_topology_map)
sys/bus/firewire/firewire.h
402
#define FW_GDEUI64 _IOR('S', 21, struct fw_eui64)
sys/bus/u4b/usb_ioctl.h
262
#define USB_DEVICESTATS _IOR ('U', 5, struct usb_device_stats)
sys/bus/u4b/usb_ioctl.h
270
#define USB_GET_REPORT_ID _IOR ('U', 25, int)
sys/bus/u4b/usb_ioctl.h
273
#define USB_GET_CONFIG _IOR ('U', 100, int)
sys/bus/u4b/usb_ioctl.h
277
#define USB_GET_DEVICE_DESC _IOR ('U', 105, struct usb_device_descriptor)
sys/bus/u4b/usb_ioctl.h
278
#define USB_GET_CONFIG_DESC _IOR ('U', 106, struct usb_config_descriptor)
sys/bus/u4b/usb_ioctl.h
279
#define USB_GET_RX_INTERFACE_DESC _IOR ('U', 107, struct usb_interface_descriptor)
sys/bus/u4b/usb_ioctl.h
280
#define USB_GET_RX_ENDPOINT_DESC _IOR ('U', 108, struct usb_endpoint_descriptor)
sys/bus/u4b/usb_ioctl.h
284
#define USB_GET_DEVICEINFO _IOR ('U', 112, struct usb_device_info)
sys/bus/u4b/usb_ioctl.h
287
#define USB_GET_RX_FRAME_SIZE _IOR ('U', 115, int)
sys/bus/u4b/usb_ioctl.h
288
#define USB_GET_RX_BUFFER_SIZE _IOR ('U', 117, int)
sys/bus/u4b/usb_ioctl.h
297
#define USB_GET_PLUGTIME _IOR ('U', 126, uint32_t)
sys/bus/u4b/usb_ioctl.h
300
#define USB_GET_DEV_PORT_PATH _IOR ('U', 134, struct usb_device_port_path)
sys/bus/u4b/usb_ioctl.h
301
#define USB_GET_POWER_USAGE _IOR ('U', 135, int)
sys/bus/u4b/usb_ioctl.h
304
#define USB_GET_TX_FRAME_SIZE _IOR ('U', 138, int)
sys/bus/u4b/usb_ioctl.h
305
#define USB_GET_TX_BUFFER_SIZE _IOR ('U', 139, int)
sys/bus/u4b/usb_ioctl.h
307
#define USB_GET_TX_INTERFACE_DESC _IOR ('U', 141, struct usb_interface_descriptor)
sys/bus/u4b/usb_ioctl.h
308
#define USB_GET_TX_ENDPOINT_DESC _IOR ('U', 142, struct usb_endpoint_descriptor)
sys/bus/u4b/usb_ioctl.h
312
#define USB_GET_POWER_MODE _IOR ('U', 146, int)
sys/bus/u4b/usb_ioctl.h
314
#define USB_GET_TEMPLATE _IOR ('U', 148, int)
sys/bus/u4b/usb_ioctl.h
317
#define USB_GET_CM_OVER_DATA _IOR ('U', 180, int)
sys/bus/u4b/usb_ioctl.h
321
#define USB_GET_GPIO _IOR ('U', 182, int)
sys/bus/u4b/usb_ioctl.h
327
#define USB_FS_COMPLETE _IOR ('U', 194, struct usb_fs_complete)
sys/dev/acpica/acpiio.h
109
#define ACPIIO_BATT_GET_UNITS _IOR('B', 0x01, int)
sys/dev/acpica/acpiio.h
119
#define ACPIIO_ACAD_GET_STATUS _IOR('A', 1, int)
sys/dev/disk/iscsi/initiator/iscsi.h
484
#define ISCSISETSES _IOR('i', 1, int)
sys/dev/disk/iscsi/initiator/iscsi.h
487
#define ISCSIGETOPT _IOR('i', 6, isc_opt_t)
sys/dev/disk/iscsi/initiator/iscsi.h
506
#define ISCSIGETCAM _IOR('i', 33, iscsi_cam_t)
sys/dev/disk/isp/isp_ioctl.h
100
#define ISP_GET_STATS _IOR(ISP_IOC, 6, isp_stats_t)
sys/dev/disk/isp/isp_ioctl.h
73
#define ISP_GETROLE _IOR(ISP_IOC, 5, int)
sys/dev/drm/include/uapi/drm/drm.h
798
#define DRM_IOR(nr,type) _IOR(DRM_IOCTL_BASE,nr,type)
sys/dev/misc/cuse/cuse_ioctl.h
74
#define CUSE_IOCTL_GET_COMMAND _IOR('C', 0, struct cuse_command)
sys/dev/misc/cuse/cuse_ioctl.h
78
#define CUSE_IOCTL_GET_SIG _IOR('C', 4, int)
sys/dev/misc/cuse/cuse_ioctl.h
84
#define CUSE_IOCTL_ALLOC_UNIT _IOR('C',10, int)
sys/dev/misc/evdev/input.h
101
#define EVIOCGABS(abs) _IOR(EVDEV_IOC_MAGIC, 0x40 + (abs), struct input_absinfo) /* get abs value/limits */
sys/dev/misc/evdev/input.h
106
#define EVIOCGEFFECTS _IOR(EVDEV_IOC_MAGIC, 0x84, int) /* Report number of effects playable at the same time */
sys/dev/misc/evdev/input.h
78
#define EVIOCGVERSION _IOR(EVDEV_IOC_MAGIC, 0x01, int) /* get driver version */
sys/dev/misc/evdev/input.h
79
#define EVIOCGID _IOR(EVDEV_IOC_MAGIC, 0x02, struct input_id) /* get device ID */
sys/dev/misc/evdev/input.h
80
#define EVIOCGREP _IOR(EVDEV_IOC_MAGIC, 0x03, unsigned int[2]) /* get repeat settings */
sys/dev/misc/ppi/ppi.h
38
#define PPIGDATA _IOR('P', 10, u_int8_t)
sys/dev/misc/ppi/ppi.h
39
#define PPIGSTATUS _IOR('P', 11, u_int8_t)
sys/dev/misc/ppi/ppi.h
40
#define PPIGCTRL _IOR('P', 12, u_int8_t)
sys/dev/misc/ppi/ppi.h
41
#define PPIGEPPD _IOR('P', 13, u_int8_t)
sys/dev/misc/ppi/ppi.h
42
#define PPIGECR _IOR('P', 14, u_int8_t)
sys/dev/misc/ppi/ppi.h
43
#define PPIGFIFO _IOR('P', 15, u_int8_t)
sys/dev/misc/ppi/ppi.h
52
#define PPIGEPPA _IOR('P', 22, u_int8_t)
sys/dev/misc/ppi/ppi.h
53
#define PPISEPPA _IOR('P', 23, u_int8_t)
sys/dev/misc/psm/psm.c
544
#define OLD_MOUSE_GETHWINFO _IOR('M', 1, old_mousehw_t)
sys/dev/misc/psm/psm.c
545
#define OLD_MOUSE_GETMODE _IOR('M', 2, old_mousemode_t)
sys/dev/raid/amr/amrio.h
69
#define AMR_IO_VERSION _IOR('A', 0x200, int)
sys/dev/raid/asr/osd_unix.h
184
#ifndef _IOR
sys/dev/raid/asr/osd_unix.h
193
#define DPT_SIGNATURE _IOR('D',67,dpt_sig_S)
sys/dev/raid/asr/osd_unix.h
195
#define DPT_NUMCTRLS _IOR('D',68,int)
sys/dev/raid/asr/osd_unix.h
197
#define DPT_CTRLINFO _IOR('D',69,CtrlInfo)
sys/dev/raid/asr/osd_unix.h
199
#define DPT_SYSINFO _IOR('D',72,sysInfo_S)
sys/dev/raid/asr/osd_unix.h
201
#define DPT_BLINKLED _IOR('D',75,int)
sys/dev/raid/asr/osd_unix.h
203
#define DPT_STATS_INFO _IOR('D',80,STATS_DATA)
sys/dev/raid/asr/osd_unix.h
259
#ifndef _IOR
sys/dev/raid/asr/osd_unix.h
270
#define DPT_SIGNATURE _IOR('D',67,dpt_sig_S)
sys/dev/raid/asr/osd_unix.h
272
#define DPT_SIGNATURE_PACKED _IOR('D',67,dpt_sig_S_Packed)
sys/dev/raid/asr/osd_unix.h
275
#define DPT_NUMCTRLS _IOR('D',68,int)
sys/dev/raid/asr/osd_unix.h
277
#define DPT_CTRLINFO _IOR('D',69,CtrlInfo)
sys/dev/raid/asr/osd_unix.h
283
#define DPT_SYSINFO _IOR('D',72,sysInfo_S)
sys/dev/raid/asr/osd_unix.h
289
#define DPT_BLINKLED _IOR('D',75,int)
sys/dev/raid/asr/osd_unix.h
291
#define DPT_STATS_INFO _IOR('D',80,STATS_DATA)
sys/dev/raid/asr/osd_unix.h
295
#define DPT_PERF_INFO _IOR('D',82,dpt_perf_t)
sys/dev/raid/asr/osd_unix.h
304
#define DPT_TARGET_BUSY _IOR('D',79, TARGET_BUSY_T)
sys/dev/raid/ciss/cissio.h
219
#define CCISS_GETPCIINFO _IOR ('C', 200, cciss_pci_info_struct)
sys/dev/raid/ciss/cissio.h
220
#define CCISS_GETINTINFO _IOR ('C', 201, cciss_coalint_struct)
sys/dev/raid/ciss/cissio.h
222
#define CCISS_GETNODENAME _IOR ('C', 203, NodeName_type)
sys/dev/raid/ciss/cissio.h
224
#define CCISS_GETHEARTBEAT _IOR ('C', 205, Heartbeat_type)
sys/dev/raid/ciss/cissio.h
225
#define CCISS_GETBUSTYPES _IOR ('C', 206, BusTypes_type)
sys/dev/raid/ciss/cissio.h
226
#define CCISS_GETFIRMVER _IOR ('C', 207, FirmwareVer_type)
sys/dev/raid/ciss/cissio.h
227
#define CCISS_GETDRIVERVER _IOR ('C', 208, DriverVer_type)
sys/dev/raid/dpt/dpt.h
332
#define DPT_IOCTL_INTERNAL_METRICS _IOR('D', 1, dpt_perf_t)
sys/dev/raid/dpt/dpt.h
333
#define DPT_IOCTL_SOFTC _IOR('D', 2, dpt_user_softc_t)
sys/dev/raid/iir/iir.h
156
#define GDT_IOCTL_DRVERS _IOR('J', 1, int) /* get driver version */
sys/dev/raid/iir/iir.h
159
#define GDT_IOCTL_CTRTYPE_OLD _IOR('J', 2, gdt_ctrt_t) /* get ctr. type */
sys/dev/raid/iir/iir.h
160
#define GDT_IOCTL_OSVERS _IOR('J', 3, gdt_osv_t) /* get OS version */
sys/dev/raid/iir/iir.h
161
#define GDT_IOCTL_CTRCNT _IOR('J', 5, int) /* get ctr. count */
sys/dev/raid/iir/iir.h
163
#define GDT_IOCTL_STATIST _IOR('J', 9, gdt_statist_t) /* get statistics */
sys/dev/raid/mlx/mlxio.h
41
#define MLXD_STATUS _IOR ('M', 100, int)
sys/dev/raid/mlx/mlxio.h
42
#define MLXD_CHECKASYNC _IOR ('M', 101, int) /* command result returned in argument */
sys/dev/raid/mlx/mlxio.h
97
#define MLX_REBUILDSTAT _IOR ('M', 6, struct mlx_rebuild_status)
sys/dev/raid/twe/tweio.h
77
#define TWEIO_AEN_POLL _IOR('T', 102, u_int16_t)
sys/dev/raid/twe/tweio.h
78
#define TWEIO_AEN_WAIT _IOR('T', 103, u_int16_t)
sys/dev/raid/vinum/vinumio.h
119
#define VINUM_GETCONFIG _IOR(L, 65, struct _vinum_conf)
sys/dev/raid/vinum/vinumio.h
172
#define VINUM_MEMINFO _IOR(L, 79, struct meminfo)
sys/dev/raid/vinum/vinumio.h
224
#define VINUM_GETDAEMON _IOR(L, 95, int)
sys/dev/video/bktr/ioctl_bt848.h
105
#define TVTUNER_GETCHNL _IOR('x', 32, unsigned int) /* get channel */
sys/dev/video/bktr/ioctl_bt848.h
107
#define TVTUNER_GETTYPE _IOR('x', 33, unsigned int) /* get tuner type */
sys/dev/video/bktr/ioctl_bt848.h
108
#define TVTUNER_GETSTATUS _IOR('x', 34, unsigned int) /* get tuner status */
sys/dev/video/bktr/ioctl_bt848.h
110
#define TVTUNER_GETFREQ _IOR('x', 36, unsigned int) /* get frequency */
sys/dev/video/bktr/ioctl_bt848.h
114
#define BT848_GHUE _IOR('x', 37, int) /* get hue */
sys/dev/video/bktr/ioctl_bt848.h
116
#define BT848_GBRIG _IOR('x', 38, int) /* get brightness */
sys/dev/video/bktr/ioctl_bt848.h
118
#define BT848_GCSAT _IOR('x', 39, int) /* get UV saturation */
sys/dev/video/bktr/ioctl_bt848.h
120
#define BT848_GCONT _IOR('x', 40, int) /* get contrast */
sys/dev/video/bktr/ioctl_bt848.h
122
#define BT848_GVSAT _IOR('x', 41, int) /* get V saturation */
sys/dev/video/bktr/ioctl_bt848.h
124
#define BT848_GUSAT _IOR('x', 42, int) /* get U saturation */
sys/dev/video/bktr/ioctl_bt848.h
126
#define BT848_SCBARS _IOR('x', 43, int) /* set colorbar */
sys/dev/video/bktr/ioctl_bt848.h
127
#define BT848_CCBARS _IOR('x', 44, int) /* clear colorbar */
sys/dev/video/bktr/ioctl_bt848.h
131
#define BT848_GAUDIO _IOR('x', 47, int) /* get audio channel */
sys/dev/video/bktr/ioctl_bt848.h
134
#define BT848_GSTATUS _IOR('x', 49, unsigned int) /* reap status */
sys/dev/video/bktr/ioctl_bt848.h
142
#define TVTUNER_GETAFC _IOR('x', 54, int) /* query AFC on/off */
sys/dev/video/bktr/ioctl_bt848.h
144
#define BT848_GLNOTCH _IOR('x', 56, int) /* get luma notch */
sys/dev/video/bktr/ioctl_bt848.h
166
#define RADIO_GETMODE _IOR('x', 58, unsigned char) /* get radio modes */
sys/dev/video/bktr/ioctl_bt848.h
171
#define RADIO_GETFREQ _IOR('x', 59, unsigned int) /* set frequency */
sys/dev/video/bktr/ioctl_bt848.h
223
#define METEORGACTPIXFMT _IOR('x', 64, int )
sys/dev/video/bktr/ioctl_bt848.h
231
#define BT848GFMT _IOR('x', 67, unsigned long )
sys/dev/video/bktr/ioctl_bt848.h
235
#define BT848GCBUF _IOR('x', 68, int)
sys/dev/video/bktr/ioctl_bt848.h
251
#define BT848_GCAPAREA _IOR('x', 69, struct bktr_capture_area)
sys/dev/video/bktr/ioctl_bt848.h
269
#define REMOTE_GETKEY _IOR('x', 71, struct bktr_remote)/*read the remote */
sys/dev/video/bktr/ioctl_bt848.h
279
#define BT848_GPIO_GET_EN _IOR('x', 73, int) /* get gpio_out_en */
sys/dev/video/bktr/ioctl_bt848.h
281
#define BT848_GPIO_GET_DATA _IOR('x', 75, int) /* get gpio_data */
sys/dev/video/meteor/ioctl_meteor.h
73
#define METEORSTATUS _IOR('x', 5, unsigned short) /* get status */
sys/dev/video/meteor/ioctl_meteor.h
75
#define METEORGHUE _IOR('x', 6, signed char) /* get hue */
sys/dev/video/meteor/ioctl_meteor.h
77
#define METEORGFMT _IOR('x', 7, unsigned long) /* get format */
sys/dev/video/meteor/ioctl_meteor.h
79
#define METEORGINPUT _IOR('x', 8, unsigned long) /* get input dev */
sys/dev/video/meteor/ioctl_meteor.h
81
#define METEORGCOUNT _IOR('x',10, struct meteor_counts)
sys/dev/video/meteor/ioctl_meteor.h
83
#define METEORGFPS _IOR('x',11, unsigned short) /* get fps */
sys/dev/video/meteor/ioctl_meteor.h
85
#define METEORGSIGNAL _IOR('x', 12, unsigned int) /* get signal */
sys/dev/video/meteor/ioctl_meteor.h
87
#define METEORGVIDEO _IOR('x', 13, struct meteor_video) /* get video */
sys/dev/video/meteor/ioctl_meteor.h
89
#define METEORGBRIG _IOR('x', 14, unsigned char) /* get brightness */
sys/dev/video/meteor/ioctl_meteor.h
91
#define METEORGCSAT _IOR('x', 15, unsigned char) /* get uv saturation */
sys/dev/video/meteor/ioctl_meteor.h
93
#define METEORGCONT _IOR('x', 16, unsigned char) /* get contrast */
sys/dev/virtual/nvmm/nvmm_ioctl.h
147
#define NVMM_IOC_CAPABILITY _IOR ('N', 0, struct nvmm_ioc_capability)
sys/net/bpf.h
104
#define BIOCGBLEN _IOR('B',102, u_int)
sys/net/bpf.h
109
#define BIOCGDLT _IOR('B',106, u_int)
sys/net/bpf.h
110
#define BIOCGETIF _IOR('B',107, struct ifreq)
sys/net/bpf.h
113
#define BIOCGRTIMEOUT _IOR('B',110, struct timeval)
sys/net/bpf.h
114
#define BIOCGSTATS _IOR('B',111, struct bpf_stat)
sys/net/bpf.h
116
#define BIOCVERSION _IOR('B',113, struct bpf_version)
sys/net/bpf.h
117
#define BIOCGRSIG _IOR('B',114, u_int)
sys/net/bpf.h
119
#define BIOCGHDRCMPLT _IOR('B',116, u_int)
sys/net/bpf.h
121
#define BIOCGSEESENT _IOR('B',118, u_int)
sys/net/bpf.h
127
#define BIOCGFEEDBACK _IOR('B',124, u_int)
sys/net/slip.h
40
#define SLIOCGUNIT _IOR('t', 88, int) /* get slip unit number */
sys/net/slip.h
43
#define SLIOCGKEEPAL _IOR('t', 82, int) /* get keepalive time */
sys/net/slip.h
44
#define SLIOCGOUTFILL _IOR('t', 81, int) /* get out fill time */
sys/net/tap/if_tap.h
54
#define TAPGDEBUG _IOR('t', 89, int)
sys/net/tap/if_tap.h
58
#define TAPGIFINFO _IOR('t', 92, struct tapinfo)
sys/net/tap/if_tap.h
60
#define TAPGIFNAME _IOR('t', 93, struct ifreq)
sys/net/tun/if_tun.h
38
#define TUNGDEBUG _IOR('t', 89, int)
sys/net/tun/if_tun.h
42
#define TUNGIFINFO _IOR('t', 92, struct tuninfo)
sys/net/tun/if_tun.h
48
#define TUNGIFHEAD _IOR('t', 97, int)
sys/net/tun/if_tun.h
51
#define TUNGIFNAME _IOR('t', 98, struct ifreq)
sys/netgraph/ng_message.h
266
#define NGIOCGINFO _IOR('N', 40, struct nodeinfo) /* get node info */
sys/netgraph7/ng_message.h
381
#define NGIOCGINFO _IOR('N', 40, struct nodeinfo) /* get node info */
sys/platform/pc64/include/ioctl_fd.h
107
#define FD_GTYPE _IOR('F', 62, struct fd_type) /* get drive type */
sys/platform/pc64/include/ioctl_fd.h
110
#define FD_GOPTS _IOR('F', 64, int) /* drive options, see below */
sys/platform/pc64/include/ioctl_fd.h
117
#define FD_GSTAT _IOR('F', 68, struct fdc_status)
sys/sys/agpio.h
88
#define AGPIOC_INFO _IOR (AGPIOC_BASE, 0, agp_info)
sys/sys/cdio.h
151
#define CDIOREADTOCHEADER _IOR('c',4,struct ioc_toc_header)
sys/sys/cdio.h
182
#define CDIOCGETVOL _IOR('c',10,struct ioc_vol)
sys/sys/cdrio.h
108
#define CDRIOCGETBLOCKSIZE _IOR('c', 109, int)
sys/sys/cdrio.h
110
#define CDRIOCGETPROGRESS _IOR('c', 111, int)
sys/sys/cdrio.h
99
#define CDRIOCNEXTWRITEABLEADDR _IOR('c', 101, int)
sys/sys/chio.h
223
#define CHIOGPICKER _IOR('c', 0x04, int)
sys/sys/chio.h
225
#define CHIOGPARAMS _IOR('c', 0x06, struct changer_params)
sys/sys/consio.h
157
#define CONS_IDLE _IOR('c', 11, int)
sys/sys/consio.h
185
#define GIO_FONT8x8 _IOR('c', 65, fnt8_t)
sys/sys/consio.h
187
#define GIO_FONT8x14 _IOR('c', 67, fnt14_t)
sys/sys/consio.h
189
#define GIO_FONT8x16 _IOR('c', 69, fnt16_t)
sys/sys/consio.h
214
#define CONS_GETVERS _IOR('c', 74, int)
sys/sys/consio.h
217
#define CONS_CURRENTADP _IOR('c', 100, int)
sys/sys/consio.h
267
#define VT_OPENQRY _IOR('v', 1, int)
sys/sys/consio.h
286
#define VT_GETMODE _IOR('v', 3, vtmode_t)
sys/sys/consio.h
301
#define VT_GETACTIVE _IOR('v', 7, int)
sys/sys/consio.h
304
#define VT_GETINDEX _IOR('v', 8, int)
sys/sys/consio.h
55
#define KDGETMODE _IOR('K', 9, int)
sys/sys/consio.h
75
#define GIO_SCRNMAP _IOR('k', 2, scrmap_t)
sys/sys/consio.h
79
#define GIO_ATTR _IOR('a', 0, int)
sys/sys/consio.h
82
#define GIO_COLOR _IOR('c', 0, int)
sys/sys/consio.h
85
#define CONS_CURRENT _IOR('c', 1, int)
sys/sys/consio.h
88
#define CONS_GET _IOR('c', 2, int)
sys/sys/disklabel32.h
185
#define DIOCGDINFO32 _IOR('d', 101, struct disklabel32) /* get */
sys/sys/disklabel32.h
188
#define DIOCGDVIRGIN32 _IOR('d', 105, struct disklabel32) /* get virgin label */
sys/sys/disklabel64.h
142
#define DIOCGDINFO64 _IOR('d', 101, struct disklabel64)
sys/sys/disklabel64.h
145
#define DIOCGDVIRGIN64 _IOR('d', 105, struct disklabel64)
sys/sys/diskslice.h
100
#define DIOCGMEDIASIZE _IOR('d', 135, off_t)
sys/sys/diskslice.h
101
#define DIOCGSECTORSIZE _IOR('d', 136, u_int)
sys/sys/diskslice.h
228
#define DIOCGPART _IOR('d', 104, struct partinfo) /* get partition */
sys/sys/efiio.h
53
#define EFIIOC_GET_TIME _IOR('E', 2, struct efi_tm)
sys/sys/fbio.h
101
#define FBIOGTYPE _IOR('F', 0, struct fbtype)
sys/sys/fbio.h
116
#define FBIOGINFO _IOR('F', 2, struct fbinfo)
sys/sys/fbio.h
155
#define FBIOGATTR _IOR('F', 6, struct fbgattr)
sys/sys/fbio.h
164
#define FBIOGVIDEO _IOR('F', 8, int)
sys/sys/fbio.h
202
#define FBIOGCURMAX _IOR('F', 28, struct fbcurpos)
sys/sys/fbio.h
396
#define FBIO_ADAPTER _IOR('F', 100, int)
sys/sys/fbio.h
397
#define FBIO_ADPTYPE _IOR('F', 101, int)
sys/sys/fbio.h
398
#define FBIO_ADPINFO _IOR('F', 102, struct video_adapter_info)
sys/sys/fbio.h
403
#define FBIO_GETMODE _IOR('F', 105, int)
sys/sys/fbio.h
407
#define FBIO_GETWINORG _IOR('F', 107, u_int)
sys/sys/fbio.h
411
#define FBIO_GETDISPSTART _IOR('F', 109, video_display_start_t)
sys/sys/fbio.h
415
#define FBIO_GETLINEWIDTH _IOR('F', 111, u_int)
sys/sys/filio.h
52
#define FIONREAD _IOR('f', 127, int) /* get # bytes to read */
sys/sys/filio.h
56
#define FIOGETOWN _IOR('f', 123, int) /* get owner */
sys/sys/filio.h
57
#define FIODTYPE _IOR('f', 122, int) /* get d_flags type part */
sys/sys/filio.h
58
#define FIOGETLBA _IOR('f', 121, int) /* get start blk # */
sys/sys/ipmi.h
53
#define IPMICTL_GET_MY_ADDRESS_CMD _IOR(IPMI_IOC_MAGIC, 18, unsigned int)
sys/sys/ipmi.h
55
#define IPMICTL_GET_MY_LUN_CMD _IOR(IPMI_IOC_MAGIC, 20, unsigned int)
sys/sys/joystick.h
45
#define JOY_GETTIMEOUT _IOR('J', 2, int) /* get timeout */
sys/sys/joystick.h
48
#define JOY_GET_X_OFFSET _IOR('J', 5, int) /* get offset on X-axis */
sys/sys/joystick.h
49
#define JOY_GET_Y_OFFSET _IOR('J', 6, int) /* get offset on Y-axis */
sys/sys/kbio.h
19
#define KDGKBMODE _IOR('K', 6, int)
sys/sys/kbio.h
235
#define GIO_SCRNMAP _IOR('k', 2, scrmap_t)
sys/sys/kbio.h
238
#define GIO_KEYMAP _IOR('k', 6, keymap_t)
sys/sys/kbio.h
241
#define OGIO_KEYMAP _IOR('k', 6, okeymap_t)
sys/sys/kbio.h
244
#define GIO_DEADKEYMAP _IOR('k', 8, accentmap_t)
sys/sys/kbio.h
27
#define KDGETMODE _IOR('K', 9, int)
sys/sys/kbio.h
38
#define KDGKBSTATE _IOR('K', 19, int)
sys/sys/kbio.h
52
#define KDGKBTYPE _IOR('K', 64, int)
sys/sys/kbio.h
59
#define KDGETLED _IOR('K', 65, int)
sys/sys/kbio.h
84
#define KDGKBINFO _IOR('K', 101, keyboard_info_t)
sys/sys/kbio.h
92
#define KDGETREPEAT _IOR('K', 103, keyboard_repeat_t)
sys/sys/mapped_ioctl.h
71
#define MAPPED_IOCTL_IOR(c,f,t) MAPPED_IOCTL_MAPF((c), _IOR(0, 0, t), (f))
sys/sys/mouse.h
34
#define MOUSE_GETSTATUS _IOR('M', 0, mousestatus_t)
sys/sys/mouse.h
35
#define MOUSE_GETHWINFO _IOR('M', 1, mousehw_t)
sys/sys/mouse.h
36
#define MOUSE_GETMODE _IOR('M', 2, mousemode_t)
sys/sys/mouse.h
38
#define MOUSE_GETLEVEL _IOR('M', 4, int)
sys/sys/mouse.h
47
#define MOUSE_GETHWID _IOR('M', 13, int)
sys/sys/mouse.h
50
#define MOUSE_SYN_GETHWINFO _IOR('M', 100, synapticshw_t)
sys/sys/mtio.h
209
#define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */
sys/sys/mtio.h
219
#define MTIOCRDSPOS _IOR('m', 5, u_int32_t) /* get logical blk addr */
sys/sys/mtio.h
220
#define MTIOCRDHPOS _IOR('m', 6, u_int32_t) /* get hardware blk addr */
sys/sys/mtio.h
223
#define MTIOCERRSTAT _IOR('m', 7, union mterrstat) /* get tape errors */
sys/sys/mtio.h
230
#define MTIOCGETEOTMODEL _IOR('m', 8, u_int32_t)
sys/sys/nata.h
357
#define IOCATAGMAXCHANNEL _IOR('a', 1, int)
sys/sys/nata.h
432
#define IOCATAGPARM _IOR('a', 101, struct ata_params)
sys/sys/nata.h
433
#define IOCATAGMODE _IOR('a', 102, int)
sys/sys/nata.h
436
#define IOCATAGSPINDOWN _IOR('a', 104, int)
sys/sys/pioctl.h
57
# define PIOCWAIT _IOR('p', 4, struct procfs_status)
sys/sys/pioctl.h
60
# define PIOCSTATUS _IOR('p', 6, struct procfs_status)
sys/sys/pioctl.h
61
# define PIOCGFL _IOR('p', 7, unsigned int) /* Get flags */
sys/sys/ptio.h
35
#define PTIOCGETTIMEOUT _IOR('T', 1, int)
sys/sys/random.h
61
#define MEM_RETURNIRQ _IOR('r', 3, u_int16_t) /* obsolete */
sys/sys/snoop.h
30
#define SNPGTTY _IOR('T', 89, dev_t)
sys/sys/sockio.h
40
#define SIOCGHIWAT _IOR('s', 1, int) /* get high watermark */
sys/sys/sockio.h
42
#define SIOCGLOWAT _IOR('s', 3, int) /* get low watermark */
sys/sys/sockio.h
43
#define SIOCATMARK _IOR('s', 7, int) /* at oob mark? */
sys/sys/sockio.h
45
#define SIOCGPGRP _IOR('s', 9, int) /* get process group */
sys/sys/soundcard.h
1115
#define MIXER_READ(dev) _IOR('M', dev, int)
sys/sys/soundcard.h
1193
#define SOUND_MIXER_INFO _IOR('M', 101, mixer_info)
sys/sys/soundcard.h
135
#define AIONWRITE _IOR('A', 10, int) /* get # bytes to write */
sys/sys/soundcard.h
140
#define AIOGSIZE _IOR('A', 11, struct snd_size)/* read current blocksize */
sys/sys/soundcard.h
1593
#define SNDCTL_DSP_GETPLAYVOL _IOR ('P', 24, int)
sys/sys/soundcard.h
1595
#define SNDCTL_DSP_GETERROR _IOR ('P', 25, audio_errinfo)
sys/sys/soundcard.h
1667
#define SNDCTL_DSP_CURRENT_IPTR _IOR ('P', 35, oss_count_t)
sys/sys/soundcard.h
1668
#define SNDCTL_DSP_CURRENT_OPTR _IOR ('P', 36, oss_count_t)
sys/sys/soundcard.h
1675
#define SNDCTL_DSP_GET_RECSRC_NAMES _IOR ('P', 37, oss_mixer_enuminfo)
sys/sys/soundcard.h
1676
#define SNDCTL_DSP_GET_RECSRC _IOR ('P', 38, int)
sys/sys/soundcard.h
1679
#define SNDCTL_DSP_GET_PLAYTGT_NAMES _IOR ('P', 39, oss_mixer_enuminfo)
sys/sys/soundcard.h
1680
#define SNDCTL_DSP_GET_PLAYTGT _IOR ('P', 40, int)
sys/sys/soundcard.h
1682
#define SNDCTL_DSP_GETRECVOL _IOR ('P', 41, int)
sys/sys/soundcard.h
1689
#define SNDCTL_DSP_GET_CHNORDER _IOR ('P', 42, unsigned long long)
sys/sys/soundcard.h
1705
#define SNDCTL_DSP_GETIPEAKS _IOR('P', 43, oss_peaks_t)
sys/sys/soundcard.h
1706
#define SNDCTL_DSP_GETOPEAKS _IOR('P', 44, oss_peaks_t)
sys/sys/soundcard.h
1731
#define OSS_GETVERSION _IOR ('M', 118, int)
sys/sys/soundcard.h
1978
#define SNDCTL_SYSINFO _IOR ('X', 1, oss_sysinfo)
sys/sys/soundcard.h
1981
#define SNDCTL_MIX_NRMIX _IOR ('X', 2, int)
sys/sys/soundcard.h
1999
#define SNDCTL_GETSONG _IOR ('Y', 2, oss_longname_t)
sys/sys/soundcard.h
2002
#define SNDCTL_GETLABEL _IOR ('Y', 4, oss_label_t)
sys/sys/soundcard.h
248
#define AIOGFMT _IOR('f', 12, snd_chan_param) /* get format */
sys/sys/soundcard.h
318
#define SNDCTL_SEQ_GETOUTCOUNT _IOR ('Q', 4, int)
sys/sys/soundcard.h
319
#define SNDCTL_SEQ_GETINCOUNT _IOR ('Q', 5, int)
sys/sys/soundcard.h
324
#define SNDCTL_SEQ_NRSYNTHS _IOR ('Q',10, int)
sys/sys/soundcard.h
325
#define SNDCTL_SEQ_NRMIDIS _IOR ('Q',11, int)
sys/sys/soundcard.h
334
#define SNDCTL_SEQ_GETTIME _IOR ('Q',19, int)
sys/sys/soundcard.h
783
#define SNDCTL_DSP_GETBLKSIZE _IOR('P', 4, int)
sys/sys/soundcard.h
804
#define SNDCTL_DSP_GETFMTS _IOR ('P',11, int) /* Returns a mask */
sys/sys/soundcard.h
817
#define SNDCTL_DSP_GETOSPACE _IOR ('P',12, audio_buf_info)
sys/sys/soundcard.h
818
#define SNDCTL_DSP_GETISPACE _IOR ('P',13, audio_buf_info)
sys/sys/soundcard.h
827
#define SNDCTL_DSP_GETCAPS _IOR ('P',15, int)
sys/sys/soundcard.h
917
#define SNDCTL_DSP_GETTRIGGER _IOR ('P',16, int)
sys/sys/soundcard.h
931
#define SNDCTL_DSP_GETIPTR _IOR ('P',17, count_info)
sys/sys/soundcard.h
932
#define SNDCTL_DSP_GETOPTR _IOR ('P',18, count_info)
sys/sys/soundcard.h
939
#define SNDCTL_DSP_MAPINBUF _IOR ('P', 19, buffmem_desc)
sys/sys/soundcard.h
940
#define SNDCTL_DSP_MAPOUTBUF _IOR ('P', 20, buffmem_desc)
sys/sys/soundcard.h
943
#define SNDCTL_DSP_GETODELAY _IOR ('P', 23, int)
sys/sys/soundcard.h
949
#define SOUND_PCM_READ_RATE _IOR ('P', 2, int)
sys/sys/soundcard.h
950
#define SOUND_PCM_READ_CHANNELS _IOR ('P', 6, int)
sys/sys/soundcard.h
951
#define SOUND_PCM_READ_BITS _IOR ('P', 5, int)
sys/sys/soundcard.h
952
#define SOUND_PCM_READ_FILTER _IOR ('P', 7, int)
sys/sys/soundcard.h
993
#define SNDCTL_COPR_RCVMSG _IOR ('C', 9, copr_msg)
sys/sys/tbridge.h
33
#define TBRIDGE_GETRESULT _IOR('T', 0xBC, struct plistref)
sys/sys/timepps.h
105
#define PPS_IOC_GETPARAMS _IOR('1', 4, pps_params_t)
sys/sys/timepps.h
106
#define PPS_IOC_GETCAP _IOR('1', 5, int)
sys/sys/ttycom.h
110
#define TIOCMGET _IOR('t', 106, int) /* get all modem bits */
sys/sys/ttycom.h
112
#define TIOCGWINSZ _IOR('t', 104, struct winsize) /* get window size */
sys/sys/ttycom.h
117
#define TIOCGSID _IOR('t', 99, int) /* get session id */
sys/sys/ttycom.h
124
#define TIOCMGDTRWAIT _IOR('t', 90, int) /* modem: get wait on close */
sys/sys/ttycom.h
125
#define TIOCTIMESTAMP _IOR('t', 89, struct timeval) /* enable/get timestamp
sys/sys/ttycom.h
127
#define TIOCDCDTIMESTAMP _IOR('t', 88, struct timeval) /* enable/get timestamp
sys/sys/ttycom.h
130
#define TIOCGDRAINWAIT _IOR('t', 86, int) /* get ttywait timeout */
sys/sys/ttycom.h
60
#define TIOCMODG _IOR('t', 3, int) /* get modem control state */
sys/sys/ttycom.h
79
#define TIOCGETA _IOR('t', 19, struct termios) /* get termios struct */
sys/sys/ttycom.h
83
#define TIOCGETD _IOR('t', 26, int) /* get line discipline */
sys/sys/ttycom.h
90
#define TIOCGPGRP _IOR('t', 119, int) /* get pgrp of tty */
sys/sys/ttycom.h
93
#define TIOCOUTQ _IOR('t', 115, int) /* output queue size */
sys/vfs/autofs/autofs_ioctl.h
104
#define AUTOFSREQUEST _IOR('I', 0x01, struct autofs_daemon_request)
sys/vfs/fuse/fuse_abi.h
802
#define FUSE_DEV_IOC_CLONE _IOR(229, 0, uint32_t)
sys/vfs/hammer/hammer_ioctl.h
482
#define HAMMERIOC_GET_INFO _IOR('h',16,struct hammer_ioc_info)
sys/vfs/hpfs/hpfs_ioctl.h
40
#define HPFSIOCGEANUM _IOR('H', 0, u_long) /* Get EA number */