HomeSort by: relevance | last modified time | path
    Searched defs:prom_tty (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/alpha/alpha/
promcons.c 86 static struct tty *prom_tty[1]; variable in typeref:struct:tty * [1]
114 if (!prom_tty[unit]) {
115 tp = prom_tty[unit] = tty_alloc();
118 tp = prom_tty[unit];
158 struct tty *tp = prom_tty[unit];
169 struct tty *tp = prom_tty[minor(dev)];
177 struct tty *tp = prom_tty[minor(dev)];
185 struct tty *tp = prom_tty[minor(dev)];
194 struct tty *tp = prom_tty[unit];
262 return prom_tty[0]
    [all...]
promcons.c 86 static struct tty *prom_tty[1]; variable in typeref:struct:tty * [1]
114 if (!prom_tty[unit]) {
115 tp = prom_tty[unit] = tty_alloc();
118 tp = prom_tty[unit];
158 struct tty *tp = prom_tty[unit];
169 struct tty *tp = prom_tty[minor(dev)];
177 struct tty *tp = prom_tty[minor(dev)];
185 struct tty *tp = prom_tty[minor(dev)];
194 struct tty *tp = prom_tty[unit];
262 return prom_tty[0]
    [all...]

Completed in 21 milliseconds