Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/sys/
H A Dttycom.h103 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
104 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
124 #define TIOCIXON _IO('t', 129) /* internal input VSTART */
125 #define TIOCIXOFF _IO('t', 128) /* internal input VSTOP */
127 #define TIOCSBRK _IO('t', 123) /* set break bit */
128 #define TIOCCBRK _IO('t', 122) /* clear break bit */
129 #define TIOCSDTR _IO('t', 121) /* set data terminal ready */
130 #define TIOCCDTR _IO('t', 120) /* clear data terminal ready */
136 #define TIOCNOTTY _IO('t', 113) /* void tty association */
146 #define TIOCSTOP _IO('t', 111) /* stop output, like ^S */
[all …]
H A Dfilio.h75 #define FIOCLEX _IO('f', 1) /* set close on exec on fd */
76 #define FIONCLEX _IO('f', 2) /* remove close on exec */
85 #define FIODEVICELOCKED _IO('f', 121) /* device locked/unlocked */
86 #define FIOPINSWAP _IO('f', 120) /* pin swap file to fast device */
88 #define FIODEVICECXSTATE _IO('f', 118) /* cx class expired */
H A Ddisk.h179 #define DKIOCEJECT _IO('d', 21)
192 #define DKIOCREQUESTIDLE _IO('d', 30)
219 #define DKIOCSYNCHRONIZECACHE _IO('d', 22)
262 #define DKIOCLOCKPHYSICALEXTENTS _IO('d', 81)
264 #define DKIOCUNLOCKPHYSICALEXTENTS _IO('d', 83)
H A Dfsctl.h366 #define FSIOC_ROUTEFS_SETROUTEID _IO('A', 15)
469 #define FSIOC_FREEZE_EXTENTS _IO('h', 20)
473 #define FSIOC_THAW_EXTENTS _IO('h', 21)
478 #define FSIOC_EVAL_ROOTAUTH _IO('h', 50)
492 #define FSIOC_TEST_FSE_ACCESS_GRANTED _IO('h', 52)
H A Ddisk_private.h103 #define DKIOCAPFSRELEASEWBCRANGE _IO('d', 93)
109 #define _DKIOCSETSTATIC _IO('d', 84)
H A Dfsevents.h152 #define FSEVENTS_WANT_COMPACT_EVENTS _IO('s', 101)
153 #define FSEVENTS_WANT_EXTENDED_INFO _IO('s', 102)
H A Dioctl_compat.h116 #define TIOCHPCL _IO('t', 2) /* hang up on last close */
197 #define OTIOCCONS _IO('t', 98) /* for hp300 -- sans int arg */
H A Dioccom.h93 #define _IO(g, n) _IOC(IOC_VOID, (g), (n), 0) macro
H A Dfasttrap.h41 #define FASTTRAPIOC _IO('d', 0)
H A Dmonotonic.h46 #define MT_IOC(x) _IO('m', (x))
H A Ddtrace.h1432 #define DTRACEIOC _IO('d',0)
1592 #define DTRACEHIOC_REMOVE _IO('h', 2) /* remove helper */
/xnu-12377.61.12/bsd/dev/
H A Dkmreg_com.h87 #define KMIOCPOPUP _IO('k', 1) /* popup new window */
88 #define KMIOCRESTORE _IO('k', 2) /* restore background */
89 #define KMIOCDUMPLOG _IO('k', 3) /* dump message log */
95 #define KMIOCDISABLCONS _IO('k', 8) /* disable console messages */
/xnu-12377.61.12/bsd/security/audit/
H A Daudit_ioctl.h71 #define AUDITPIPE_FLUSH_PRESELECT_AUID _IO(AUDITPIPE_IOBASE, 13)
74 #define AUDITPIPE_FLUSH _IO(AUDITPIPE_IOBASE, 16)
93 #define AUDITSDEV_FLUSH _IO(AUDITSDEV_IOBASE, 6)
/xnu-12377.61.12/san/coverage/
H A Dkcov_ksancov.h44 #define KSANCOV_IOC_COUNTERS _IO('K', 2)
71 #define KSANCOV_IOC_TESTCASES_LOG _IO('K', 102)
/xnu-12377.61.12/bsd/net/
H A Dif_ppp.h142 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */
H A Dbpf.h179 #define BIOCFLUSH _IO('B',104)
180 #define BIOCPROMISC _IO('B',105)
H A Dpfvar.h2148 #define DIOCSTART _IO ('D', 1)
2149 #define DIOCSTOP _IO ('D', 2)
2161 #define DIOCCLRSTATUS _IO ('D', 22)
2171 #define DIOCCLRRULECTRS _IO ('D', 38)
2175 #define DIOCSTARTALTQ _IO ('D', 42)
2176 #define DIOCSTOPALTQ _IO ('D', 43)
2206 #define DIOCOSFPFLUSH _IO('D', 78)
2213 #define DIOCCLRSRCNODES _IO('D', 85)
/xnu-12377.61.12/san/tools/
H A Dksancov.h45 #define KSANCOV_IOC_COUNTERS _IO('K', 2)
72 #define KSANCOV_IOC_TESTCASES_LOG _IO('K', 102)
/xnu-12377.61.12/bsd/kern/
H A Dkern_descrip.c2291 #define APFSIOC_IS_GRAFT_SUPPORTED _IO('J', 133)