| /xnu-12377.61.12/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 | 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 */ 88 #define FIODEVICECXSTATE _IO('f', 118) /* cx class expired */
|
| H A D | disk.h | 179 #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 D | fsctl.h | 366 #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 D | disk_private.h | 103 #define DKIOCAPFSRELEASEWBCRANGE _IO('d', 93) 109 #define _DKIOCSETSTATIC _IO('d', 84)
|
| H A D | fsevents.h | 152 #define FSEVENTS_WANT_COMPACT_EVENTS _IO('s', 101) 153 #define FSEVENTS_WANT_EXTENDED_INFO _IO('s', 102)
|
| 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 | 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-12377.61.12/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-12377.61.12/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-12377.61.12/san/coverage/ |
| H A D | kcov_ksancov.h | 44 #define KSANCOV_IOC_COUNTERS _IO('K', 2) 71 #define KSANCOV_IOC_TESTCASES_LOG _IO('K', 102)
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | if_ppp.h | 142 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */
|
| H A D | bpf.h | 179 #define BIOCFLUSH _IO('B',104) 180 #define BIOCPROMISC _IO('B',105)
|
| H A D | pfvar.h | 2148 #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 D | ksancov.h | 45 #define KSANCOV_IOC_COUNTERS _IO('K', 2) 72 #define KSANCOV_IOC_TESTCASES_LOG _IO('K', 102)
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_descrip.c | 2291 #define APFSIOC_IS_GRAFT_SUPPORTED _IO('J', 133)
|