Searched refs:TCSETAW (Results 1 - 25 of 64) sorted by relevance

123

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermio.h56 #define TCSETAW _IOW('T', 3, struct termio) macro
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dtermio.h56 #define TCSETAW _IOW('T', 3, struct termio) macro
/illumos-gate/usr/src/lib/libcurses/screen/
H A Ddraino.c92 #ifdef TCSETAW
110 (void) ioctl(cur_term->Filedes, TCSETAW, &PROGTTY);
114 (void) ioctl(cur_term->Filedes, TCSETAW, &PROGTTY);
119 #endif /* TCSETAW */
H A Dreset_sh.c70 (void) ioctl(cur_term -> Filedes, TCSETAW, &SHELLTTY);
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dterminal.h122 # undef TCSETAW macro
135 # ifdef TCSETAW
141 # define TCSADRAIN TCSETAW
150 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_tty.h107 # undef TCSETAW macro
124 # ifdef TCSETAW
133 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_tty.h86 # undef TCSETAW macro
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_tty.h107 # undef TCSETAW macro
124 # ifdef TCSETAW
133 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_tty.h86 # undef TCSETAW macro
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_tty.h107 # undef TCSETAW macro
124 # ifdef TCSETAW
133 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_tty.h86 # undef TCSETAW macro
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_tty.h107 # undef TCSETAW macro
124 # ifdef TCSETAW
133 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_tty.h86 # undef TCSETAW macro
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/cmd/bnu/
H A Dline.c223 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0,
241 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf);
324 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0)
347 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0)
435 ret = (*Ioctl)(tty, TCSETAW, &ttbuf);
452 ret = (*Ioctl)(tty, TCSETAW, &ttbuf);
463 return ((*Ioctl)(0, TCSETAW, &Savettyb));
H A Dcu.c814 (void) ioctl (Cn, TCSETAW, &_Lv);
1151 (void)ioctl(Cn, TCSETAW, &_Tv);
1165 (void)ioctl(Cn, TCSETAW, &_Tv);
1383 (void)ioctl(TTYIN, TCSETAW, &_Tv0);
1413 (void)ioctl(TTYIN, TCSETAW, &_Tv);
H A Dct.c347 (void) ioctl (0, TCSETAW, &termio); /* hang up terminal */
507 (void) ioctl (fileno(_Fdl), TCSETAW, &termio); /* hang up terminal */ local
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dgetpass.c108 (void) ioctl(fileno(fi), TCSETAW, &ttyb); local
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dtty86 # undef TCSETAW
103 # ifdef TCSETAW
112 # endif /* TCSETAW */
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dline.c207 ASSERT((*Ioctl)(tty, TCSETAW, &ttbuf) >= 0,
224 (void) (*Ioctl)(dcf, TCSETAW, &ttbuf);
261 return ((*Ioctl)(0, TCSETAW, &Savettyb));
/illumos-gate/usr/src/cmd/power/
H A Dpm_pam_conv.c97 (void) ioctl(fileno(stdin), TCSETAW, &tty); local
/illumos-gate/usr/src/uts/common/io/
H A Dptem.c538 case TCSETAW:
643 case TCSETAW:
650 case TCSETAW:
/illumos-gate/usr/src/cmd/mailx/
H A Dtty.c343 if (ioctl(Out, TCSETAW, &ttybuf) < 0) {
353 if (ioctl(Out, TCSETAW, &savtty) < 0)

Completed in 89 milliseconds

123