Lines Matching defs:ite_tty
139 struct tty *ite_tty[NITE];
376 if (ite_tty[unit] == NULL) {
377 tp = ite_tty[unit] = tty_alloc();
380 tp = ite_tty[unit];
415 struct tty *tp = ite_tty[UNIT(dev)];
422 ite_tty[UNIT(dev)] = NULL;
430 struct tty *tp = ite_tty[UNIT(dev)];
438 struct tty *tp = ite_tty[UNIT(dev)];
446 struct tty *tp = ite_tty[UNIT(dev)];
455 return ite_tty[UNIT(dev)];
462 struct tty *tp = ite_tty[UNIT(dev)];
742 (kbd_tty = ite_tty[device_unit(kbd_ite->device)]) == NULL)
2219 if (kbd_ite && ite_tty[device_unit(kbd_ite->device)])