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

  /src/sys/arch/vax/vax/
gencons.c 60 static struct gc_softc { struct
64 } gc_softc[4]; variable in typeref:struct:gc_softc[4]
111 if (gc_softc[unit].gencn_tty == NULL)
112 gc_softc[unit].gencn_tty = tty_alloc();
114 gc_softc[unit].alive = 1;
115 gc_softc[unit].unit = unit;
116 tp = gc_softc[unit].gencn_tty;
143 struct tty *tp = gc_softc[minor(dev)].gencn_tty;
147 gc_softc[minor(dev)].alive = 0;
154 return gc_softc[minor(dev)].gencn_tty
    [all...]

Completed in 36 milliseconds