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

/netbsd-current/sys/dev/qbus/
H A Dqd.c154 struct tty *qd_tty[NQD*4]; /* teletype structures for each.. */ variable in typeref:struct:tty
836 if (qd_tty[minor_dev] == NULL)
837 qd_tty[minor_dev] = tty_alloc();
839 if (qd_tty[minor_dev] == NULL)
852 tp = qd_tty[minor_dev];
1055 tp = qd_tty[minor_dev];
1481 tp = qd_tty[minor_dev];
1534 tp = qd_tty[minor_dev];
1647 tp = qd_tty[minor_dev];
1673 tp = qd_tty[minor_de
[all...]

Completed in 124 milliseconds