Searched refs:TIOCSETD (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttold.h | 77 #define TIOCSETD _IOW('t', 1, int) /* set line discipline */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ttold.h | 113 #define TIOCSETD (tIOC|1) macro
|
H A D | termios.h | 411 #define TIOCSETD (tIOC|1) macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | ioctl.c | 136 case TIOCSETD: in _bc_ioctl()
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | unix_login.c | 494 ioctl(Slave, TIOCSETD, &ldisc);
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 620 if (ioctl(ttyi, TIOCSETD, &disc) == -1 ) in setupline()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 708 case TIOCSETD: in ttcompat_do_ioctl() 722 if (iocp->ioc_cmd == TIOCSETD) { in ttcompat_do_ioctl()
|
/titanic_44/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 560 if(ioctl(JOBTTY,TIOCSETD,&linedisc) !=0) in job_init() 670 if(ioctl(job.fd,TIOCSETD,&job.linedisc) !=0) in job_close()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 351 { (uint_t)TIOCSETD, "TIOCSETD", NULL },
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 3134 case TIOCSETD: in job_control_type()
|