Home
last modified time | relevance | path

Searched refs:Ifn (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/cmd/bnu/
H A Duucico.c126 Ifn = Ofn = -1; /* must be set before signal handlers */
299 if ( (*Setup)( Role, &Ifn, &Ofn ) ) {
308 fixline(Ifn, 0, D_ACU);
331 ret = imsg(msg, Ifn);
466 ttyn = ttyname(Ifn);
469 if ( fstat(Ifn,&ttysbuf) == 0 )
513 if (Ifn != -1 && Role == MASTER) {
516 (void) close(Ifn);
517 Ifn = Ofn = -1;
552 Ofn = Ifn = conn(Rmtname);
[all …]
H A Dfio.c124 if (ioctl(Ifn, TCGETA, &ttbuf) >= 0) { in fturnon()
127 ioctl(Ifn, TCGETA, &ttbuf); in fturnon()
131 ret = ioctl(Ifn, TCSETA, &ttbuf); in fturnon()
136 if (ioctl(Ifn, TIOCGETP, &ttbuf) >= 0) { in fturnon()
140 ret = ioctl(Ifn, TIOCSETP, &ttbuf); in fturnon()
159 (void) ioctl(Ifn, TCSETA, &ttbuf); in fturnoff()
161 (void) ioctl(Ifn, TIOCSETP, &ttbuf); in fturnoff()
H A Dline.c269 if ((istermios = (*Ioctl)(Ifn, TCGETS, &tbufs)) < 0) {
270 if ((*Ioctl)(Ifn, TCGETA, &tbuf) != 0) {
324 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0)
328 if ((*Ioctl)(Ifn, TCSETSW, &tbufs) != 0)
347 if ((*Ioctl)(Ifn, TCSETAW, &tbuf) != 0)
352 if ((*Ioctl)(Ifn, TCSETSW, &tbufs) != 0)
H A Dshio.c67 (void) close(Ifn); /* close connection fd's */
H A Duucpdefs.c41 GLOBAL int Ifn, Ofn; variable
H A Dgio.c74 Pk = pkopen(Ifn, Ofn); in gturnon()
H A Dcntrl.c886 ret = (*Rddata)(Ifn, fp); in cntrl()
1053 ret = (*Rddata)(Ifn, fp); in cntrl()
1346 if ((*Rdmsg)(msg, Ifn) != 0) {
H A Duucp.h508 EXTERN int Ifn, Ofn; variable
H A Duux.c137 Ifn = 0;
H A Duuxqt.c104 Ifn = 0;
/titanic_44/usr/src/cmd/ttymon/
H A Duucp.h445 EXTERN int Ifn, Ofn; variable