Searched refs:_IO (Results 1 - 25 of 88) sorted by relevance

1234

/freebsd-10.1-release/sys/dev/ofw/
H A Dopenpromio.h39 #define OPROMNEXT _IO('O', 1)
40 #define OPROMCHILD _IO('O', 2)
41 #define OPROMGETPROP _IO('O', 3)
42 #define OPROMNXTPROP _IO('O', 4)
/freebsd-10.1-release/sys/net/
H A Dif_tap.h62 #define VMIO_SIOCSKEEP _IO('V', 1)
63 #define VMIO_SIOCSIFBR _IO('V', 2)
64 #define VMIO_SIOCSLADRF _IO('V', 3)
67 #define VMIO_SIOCSETMACADDR _IO('V', 4)
70 #define VMIO_SIOCPORT _IO('V', 5)
71 #define VMIO_SIOCBRIDGE _IO('V', 6)
72 #define VMIO_SIOCNETIF _IO('V', 7)
H A Dif_tun.h44 #define TUNSIFPID _IO('t', 95)
/freebsd-10.1-release/sys/sys/
H A Ddataacq.h33 #define AD_SUPPORTED_GAINS _IO('A', 5)
34 #define AD_GAINS_SET _IO('A', 6)
35 #define AD_GAINS_GET _IO('A', 7)
H A Dconsio.h89 #define CONS_IO _IO('c', 3)
122 #define CONS_CLRHIST _IO('c', 10)
288 #define CONS_RELKBD _IO('c', 111)
368 #define SW_B40x25 _IO('S', M_B40x25)
369 #define SW_C40x25 _IO('S', M_C40x25)
370 #define SW_B80x25 _IO('S', M_B80x25)
371 #define SW_C80x25 _IO('S', M_C80x25)
372 #define SW_BG320 _IO('S', M_BG320)
373 #define SW_CG320 _IO('S', M_CG320)
374 #define SW_BG640 _IO('
[all...]
H A Dttycom.h63 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
64 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
75 #define TIOCPTMASTER _IO('t', 28) /* pts master validation */
87 #define TIOCDRAIN _IO('t', 94) /* wait till output drained */
90 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */
94 #define TIOCSTAT _IO('t', 101) /* simulate ^T status message */
96 #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" */
116 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
117 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
127 #define TIOCNOTTY _IO('
[all...]
H A Daac_ioctl.h124 #define FSACTL_SENDFIB _IO('8', 2)
125 #define FSACTL_SEND_RAW_SRB _IO('8', 19)
126 #define FSACTL_GET_COMM_PERF_DATA _IO('8', 36)
127 #define FSACTL_OPENCLS_COMM_PERF_DATA _IO('8', 37)
128 #define FSACTL_OPEN_GET_ADAPTER_FIB _IO('8', 52)
129 #define FSACTL_GET_NEXT_ADAPTER_FIB _IO('8', 53)
130 #define FSACTL_CLOSE_GET_ADAPTER_FIB _IO('8', 54)
131 #define FSACTL_CLOSE_ADAPTER_CONFIG _IO('8', 56)
132 #define FSACTL_OPEN_ADAPTER_CONFIG _IO('8', 57)
133 #define FSACTL_MINIPORT_REV_CHECK _IO('
[all...]
H A Dcdio.h186 #define CDIOCSETMONO _IO('c',12)
188 #define CDIOCSETSTERIO _IO('c',13)
189 #define CDIOCSETSTEREO _IO('c',13)
191 #define CDIOCSETMUTE _IO('c',14)
193 #define CDIOCSETLEFT _IO('c',15)
195 #define CDIOCSETRIGHT _IO('c',16)
197 #define CDIOCSETDEBUG _IO('c',17)
199 #define CDIOCCLRDEBUG _IO('c',18)
201 #define CDIOCPAUSE _IO('c',19)
203 #define CDIOCRESUME _IO('
[all...]
H A Dfilio.h44 #define FIOCLEX _IO('f', 1) /* set close on exec on fd */
45 #define FIONCLEX _IO('f', 2) /* remove close on exec */
H A Dcfictl.h52 #define CFIOCSPLR _IO('q', 5) /* set protection log reg */
H A Ddigiio.h60 #define DIGIIO_REINIT _IO('e', 'A')
H A Ddisk.h69 #define DIOCGFLUSH _IO('d', 135) /* Flush write cache */
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_enc.h37 #define ENCIOC_GETNELM _IO(ENCIOC, 1)
38 #define ENCIOC_GETELMMAP _IO(ENCIOC, 2)
39 #define ENCIOC_GETENCSTAT _IO(ENCIOC, 3)
40 #define ENCIOC_SETENCSTAT _IO(ENCIOC, 4)
41 #define ENCIOC_GETELMSTAT _IO(ENCIOC, 5)
42 #define ENCIOC_SETELMSTAT _IO(ENCIOC, 6)
43 #define ENCIOC_GETTEXT _IO(ENCIOC, 7)
44 #define ENCIOC_INIT _IO(ENCIOC, 8)
45 #define ENCIOC_GETELMDESC _IO(ENCIOC, 9)
46 #define ENCIOC_GETELMDEVNAMES _IO(ENCIO
[all...]
H A Dscsi_targetio.h68 #define TARGIOCDISABLE _IO('C', 6)
/freebsd-10.1-release/sys/dev/usb/
H A Duftdiio.h64 #define UFTDIIOC_RESET_IO _IO('c', 0) /* Reset config, flush fifos.*/
65 #define UFTDIIOC_RESET_RX _IO('c', 1) /* Flush input fifo. */
66 #define UFTDIIOC_RESET_TX _IO('c', 2) /* Flush output fifo. */
/freebsd-10.1-release/sys/dev/speaker/
H A Dspeaker.h16 #define SPKRTUNE _IO('S', 2) /* emit tone sequence*/
/freebsd-10.1-release/sys/i386/include/
H A Dpcaudioio.h75 #define AUDIO_DRAIN _IO('A', 3)
76 #define AUDIO_FLUSH _IO('A', 4)
79 #define AUDIO_COMPAT_DRAIN _IO('P', 1)
80 #define AUDIO_COMPAT_FLUSH _IO('P', 0)
/freebsd-10.1-release/sys/dev/isp/
H A Disp_ioctl.h46 #define ISP_RESETHBA _IO(ISP_IOC, 2)
51 #define ISP_RESCAN _IO(ISP_IOC, 3)
99 #define ISP_CLR_STATS _IO(ISP_IOC, 7)
104 #define ISP_FC_LIP _IO(ISP_IOC, 8)
126 #define ISP_GET_FW_CRASH_DUMP _IO(ISP_IOC, 10)
127 #define ISP_FORCE_CRASH_DUMP _IO(ISP_IOC, 11)
190 #define ISP_FC_GETDLIST _IO(ISP_IOC, 14)
/freebsd-10.1-release/contrib/ntp/include/
H A Dntp_datum.h9 #define RUNLOCK _IO('X',19) /* Release Capture Lockout */
/freebsd-10.1-release/sys/dev/asr/
H A Dosd_unix.h186 #ifndef _IO
187 # define _IO(x,y) (0x0fff3900|y) macro
204 #define DPT_STATS_CLEAR _IO('D',81)
206 #define I2OUSRCMD _IO('D',76)
208 #define I2ORESCANCMD _IO('D',77)
210 #define I2ORESETCMD _IO('D',78)
249 #undef _IO macro
261 #ifndef _IO
262 # define _IO(x,y) (((x)<<8)|y) macro
278 #define DPT_STATINFO _IO('
[all...]
/freebsd-10.1-release/sys/xen/
H A Devtchn.h85 _IO('E', 9)
/freebsd-10.1-release/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h17 #define AUDIO_IRIG_OPEN _IO('A', 50)
18 #define AUDIO_IRIG_CLOSE _IO('A', 51)
21 #define AUDIO_IRIG_OPEN _IO(A, 50)
22 #define AUDIO_IRIG_CLOSE _IO(A, 51)
/freebsd-10.1-release/sys/ofed/include/rdma/
H A Dib_user_mad.h196 #define IB_USER_MAD_REGISTER_AGENT _IO(IB_IOCTL_MAGIC, 1)
198 #define IB_USER_MAD_UNREGISTER_AGENT _IO(IB_IOCTL_MAGIC, 2)
200 #define IB_USER_MAD_ENABLE_PKEY _IO(IB_IOCTL_MAGIC, 3)
/freebsd-10.1-release/sys/dev/iicbus/
H A Diic.h60 #define I2CSTOP _IO('i', 2) /* stop condition */
/freebsd-10.1-release/sys/dev/mrsas/
H A Dmrsas_ioctl.h66 #define MRSAS_IOC_SCAN_BUS _IO('M', 10)

Completed in 208 milliseconds

1234