Searched refs:_IO (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dttycom.h104 #define TIOCEXCL _IO('t', 13) /* set exclusive use of tty */
105 #define TIOCNXCL _IO('t', 14) /* reset exclusive use of tty */
125 #define TIOCIXON _IO('t', 129) /* internal input VSTART */
126 #define TIOCIXOFF _IO('t', 128) /* internal input VSTOP */
128 #define TIOCSBRK _IO('t', 123) /* set break bit */
129 #define TIOCCBRK _IO('t', 122) /* clear break bit */
130 #define TIOCSDTR _IO('t', 121) /* set data terminal ready */
131 #define TIOCCDTR _IO('t', 120) /* clear data terminal ready */
137 #define TIOCNOTTY _IO('t', 113) /* void tty association */
147 #define TIOCSTOP _IO('
[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 */
H A Ddisk.h119 #define DKIOCEJECT _IO('d', 21)
120 #define DKIOCSYNCHRONIZECACHE _IO('d', 22)
132 #define DKIOCREQUESTIDLE _IO('d', 30)
172 #define DKIOCLOCKPHYSICALEXTENTS _IO('d', 81)
174 #define DKIOCUNLOCKPHYSICALEXTENTS _IO('d', 83)
189 #define _DKIOCSETSTATIC _IO('d', 84)
H A Dfasttrap.h43 #define FASTTRAPIOC _IO('d', 0)
H A Dioccom.h93 #define _IO(g,n) _IOC(IOC_VOID, (g), (n), 0) macro
H A Dfsevents.h139 #define FSEVENTS_WANT_COMPACT_EVENTS _IO('s', 101)
140 #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 Ddtrace.h1337 #define DTRACEIOC _IO('d',0)
1464 #define DTRACEHIOC_REMOVE _IO('h', 2) /* remove helper */
/darwin-on-arm/xnu/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 */
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_ioctl.h69 #define AUDITPIPE_FLUSH_PRESELECT_AUID _IO(AUDITPIPE_IOBASE, 13)
72 #define AUDITPIPE_FLUSH _IO(AUDITPIPE_IOBASE, 16)
91 #define AUDITSDEV_FLUSH _IO(AUDITSDEV_IOBASE, 6)
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_fsctl.h78 #define HFSIOC_CLRBACKINGSTOREINFO _IO('h', 8)
103 #define HFSIOC_MARK_BOOT_CORRUPT _IO('h', 16)
125 #define HFSIOC_DISABLE_METAZONE _IO('h', 25)
/darwin-on-arm/xnu/bsd/net/
H A Dif_ppp.h142 #define PPPIOCXFERUNIT _IO('t', 78) /* transfer PPP unit */
H A Dbpf.h171 #define BIOCFLUSH _IO('B',104)
172 #define BIOCPROMISC _IO('B',105)
H A Dpfvar.h2061 #define DIOCSTART _IO ('D', 1)
2062 #define DIOCSTOP _IO ('D', 2)
2074 #define DIOCCLRSTATUS _IO ('D', 22)
2084 #define DIOCCLRRULECTRS _IO ('D', 38)
2088 #define DIOCSTARTALTQ _IO ('D', 42)
2089 #define DIOCSTOPALTQ _IO ('D', 43)
2119 #define DIOCOSFPFLUSH _IO('D', 78)
2126 #define DIOCCLRSRCNODES _IO('D', 85)

Completed in 110 milliseconds