Searched refs:stermio (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 333 get_ttymode(fd, termio, termios, stermio, termiox, winsize) in get_ttymode() argument 337 struct stio *stermio; 343 if(ioctl(fd, STGET, stermio) == -1) { 358 termios->c_cc[7] = (unsigned)stermio->tab; 359 termios->c_lflag = stermio->lmode; 360 termios->c_oflag = stermio->omode; 361 termios->c_iflag = stermio->imode; 374 set_ttymode(fd, term, termio, termios, stermio, termiox, winsize, owinsize) in set_ttymode() argument 378 struct stio *stermio; 399 stermio->imode = termios->c_iflag; [all …]
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttyparse.c | 360 struct stio *stermio, struct termiox *termiox, struct winsize *winsize argument 371 if (ioctl(fd, STGET, stermio) == -1) { 385 termios->c_cc[7] = (unsigned)stermio->tab; 386 termios->c_lflag = stermio->lmode; 387 termios->c_oflag = stermio->omode; 388 termios->c_iflag = stermio->imode; 421 struct stio *stermio, struct termiox *termiox, struct winsize *winsize, argument 450 stermio->imode = termios->c_iflag; 451 stermio->omode = termios->c_oflag; 452 stermio->lmode = termios->c_lflag; [all …]
|
H A D | tmterm.c | 75 struct stio stermio; local 92 if ((term = get_ttymode(fd, &termio, &termios, &stermio, 129 if (set_ttymode(fd, term, &termio, &termios, &stermio,
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | Makefile | 529 stermio.h \
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-header.mf | 1456 file path=usr/include/sys/stermio.h
|