Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dttold.h105 #ifndef tIOC
106 #define tIOC ('t'<<8) macro
112 #define TIOCGETD (tIOC|0)
113 #define TIOCSETD (tIOC|1)
115 #define TIOCHPCL (tIOC|2)
116 #define TIOCGETP (tIOC|8)
117 #define TIOCSETP (tIOC|9)
119 #define TIOCSETN (tIOC|10)
121 #define TIOCEXCL (tIOC|13)
122 #define TIOCNXCL (tIOC|14)
[all …]
H A Dtermios.h401 #define tIOC ('t'<<8) macro
410 #define TIOCGETD (tIOC|0)
411 #define TIOCSETD (tIOC|1)
412 #define TIOCHPCL (tIOC|2)
413 #define TIOCGETP (tIOC|8)
414 #define TIOCSETP (tIOC|9)
415 #define TIOCSETN (tIOC|10)
416 #define TIOCEXCL (tIOC|13)
417 #define TIOCNXCL (tIOC|14)
418 #define TIOCFLUSH (tIOC|16)
[all …]
/titanic_41/usr/src/ucbhead/sys/
H A Dioctl.h136 #ifndef tIOC
137 #define tIOC ('t'<<8) macro
141 #define TIOCGPGRP (tIOC|20) /* get pgrp of tty */
142 #define TIOCSPGRP (tIOC|21) /* set pgrp of tty */
/titanic_41/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1141 ((cmd & IOCTYPE) == tIOC) || in fifo_fastioctl()
/titanic_41/usr/src/uts/common/os/
H A Dstreamio.c3324 ((cmd & IOCTYPE) == tIOC) || in strioctl()