Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Dbpp.c104 struct proc *sc_asyncproc; /* Process to notify if async */ member
305 sc->sc_asyncproc = NULL; in bppclose()
463 if (sc->sc_asyncproc != NULL) in bppioctl()
466 sc->sc_asyncproc = p; in bppioctl()
468 sc->sc_asyncproc = NULL; in bppioctl()
621 if (sc->sc_asyncproc != NULL) in bppintr()
633 if (sc->sc_asyncproc) in bppsoftintr()
634 psignal(sc->sc_asyncproc, SIGIO); in bppsoftintr()