Home | History | Annotate | Download | only in dev

Lines Matching defs:msc_tty

159 struct	tty *msc_tty[MSCTTYS];		/* ttys for all lines */
310 msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, Count))] = NULL;
311 msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, Count)) + 1] = NULL;
358 if (!msc_tty[ttyn]) {
362 msc_tty[ttyn] = tp;
363 msc_tty[ttyn+1] = (struct tty *)NULL;
376 tp = msc_tty[ttyn];
502 tp = msc_tty[MSCTTY(dev)];
523 tp = msc_tty[MSCTTY(dev)];
537 tp = msc_tty[MSCTTY(dev)];
550 tp = msc_tty[MSCTTY(dev)];
614 if ((tp = msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, i))]) &&
637 if ((tp = msc_tty[MSCTTYSLOT(MSCSLOTUL(unit, i))]) &&
658 tp = msc_tty[MSCTTYSLOT(slot)];
810 if (!(tp = msc_tty[MSCTTY(dev)]))
1179 return(msc_tty[MSCTTY(dev)]);