Lines Matching refs:ttyp
84 ttystats(ttyp)
85 struct ttys *ttyp;
87 struct slirp_ifstats *is = &ttyp->ifstats;
98 lprint("Unit %d:\r\n", ttyp->unit);
101 ttyp->proto==PROTO_PPP?"PPP":
104 lprint(" %d baudrate\r\n", ttyp->baud);
105 lprint(" interface is %s\r\n", ttyp->up?"up":"down");
106 lprint(" using fd %d, guardian pid is %d\r\n", ttyp->fd, ttyp->pid);
108 lprint(" towrite is %d bytes\r\n", ttyp->towrite);
110 if (ttyp->zeros)
111 lprint(" %d zeros have been typed\r\n", ttyp->zeros);
112 else if (ttyp->ones)
113 lprint(" %d ones have been typed\r\n", ttyp->ones);
125 struct ttys *ttyp;
127 for (ttyp = ttys; ttyp; ttyp = ttyp->next)
128 ttystats(ttyp);
314 struct ttys *ttyp;
335 for (ttyp = ttys; ttyp; ttyp = ttyp->next)
336 tty_detached(ttyp, 1);