/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | posix_tty.c | 153 if (ioctl(fd, TCSBRK, 0) == -1) in tcsendbreak() 165 return (ioctl(fd, TCSBRK, !0)); in tcdrain()
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | tcdrain.c | 43 return (ioctl(fildes, TCSBRK, 1)); in __tcdrain()
|
H A D | tcsendbreak.c | 49 return (ioctl(fildes, TCSBRK, duration)); in tcsendbreak()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | termio.h | 58 #define TCSBRK _IO('T', 5) macro
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | termio.h | 58 #define TCSBRK _IO('T', 5) macro
|
/titanic_41/usr/src/cmd/lp/model/ |
H A D | drain.output.c | 78 ioctl (1, TCSBRK, (struct termio *)1); in main()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ptem.c | 288 case TCSBRK: in ptemrput() 540 case TCSBRK: in ptemwput() 733 case TCSBRK: in ptemwmsg()
|
H A D | logindmux.c | 669 case TCSBRK: in logdmuxlrput() 862 case TCSBRK: in logdmuxlrsrv()
|
H A D | wscons.c | 569 case TCSBRK: in wcuwput() 901 if (iocp->ioc_cmd == TCSBRK) in wcioctl()
|
H A D | tty_pts.c | 773 case TCSBRK: in ptslioctl()
|
H A D | telmod.c | 762 case TCSBRK: in telmodwput()
|
H A D | rlmod.c | 1236 case TCSBRK: in rlmodwioctl()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 178 if (ioctl(fd, TCSBRK, 1) == -1)
|
/titanic_41/usr/src/lib/libnsl/dial/ |
H A D | line.c | 232 (void) (*Ioctl)(fn, TCSBRK, 0); in ttygenbrk()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | termios.h | 323 #define TCSBRK (_TIOC|5) macro
|
/titanic_41/usr/src/cmd/vntsd/ |
H A D | cmd.c | 99 if (ioctl(consp->vcc_fd, TCSBRK, NULL)) { in genbrk()
|
/titanic_41/usr/src/uts/sun4u/serengeti/io/ |
H A D | sgcn.c | 452 case TCSBRK: in sgcn_wput() 559 case TCSBRK: in sgcn_ioctl()
|
/titanic_41/usr/src/uts/sun4u/starcat/io/ |
H A D | cvc.c | 435 case TCSBRK: in cvc_wput() 671 if (iocp->ioc_cmd == TCSBRK) { in cvc_ioctl()
|
/titanic_41/usr/src/uts/sun4v/io/ |
H A D | qcn.c | 616 case TCSBRK: in qcn_wput() 757 case TCSBRK: in qcn_ioctl()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | line.c | 250 (void) (*Ioctl)(fn, TCSBRK, 0);
|
/titanic_41/usr/src/cmd/tip/ |
H A D | cmds.c | 858 (void) ioctl(FD, TCSBRK, 0); in genbrk()
|
/titanic_41/usr/src/uts/sun4u/starfire/cvc/ |
H A D | cvc.c | 582 case TCSBRK: in cvc_ioctl()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/ |
H A D | usbser.c | 2633 case TCSBRK: in usbser_ioctl() 2678 case TCSBRK: in usbser_ioctl() 3342 case TCSBRK: str = "TCSBRK"; break; in usbser_ioctl2str()
|
/titanic_41/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 1010 case TCSBRK: in sm_update_ttyinfo() 1342 case TCSBRK: in sm_uwput()
|
/titanic_41/usr/src/uts/common/xen/io/ |
H A D | xencons.c | 992 case TCSBRK: in xcasync_ioctl()
|