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

  /src/sys/dev/sbus/
bpp.c 104 struct proc *sc_asyncproc; /* Process to notify if async */ member in struct:bpp_softc
305 sc->sc_asyncproc = NULL;
463 if (sc->sc_asyncproc != NULL)
466 sc->sc_asyncproc = p;
468 sc->sc_asyncproc = NULL;
621 if (sc->sc_asyncproc != NULL)
633 if (sc->sc_asyncproc)
634 psignal(sc->sc_asyncproc, SIGIO);

Completed in 11 milliseconds