OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 48 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025