Searched refs:TIOCLSET (Results 1 – 15 of 15) sorted by relevance
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | reset_sh.c | 75 (void) ioctl(cur_term -> Filedes, TIOCLSET, in reset_shell_mode() 84 (void) ioctl(cur_term -> Filedes, TIOCLSET, in reset_shell_mode()
|
H A D | setupterm.c | 804 ioctl(cur_term -> Filedes, TIOCLSET, &cur_term -> newlmode); in reset_prog_mode()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | ttold.h | 139 #define TIOCLSET _IOW('t', 125, int) /* set entire local mode word */ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ttold.h | 131 #define TIOCLSET (tIOC|125) /* set entire local mode word */ macro
|
H A D | termios.h | 429 #define TIOCLSET (tIOC|125) /* set entire local mode word */ macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ttcompat.c | 377 case TIOCLSET: in ttcompatwput() 399 case TIOCLSET: in ttcompatwput() 431 case TIOCLSET: in ttcompatwput() 580 case TIOCLSET: in ttcompat_do_ioctl() 1006 case TIOCLSET: in ttcompat_ioctl_ack()
|
H A D | tty_pty.c | 949 case TIOCLSET: in ptcioctl()
|
/titanic_44/usr/src/cmd/rexd/ |
H A D | unix_login.c | 521 ioctl(Slave, TIOCLSET, &mode->andmore);
|
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 642 if ( ioctl(ttyi, TIOCLSET, &lmodes) == -1 ) in setupline()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | sys_bsd.c | 533 (void) ioctl(tin, TIOCLSET, &lmode);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rlogin.c | 1344 if (compat_ioctl(STDIN_FILENO, TIOCLSET, &lflags) == -1) in mode()
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | edit.c | 241 ioctl(fd,TIOCLSET,&l_mask); in tty_cooked()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | codes.c | 383 { (uint_t)TIOCLSET, "TIOCLSET", NULL },
|
H A D | expound.c | 1420 case TIOCLSET: in show_ioctl()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | streamio.c | 3144 case TIOCLSET: in job_control_type()
|