Searched refs:TCXONC (Results 1 – 14 of 14) sorted by relevance
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | tcflow.c | 53 return (ioctl(fildes, TCXONC, action)); in tcflow()
|
/titanic_41/usr/src/cmd/vntsd/ |
H A D | cmd.c | 531 if (ioctl(clientp->cons->vcc_fd, TCXONC, &cmd)) { in vntsd_ctrl_cmd() 543 if (ioctl(clientp->cons->vcc_fd, TCXONC, &cmd)) { in vntsd_ctrl_cmd()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | posix_tty.c | 182 return (ioctl(fd, TCXONC, action)); in tcflow()
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termios.h | 229 #define TCXONC _IO('T', 6) macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termios.h | 229 #define TCXONC _IO('T', 6) macro
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 324 #define TCXONC (_TIOC|6) macro
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | cu.c | 772 (void)ioctl(TTYOUT, TCXONC, 0); /* stop tty output */ in _flush() 775 (void)ioctl(TTYOUT, TCXONC, 1); /* restart tty output */ in _flush()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ttcompat.c | 686 iocp->ioc_cmd = TCXONC; /* turn it into a XONC */ in ttcompat_do_ioctl() 701 iocp->ioc_cmd = TCXONC; /* turn it into a XONC */ in ttcompat_do_ioctl()
|
H A D | ldterm.c | 4249 case TCXONC: in ldterm_do_ioctl()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | vcc.c | 1883 case TCXONC: in i_vcc_port_ioctl()
|
/titanic_41/usr/src/cmd/truss/ |
H A D | codes.c | 344 { (uint_t)TCXONC, "TCXONC", NULL },
|
H A D | print.c | 363 case TCXONC: in prt_ioa()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 3343 case TCXONC: str = "TCXONC"; break; in usbser_ioctl2str()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | streamio.c | 3127 case TCXONC: in job_control_type() 3340 case TCXONC: in strioctl()
|