Home
last modified time | relevance | path

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

/xnu-8792.61.2/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 Dperfmon_private.h83 PERFMON_CTL_LIST_ATTRS = _IO('P', 1),
84 PERFMON_CTL_LIST_REGS = _IO('P', 2),
87 PERFMON_CTL_SAMPLE_REGS = _IO('P', 3),
101 PERFMON_CTL_CONFIGURE = _IO('P', 7),
103 PERFMON_CTL_START = _IO('P', 8),
105 PERFMON_CTL_STOP = _IO('P', 9),
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 */
H A Ddisk.h192 #define DKIOCEJECT _IO('d', 21)
205 #define DKIOCREQUESTIDLE _IO('d', 30)
232 #define DKIOCSYNCHRONIZECACHE _IO('d', 22)
275 #define DKIOCLOCKPHYSICALEXTENTS _IO('d', 81)
277 #define DKIOCUNLOCKPHYSICALEXTENTS _IO('d', 83)
344 #define DKIOCAPFSRELEASEWBCRANGE _IO('d', 93)
352 #define _DKIOCSETSTATIC _IO('d', 84)
H A Dfsctl.h352 #define FSIOC_ROUTEFS_SETROUTEID _IO('A', 15)
401 #define FSIOC_FREEZE_EXTENTS _IO('h', 20)
405 #define FSIOC_THAW_EXTENTS _IO('h', 21)
410 #define FSIOC_EVAL_ROOTAUTH _IO('h', 50)
424 #define FSIOC_TEST_FSE_ACCESS_GRANTED _IO('h', 52)
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 Dfsevents.h141 #define FSEVENTS_WANT_COMPACT_EVENTS _IO('s', 101)
142 #define FSEVENTS_WANT_EXTENDED_INFO _IO('s', 102)
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-8792.61.2/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-8792.61.2/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-8792.61.2/san/coverage/
H A Dkcov_ksancov.h44 #define KSANCOV_IOC_COUNTERS _IO('K', 2)
/xnu-8792.61.2/bsd/net/
H A Dif_ppp.h142 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */
H A Dbpf.h221 #define BIOCFLUSH _IO('B',104)
222 #define BIOCPROMISC _IO('B',105)
H A Dpfvar.h2075 #define DIOCSTART _IO ('D', 1)
2076 #define DIOCSTOP _IO ('D', 2)
2088 #define DIOCCLRSTATUS _IO ('D', 22)
2098 #define DIOCCLRRULECTRS _IO ('D', 38)
2102 #define DIOCSTARTALTQ _IO ('D', 42)
2103 #define DIOCSTOPALTQ _IO ('D', 43)
2133 #define DIOCOSFPFLUSH _IO('D', 78)
2140 #define DIOCCLRSRCNODES _IO('D', 85)
/xnu-8792.61.2/san/tools/
H A Dksancov.h45 #define KSANCOV_IOC_COUNTERS _IO('K', 2)