Home
last modified time | relevance | path

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

12

/f-stack/freebsd/sys/
H A Dconsio.h92 #define CONS_IO _IO('c', 3)
129 #define CONS_CLRHIST _IO('c', 10)
240 #define PIO_VFONT_DEFAULT _IO('c', 72)
287 #define CONS_RELKBD _IO('c', 111)
367 #define SW_B40x25 _IO('S', M_B40x25)
371 #define SW_BG320 _IO('S', M_BG320)
372 #define SW_CG320 _IO('S', M_CG320)
373 #define SW_BG640 _IO('S', M_BG640)
397 #define SW_VGA11 _IO('S', M_VGA11)
399 #define SW_VGA12 _IO('S', M_VGA12)
[all …]
H A Daac_ioctl.h126 #define FSACTL_SENDFIB _IO('8', 2)
127 #define FSACTL_SEND_RAW_SRB _IO('8', 19)
137 #define FSACTL_GET_PCI_INFO _IO('8', 71)
139 #define FSACTL_AIF_THREAD _IO('8', 79)
141 #define FSACTL_GET_FEATURES _IO('8', 91)
144 #define FSACTL_SIM_IO_TEST _IO('8', 83)
145 #define FSACTL_DOWNLOAD _IO('8', 131)
146 #define FSACTL_GET_VAR _IO('8', 147)
147 #define FSACTL_SET_VAR _IO('8', 163)
150 #define FSACTL_DELETE_DISK _IO('8', 99)
[all …]
H A Dttycom.h55 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
56 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
67 #define TIOCPTMASTER _IO('t', 28) /* pts master validation */
79 #define TIOCDRAIN _IO('t', 94) /* wait till output drained */
82 #define TIOCSCTTY _IO('t', 97) /* become controlling tty */
88 #define UIOCCMD(n) _IO('u', n) /* usr cntl op "n" */
108 #define TIOCSTART _IO('t', 110) /* start output, like ^Q */
109 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
119 #define TIOCNOTTY _IO('t', 113) /* void tty association */
127 #define TIOCCBRK _IO('t', 122) /* clear break bit */
[all …]
H A Dcdio.h178 #define CDIOCSETMONO _IO('c',12)
183 #define CDIOCSETMUTE _IO('c',14)
185 #define CDIOCSETLEFT _IO('c',15)
193 #define CDIOCPAUSE _IO('c',19)
195 #define CDIOCRESUME _IO('c',20)
197 #define CDIOCRESET _IO('c',21)
199 #define CDIOCSTART _IO('c',22)
201 #define CDIOCSTOP _IO('c',23)
203 #define CDIOCEJECT _IO('c',24)
215 #define CDIOCALLOW _IO('c',26)
[all …]
H A Dkbio.h40 #define KDENABIO _IO('K', 60)
41 #define KDDISABIO _IO('K', 61)
238 #define GIO_KEYMAP _IO('k', 6)
239 #define PIO_KEYMAP _IO('k', 7)
H A Dsoundcard.h316 #define SNDCTL_SEQ_RESET _IO ('Q', 0)
317 #define SNDCTL_SEQ_SYNC _IO ('Q', 1)
334 #define SNDCTL_SEQ_PANIC _IO ('Q',17)
343 #define SNDCTL_TMR_START _IO ('T', 2)
344 #define SNDCTL_TMR_STOP _IO ('T', 3)
345 #define SNDCTL_TMR_CONTINUE _IO ('T', 4)
780 #define SNDCTL_DSP_HALT _IO ('P', 0)
782 #define SNDCTL_DSP_SYNC _IO ('P', 1)
796 #define SNDCTL_DSP_POST _IO ('P', 8)
826 #define SNDCTL_DSP_NONBLOCK _IO ('P',14)
[all …]
H A Dfilio.h47 #define FIOCLEX _IO('f', 1) /* set close on exec on fd */
48 #define FIONCLEX _IO('f', 2) /* remove close on exec */
H A Dagpio.h82 #define AGPIOC_ACQUIRE _IO (AGPIOC_BASE, 1)
83 #define AGPIOC_RELEASE _IO (AGPIOC_BASE, 2)
93 #define AGPIOC_CHIPSET_FLUSH _IO (AGPIOC_BASE, 10)
H A Dioctl_compat.h78 #define TIOCHPCL _IO('t', 2) /* hang up on last close */
131 #define OTIOCCONS _IO('t', 98) /* for hp300 -- sans int arg */
H A Dkcov.h52 #define KIODISABLE _IO('c', 3) /* Disable coverage recording */
H A Dcfictl.h54 #define CFIOCSPLR _IO('q', 5) /* set protection log reg */
H A Diov.h255 #define IOV_DELETE _IO('p', 11)
/f-stack/freebsd/net/
H A Dif_tap.h64 #define VMIO_SIOCSKEEP _IO('V', 1)
65 #define VMIO_SIOCSIFBR _IO('V', 2)
66 #define VMIO_SIOCSLADRF _IO('V', 3)
69 #define VMIO_SIOCSETMACADDR _IO('V', 4)
72 #define VMIO_SIOCPORT _IO('V', 5)
73 #define VMIO_SIOCBRIDGE _IO('V', 6)
74 #define VMIO_SIOCNETIF _IO('V', 7)
H A Dnetmap_legacy.h201 #undef _IO // ws2def.h
203 #define _IO(_c, _n) CTL_CODE(_WIN_NM_IOCTL_TYPE, ((_n) + 0x800) , \ macro
208 #define _IOWR(_c, _n, _s) _IO(_c, _n)
212 #define NETMAP_POLL _IO('i', 162)
215 #define NETMAP_SETSOCKOPT _IO('i', 140)
216 #define NETMAP_GETSOCKOPT _IO('i', 141)
H A Dbpf.h127 #define BIOCFLUSH _IO('B', 104)
128 #define BIOCPROMISC _IO('B', 105)
145 #define BIOCLOCK _IO('B', 122)
H A Dif_tun.h45 #define TUNSIFPID _IO('t', 95)
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_ioctl.h101 #define VCHIQ_IOC_CONNECT _IO(VCHIQ_IOC_MAGIC, 0)
102 #define VCHIQ_IOC_SHUTDOWN _IO(VCHIQ_IOC_MAGIC, 1)
105 #define VCHIQ_IOC_REMOVE_SERVICE _IO(VCHIQ_IOC_MAGIC, 3)
116 #define VCHIQ_IOC_GET_CLIENT_ID _IO(VCHIQ_IOC_MAGIC, 9)
119 #define VCHIQ_IOC_CLOSE_SERVICE _IO(VCHIQ_IOC_MAGIC, 11)
120 #define VCHIQ_IOC_USE_SERVICE _IO(VCHIQ_IOC_MAGIC, 12)
121 #define VCHIQ_IOC_RELEASE_SERVICE _IO(VCHIQ_IOC_MAGIC, 13)
126 #define VCHIQ_IOC_LIB_VERSION _IO(VCHIQ_IOC_MAGIC, 16)
127 #define VCHIQ_IOC_CLOSE_DELIVERED _IO(VCHIQ_IOC_MAGIC, 17)
/f-stack/freebsd/x86/include/
H A Dapm_bios.h246 #define APMIO_SUSPEND _IO('P', 1)
248 #define APMIO_ENABLE _IO('P', 5)
249 #define APMIO_DISABLE _IO('P', 6)
250 #define APMIO_HALTCPU _IO('P', 7)
251 #define APMIO_NOTHALTCPU _IO('P', 8)
255 #define APMIO_STANDBY _IO('P', 12)
259 #define APMIO_REJECTLASTREQ _IO('P', 101)
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio.h31 #define VFIO_IOMMU_SPAPR_REGISTER_MEMORY _IO(VFIO_TYPE, VFIO_BASE + 17)
32 #define VFIO_IOMMU_SPAPR_UNREGISTER_MEMORY _IO(VFIO_TYPE, VFIO_BASE + 18)
33 #define VFIO_IOMMU_SPAPR_TCE_CREATE _IO(VFIO_TYPE, VFIO_BASE + 19)
34 #define VFIO_IOMMU_SPAPR_TCE_REMOVE _IO(VFIO_TYPE, VFIO_BASE + 20)
71 #define VFIO_IOMMU_SPAPR_TCE_GET_INFO _IO(VFIO_TYPE, VFIO_BASE + 12)
/f-stack/freebsd/i386/include/
H A Dcserial.h142 #define SERIAL_CLRSTAT _IO ('x', 3)
326 #define SERIAL_RESET _IO ('x', 32)
331 #define SERIAL_HARDRESET _IO ('x', 33)
401 # define LYSAP_CHAN_REMOVE _IO('x', 112)
405 # define LYSAP_CHAN_CLEAR _IO('x', 116)
/f-stack/freebsd/security/audit/
H A Daudit_ioctl.h71 #define AUDITPIPE_FLUSH_PRESELECT_AUID _IO(AUDITPIPE_IOBASE, 13)
74 #define AUDITPIPE_FLUSH _IO(AUDITPIPE_IOBASE, 16)
/f-stack/freebsd/netgraph/bluetooth/include/
H A Dng_btsocket.h91 _IO('b', NGM_HCI_NODE_INIT)
138 _IO('b', NGM_HCI_NODE_RESET_STAT)
142 _IO('b', NGM_HCI_NODE_FLUSH_NEIGHBOR_CACHE)
/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dfm_port_ext.h248 #define FM_PORT_IOC_DISABLE _IO(FM_IOC_TYPE_BASE, FM_PORT_IOC_NUM(1))
257 #define FM_PORT_IOC_ENABLE _IO(FM_IOC_TYPE_BASE, FM_PORT_IOC_NUM(2))
289 #define FM_PORT_IOC_DELETE_RATE_LIMIT _IO(FM_IOC_TYPE_BASE, FM_PORT_IOC_NUM(5))
678 #define FM_PORT_IOC_DELETE_PCD _IO(FM_IOC_TYPE_BASE, FM_PORT_IOC_NUM(21))
694 #define FM_PORT_IOC_ATTACH_PCD _IO(FM_IOC_TYPE_BASE, FM_PORT_IOC_NUM(23))
708 #define FM_PORT_IOC_DETACH_PCD _IO(FM_IOC_TYPE_BASE, FM_PORT_IOC_NUM(22))
736 _IO(FM_IOC_TYPE_BASE, FM_PORT_IOC_NUM(25))
/f-stack/tools/compat/include/net/
H A Dbpf.h126 #define BIOCFLUSH _IO('B', 104)
127 #define BIOCPROMISC _IO('B', 105)
144 #define BIOCLOCK _IO('B', 122)
/f-stack/freebsd/arm/versatile/
H A Dpl050.c340 case _IO('K', 7): in kmi_ioctl_locked()
372 case _IO('K', 66): in kmi_ioctl_locked()
402 case _IO('K', 20): in kmi_ioctl_locked()
437 case _IO('K', 67): in kmi_ioctl_locked()

12