Home
last modified time | relevance | path

Searched refs:_IO (Results 1 – 25 of 46) sorted by relevance

12

/dragonfly/sys/bus/cam/scsi/
HDscsi_sg.h13 #define SG_SET_TIMEOUT _IO(SGIOC, 0x01)
14 #define SG_GET_TIMEOUT _IO(SGIOC, 0x02)
15 #define SG_EMULATED_HOST _IO(SGIOC, 0x03)
16 #define SG_SET_TRANSFORM _IO(SGIOC, 0x04)
17 #define SG_GET_TRANSFORM _IO(SGIOC, 0x05)
18 #define SG_GET_COMMAND_Q _IO(SGIOC, 0x70)
19 #define SG_SET_COMMAND_Q _IO(SGIOC, 0x71)
20 #define SG_GET_RESERVED_SIZE _IO(SGIOC, 0x72)
21 #define SG_SET_RESERVED_SIZE _IO(SGIOC, 0x75)
22 #define SG_GET_SCSI_ID _IO(SGIOC, 0x76)
[all …]
HDscsi_ses.h34 #define SESIOC_GETNOBJ _IO(SESIOC, 1)
35 #define SESIOC_GETOBJMAP _IO(SESIOC, 2)
36 #define SESIOC_GETENCSTAT _IO(SESIOC, 3)
37 #define SESIOC_SETENCSTAT _IO(SESIOC, 4)
38 #define SESIOC_GETOBJSTAT _IO(SESIOC, 5)
39 #define SESIOC_SETOBJSTAT _IO(SESIOC, 6)
41 #define SESIOC_GETTEXT _IO(SESIOC, 7)
43 #define SESIOC_INIT _IO(SESIOC, 8)
HDscsi_targetio.h69 #define TARGIOCDISABLE _IO('C', 6)
/dragonfly/sys/dev/raid/aac/
HDaac_ioctl.h126 #define FSACTL_SENDFIB _IO('8', 2)
127 #define FSACTL_SEND_RAW_SRB _IO('8', 19)
128 #define FSACTL_GET_COMM_PERF_DATA _IO('8', 36)
129 #define FSACTL_OPENCLS_COMM_PERF_DATA _IO('8', 37)
130 #define FSACTL_OPEN_GET_ADAPTER_FIB _IO('8', 52)
131 #define FSACTL_GET_NEXT_ADAPTER_FIB _IO('8', 53)
132 #define FSACTL_CLOSE_GET_ADAPTER_FIB _IO('8', 54)
133 #define FSACTL_CLOSE_ADAPTER_CONFIG _IO('8', 56)
134 #define FSACTL_OPEN_ADAPTER_CONFIG _IO('8', 57)
135 #define FSACTL_MINIPORT_REV_CHECK _IO('8', 59)
[all …]
/dragonfly/sys/sys/
HDttycom.h74 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
75 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
86 #define TIOCSBRK _IO('t', 123) /* set break bit */
87 #define TIOCCBRK _IO('t', 122) /* clear break bit */
88 #define TIOCSDTR _IO('t', 121) /* set data terminal ready */
89 #define TIOCCDTR _IO('t', 120) /* clear data terminal ready */
95 #define TIOCNOTTY _IO('t', 113) /* void tty association */
105 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
106 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
115 #define TIOCSTAT _IO('t', 101) /* simulate ^T status message */
[all …]
HDcdio.h186 #define CDIOCSETMONO _IO('c',12)
188 #define CDIOCSETSTEREO _IO('c',13)
190 #define CDIOCSETMUTE _IO('c',14)
192 #define CDIOCSETLEFT _IO('c',15)
194 #define CDIOCSETRIGHT _IO('c',16)
196 #define CDIOCSETDEBUG _IO('c',17)
198 #define CDIOCCLRDEBUG _IO('c',18)
200 #define CDIOCPAUSE _IO('c',19)
202 #define CDIOCRESUME _IO('c',20)
204 #define CDIOCRESET _IO('c',21)
[all …]
HDkbio.h20 #define KDSKBMODE _IO('K', 7 /*, int */)
23 #define KDMKTONE _IO('K', 8 /*, int */)
28 #define KDSETMODE _IO('K', 10 /*, int */)
29 #define KDSBORDER _IO('K', 13 /*, int */)
39 #define KDSKBSTATE _IO('K', 20 /*, int */)
42 #define KDENABIO _IO('K', 60)
43 #define KDDISABIO _IO('K', 61)
46 #define KIOCSOUND _IO('K', 63 /*, int */)
60 #define KDSETLED _IO('K', 66 /*, int */)
64 #define KDSETRAD _IO('K', 67 /*, int */)
HDconsio.h56 #define KDSETMODE _IO('K', 10 /*, int */)
59 #define KDSBORDER _IO('K', 13 /*, int */)
110 #define CONS_CLRHIST _IO('c', 10)
229 #define CONS_SETWINORG _IO('c', 104 /*, u_int */)
232 #define CONS_SETKBD _IO('c', 110 /*, int */)
235 #define CONS_RELKBD _IO('c', 111)
292 #define VT_RELDISP _IO('v', 4 /*, int */)
295 #define VT_ACTIVATE _IO('v', 5 /*, int */)
298 #define VT_WAITACTIVE _IO('v', 6 /*, int */)
HDsoundcard.h314 #define SNDCTL_SEQ_RESET _IO ('Q', 0)
315 #define SNDCTL_SEQ_SYNC _IO ('Q', 1)
332 #define SNDCTL_SEQ_PANIC _IO ('Q',17)
341 #define SNDCTL_TMR_START _IO ('T', 2)
342 #define SNDCTL_TMR_STOP _IO ('T', 3)
343 #define SNDCTL_TMR_CONTINUE _IO ('T', 4)
778 #define SNDCTL_DSP_RESET _IO ('P', 0)
780 #define SNDCTL_DSP_SYNC _IO ('P', 1)
794 #define SNDCTL_DSP_POST _IO ('P', 8)
825 #define SNDCTL_DSP_NONBLOCK _IO ('P',14)
[all …]
HDfilio.h50 #define FIOCLEX _IO('f', 1) /* set close on exec on fd */
51 #define FIONCLEX _IO('f', 2) /* remove close on exec */
HDagpio.h89 #define AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1)
90 #define AGPIOC_RELEASE _IO (AGPIOC_BASE, 2)
100 #define AGPIOC_CHIPSET_FLUSH _IO (AGPIOC_BASE, 10)
HDmtio.h211 #define MTIOCIEOT _IO('m', 3) /* ignore EOT error */
212 #define MTIOCEEOT _IO('m', 4) /* enable EOT error */
HDtimepps.h102 #define PPS_IOC_CREATE _IO('1', 1)
103 #define PPS_IOC_DESTROY _IO('1', 2)
/dragonfly/sys/dev/raid/asr/
HDosd_unix.h187 #ifndef _IO
188 # define _IO(x,y) (0x0fff3900|y) macro
205 #define DPT_STATS_CLEAR _IO('D',81)
207 #define I2OUSRCMD _IO('D',76)
209 #define I2ORESCANCMD _IO('D',77)
211 #define I2ORESETCMD _IO('D',78)
250 #undef _IO
262 #ifndef _IO
263 # define _IO(x,y) (((x)<<8)|y) macro
279 #define DPT_STATINFO _IO('D',70)
[all …]
/dragonfly/sys/dev/disk/isp/
HDisp_ioctl.h48 #define ISP_RESETHBA _IO(ISP_IOC, 2)
53 #define ISP_RESCAN _IO(ISP_IOC, 3)
101 #define ISP_CLR_STATS _IO(ISP_IOC, 7)
106 #define ISP_FC_LIP _IO(ISP_IOC, 8)
128 #define ISP_GET_FW_CRASH_DUMP _IO(ISP_IOC, 10)
129 #define ISP_FORCE_CRASH_DUMP _IO(ISP_IOC, 11)
192 #define ISP_FC_GETDLIST _IO(ISP_IOC, 14)
/dragonfly/sys/net/netmap/
HDnetmap.h361 #define NIOCUNREGIF _IO('i', 147) /* deprecated. Was interface unregister */
362 #define NIOCTXSYNC _IO('i', 148) /* sync tx queues */
363 #define NIOCRXSYNC _IO('i', 149) /* sync rx queues */
/dragonfly/tools/tools/netrate/pktgen/
HDpktgen.h54 #define PKTGENSTART _IO('G', 19)
56 #define PKTGENMQSTART _IO('G', 21)
/dragonfly/sys/netgraph7/bluetooth/include/
HDng_btsocket.h90 _IO('b', NGM_HCI_NODE_INIT)
137 _IO('b', NGM_HCI_NODE_RESET_STAT)
141 _IO('b', NGM_HCI_NODE_FLUSH_NEIGHBOR_CACHE)
/dragonfly/sys/net/
HDbpf.h107 #define BIOCFLUSH _IO('B',104)
108 #define BIOCPROMISC _IO('B',105)
125 #define BIOCLOCK _IO('B', 122)
/dragonfly/sys/dev/disk/iscsi/initiator/
HDiscsi.h492 #define ISCSIPING _IO('i', 20)
495 #define ISCSISTART _IO('i', 30)
496 #define ISCSIRESTART _IO('i', 31)
497 #define ISCSISTOP _IO('i', 32)
/dragonfly/sys/net/tun/
HDif_tun.h46 #define TUNSIFPID _IO('t', 95)
/dragonfly/sys/dev/raid/mrsas/
HDmrsas_ioctl.h64 #define MRSAS_IOC_SCAN_BUS _IO('M', 10)
/dragonfly/sys/bus/iicbus/
HDiic.h60 #define I2CSTOP _IO('i', 2) /* stop condition */
/dragonfly/sys/dev/raid/twe/
HDtweio.h96 #define TWEIO_RESET _IO ('T', 106)
/dragonfly/sys/dev/raid/mlx/
HDmlxio.h92 #define MLX_RESCAN_DRIVES _IO ('M', 1)

12