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

/illumos-gate/usr/src/cmd/bnu/
H A Dshio.c67 (void) close(Ifn); /* close connection fd's */
H A Dfio.c124 if (ioctl(Ifn, TCGETA, &ttbuf) >= 0) {
127 ioctl(Ifn, TCGETA, &ttbuf);
131 ret = ioctl(Ifn, TCSETA, &ttbuf);
136 if (ioctl(Ifn, TIOCGETP, &ttbuf) >= 0) {
140 ret = ioctl(Ifn, TIOCSETP, &ttbuf);
159 (void) ioctl(Ifn, TCSETA, &ttbuf);
161 (void) ioctl(Ifn, TIOCSETP, &ttbuf);
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
[all...]
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 Duucpdefs.c41 GLOBAL int Ifn, Ofn; variable
H A Dgio.c74 Pk = pkopen(Ifn, Ofn);
H A Dcntrl.c886 ret = (*Rddata)(Ifn, fp);
1053 ret = (*Rddata)(Ifn, fp);
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;
/illumos-gate/usr/src/cmd/ttymon/
H A Duucp.h445 EXTERN int Ifn, Ofn; variable

Completed in 67 milliseconds