Home
last modified time | relevance | path

Searched refs:tIOC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h103 #ifndef tIOC
104 #define tIOC ('t'<<8) macro
110 #define TIOCGETD (tIOC|0)
111 #define TIOCSETD (tIOC|1)
113 #define TIOCHPCL (tIOC|2)
114 #define TIOCGETP (tIOC|8)
117 #define TIOCSETN (tIOC|10)
119 #define TIOCEXCL (tIOC|13)
120 #define TIOCNXCL (tIOC|14)
123 #define TIOCSETC (tIOC|17)
[all …]
H A Dtermios.h403 #define tIOC ('t'<<8) macro
412 #define TIOCGETD (tIOC|0)
413 #define TIOCSETD (tIOC|1)
414 #define TIOCHPCL (tIOC|2)
415 #define TIOCGETP (tIOC|8)
416 #define TIOCSETP (tIOC|9)
417 #define TIOCSETN (tIOC|10)
418 #define TIOCEXCL (tIOC|13)
419 #define TIOCNXCL (tIOC|14)
421 #define TIOCSETC (tIOC|17)
[all …]
/illumos-gate/usr/src/ucbhead/sys/
H A Dioctl.h134 #ifndef tIOC
135 #define tIOC ('t'<<8) macro
139 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */
140 #define TIOCSPGRP (tIOC|21) /* set pgrp of tty */
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1159 ((cmd & IOCTYPE) == tIOC) || in fifo_fastioctl()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c3414 ((cmd & IOCTYPE) == tIOC) || in strioctl()