Searched refs:sc_asyncproc (Results 1 – 1 of 1) sorted by relevance
104 struct proc *sc_asyncproc; /* Process to notify if async */ member305 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()