Home
last modified time | relevance | path

Searched refs:gc_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/arch/vax/vax/
H A Dgencons.c60 static struct gc_softc { struct
64 } gc_softc[4]; argument
111 if (gc_softc[unit].gencn_tty == NULL) in gencnopen()
114 gc_softc[unit].alive = 1; in gencnopen()
115 gc_softc[unit].unit = unit; in gencnopen()
116 tp = gc_softc[unit].gencn_tty; in gencnopen()
147 gc_softc[minor(dev)].alive = 0; in gencnclose()
154 return gc_softc[minor(dev)].gencn_tty; in gencntty()
221 struct gc_softc *sc = arg; in gencnrint()
251 struct gc_softc *sc = arg; in gencntint()
[all …]