Home
last modified time | relevance | path

Searched refs:TIOCGETP (Results 1 – 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.c384 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in setupline()
430 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in resetline()
475 if ( ioctl(0, TIOCGETP, &oldsgtty) == -1 )
621 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in setupline()
671 if ( ioctl(ttyi, TIOCGETP, &sgtty) == -1 ) in resetline()
718 if ( ioctl(0, TIOCGETP, &oldsgtty) == -1 )
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dtty82 # ifdef TIOCGETP
83 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
88 # endif /* TIOCGETP */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtty88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
94 # endif /* TIOCGETP */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtty88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
94 # endif /* TIOCGETP */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtty88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
94 # endif /* TIOCGETP */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtty88 # ifdef TIOCGETP
89 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
94 # endif /* TIOCGETP */
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dterminal.h124 # ifdef TIOCGETP
125 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty)
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dflushinp.c59 (void) ioctl(cur_term -> Filedes, TIOCGETP, &(PROGTTY)); in flushinp()
H A Ddef_prog.c64 (void) ioctl(cur_term -> Filedes, TIOCGETP, &(PROGTTY)); in def_prog_mode()
H A Dsetupterm.c841 (void) ioctl(cur_term -> Filedes, TIOCGETP, &SHELLTTY); in def_shell_mode()
/illumos-gate/usr/src/head/
H A Dsgtty.h124 #define TIOCGETP (('t'<<8)|8) macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dioctl.c165 return (ioctl(fdes, TIOCGETP, arg)); in gtty()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drlogin.c768 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in doit()
1177 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in oob()
1189 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in oob()
1305 if (ioctl(STDIN_FILENO, TIOCGETP, (char *)&sb) == -1) in mode()
/illumos-gate/usr/src/uts/common/sys/
H A Dttold.h114 #define TIOCGETP (tIOC|8) macro
H A Dtermios.h415 #define TIOCGETP (tIOC|8) macro
/illumos-gate/usr/src/cmd/bnu/
H A Dline.c497 if ((*Ioctl)(tty, TIOCGETP, &ttbuf) != 0)
561 if ((*Ioctl)(0, TIOCGETP, &Savettyb) != 0) in savline()
H A Dfio.c134 if (ioctl(Ifn, TIOCGETP, &ttbuf) >= 0) { in fturnon()
/illumos-gate/usr/src/cmd/sendmail/util/
H A Dmconnect.c90 (void) ioctl(0, TIOCGETP, &TtyBuf);
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dportable.h236 #define GETATTR( fd, tiop ) ioctl((fd), TIOCGETP, (caddr_t)(tiop))
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.comsat.c353 if (ioctl(fd, TIOCGETP, &gttybuf) == -1) { in notify()
H A Din.telnetd.c2782 if (ioctl(t, TIOCGETP, &b) == -1) in doit()
2790 if (ioctl(pty, TIOCGETP, &b) == -1) in doit()
3547 if (ioctl(pty, TIOCGETP, &b) == -1) in telrcv()
4245 if (ioctl(pty, TIOCGETP, &b) == -1) in interrupt()
4267 (void) ioctl(pty, TIOCGETP, &b); in sendbrk()
/illumos-gate/usr/src/uts/common/io/
H A Dttcompat.c441 case TIOCGETP: in ttcompat_do_ioctl()
723 case TIOCGETP: { in ttcompat_ioctl_ack()
H A Dtty_pty.c931 case TIOCGETP: in ptcioctl()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dsys_bsd.c186 (void) ioctl(0, TIOCGETP, &ottyb); in TerminalSaveState()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c1231 if (ioctl(SHIN, TIOCGETP, (char *)&tty) == 0 && in readc()

12