Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/dev/
H A Dsab.c145 int sabtty_intr(struct sabtty_softc *, int *);
355 r |= sabtty_intr(sc->sc_child[0], &needsoft); in sab_intr()
360 r |= sabtty_intr(sc->sc_child[1], &needsoft); in sab_intr()
505 sabtty_intr(struct sabtty_softc *sc, int *needsoftp) in sabtty_intr() function