Searched refs:TCGETA (Results 1 - 25 of 72) sorted by relevance

123

/opensolaris-onvv-gate/usr/src/lib/libbc/libc/gen/common/
H A Disatty.c44 if(ioctl(f, TCGETA, &tty) < 0)
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dtermio.h54 #define TCGETA _IOR('T', 1, struct termio) macro
/opensolaris-onvv-gate/usr/src/lib/libbc/inc/include/
H A Dtermio.h54 #define TCGETA _IOR('T', 1, struct termio) macro
/opensolaris-onvv-gate/usr/src/lib/libc/port/gen/
H A Disatty.c50 if (ioctl(f, TCGETA, &tty) < 0) {
/opensolaris-onvv-gate/usr/src/lib/libcurses/screen/
H A Ddef_prog.c57 (void) ioctl(cur_term -> Filedes, TCGETA, &(PROGTTY));
/opensolaris-onvv-gate/usr/src/lib/libplot/t300/common/
H A Dopen.c52 (void) ioctl(OUTF, TCGETA, &ITTY);
/opensolaris-onvv-gate/usr/src/lib/libplot/t300s/common/
H A Dopen.c52 (void) ioctl(OUTF, TCGETA, &ITTY);
/opensolaris-onvv-gate/usr/src/lib/libplot/t450/common/
H A Dopen.c50 (void) ioctl(OUTF, TCGETA, &ITTY);
/opensolaris-onvv-gate/usr/src/lib/efcode/engine/
H A Dsignal.c78 ioctl(fileno(stdin), TCGETA, &saved_termio); local
/opensolaris-onvv-gate/usr/src/uts/common/sys/pcmcia/
H A Dpcser_conf.h121 { "TCGETA", TCGETA },
/opensolaris-onvv-gate/usr/src/cmd/bnu/
H A Dline.c130 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) {
237 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0)
270 if ((*Ioctl)(Ifn, TCGETA, &tbuf) != 0) {
366 if ((*Ioctl)(0, TCGETA, &Savettyb) != 0) {
404 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0) {
448 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0)
/opensolaris-onvv-gate/usr/src/lib/libc/port/stdio/
H A Dgetpass.c92 (void) ioctl(fileno(fi), TCGETA, &ttyb); local
/opensolaris-onvv-gate/usr/src/lib/libnsl/dial/
H A Dline.c120 if ((*Ioctl)(tty, TCGETA, &ttbuf) != 0)
220 if ((*Ioctl)(dcf, TCGETA, &ttbuf) != 0)
239 if ((*Ioctl)(0, TCGETA, &Savettyb) != 0) {
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dtmautobaud.c86 if (ioctl(fd, TCGETA, &termio) == -1) {
87 log("auto_termio: ioctl TCGETA failed, fd = %d: %s", fd,
H A Dtmterm.c151 if (ioctl(fd, TCGETA, &termio) != 0) {
152 log("turnon_canon: TCGETA failed, fd = %d: %s", fd,
234 if (ioctl(fd,TCGETA,&termio) < 0) {
235 log("hang_up_line: TCGETA failed: %s", strerror(errno));
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_tty.h91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/opensolaris-onvv-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_tty.h70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/opensolaris-onvv-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_tty.h91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/opensolaris-onvv-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_tty.h70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_tty.h91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/opensolaris-onvv-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_tty.h70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_tty.h91 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/opensolaris-onvv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_tty.h70 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/opensolaris-onvv-gate/usr/src/lib/libshell/common/include/
H A Dterminal.h106 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty)
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c114 if ( ioctl(ttyi, TCGETA, &termio) == -1 ) {
115 error(FATAL, "ioctl error - TCGETA");
185 if ( ioctl(ttyi, TCGETA, &termio) == -1 )
186 error(FATAL, "ioctl error - TCGETA");
229 if ( ioctl(0, TCGETA, &oldtermio) == -1 )

Completed in 203 milliseconds

123