| /xnu-8792.61.2/bsd/sys/ |
| H A D | ttycom.h | 103 #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 D | perfmon_private.h | 83 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 D | filio.h | 75 #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 D | disk.h | 192 #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 D | fsctl.h | 352 #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 D | ioctl_compat.h | 116 #define TIOCHPCL _IO('t', 2) /* hang up on last close */ 197 #define OTIOCCONS _IO('t', 98) /* for hp300 -- sans int arg */
|
| H A D | fsevents.h | 141 #define FSEVENTS_WANT_COMPACT_EVENTS _IO('s', 101) 142 #define FSEVENTS_WANT_EXTENDED_INFO _IO('s', 102)
|
| H A D | ioccom.h | 93 #define _IO(g, n) _IOC(IOC_VOID, (g), (n), 0) macro
|
| H A D | fasttrap.h | 41 #define FASTTRAPIOC _IO('d', 0)
|
| H A D | monotonic.h | 46 #define MT_IOC(x) _IO('m', (x))
|
| H A D | dtrace.h | 1432 #define DTRACEIOC _IO('d',0) 1592 #define DTRACEHIOC_REMOVE _IO('h', 2) /* remove helper */
|
| /xnu-8792.61.2/bsd/dev/ |
| H A D | kmreg_com.h | 87 #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 D | audit_ioctl.h | 71 #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 D | kcov_ksancov.h | 44 #define KSANCOV_IOC_COUNTERS _IO('K', 2)
|
| /xnu-8792.61.2/bsd/net/ |
| H A D | if_ppp.h | 142 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */
|
| H A D | bpf.h | 221 #define BIOCFLUSH _IO('B',104) 222 #define BIOCPROMISC _IO('B',105)
|
| H A D | pfvar.h | 2075 #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 D | ksancov.h | 45 #define KSANCOV_IOC_COUNTERS _IO('K', 2)
|