OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_statecv
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/usb/
ucom.c
195
kcondvar_t
sc_statecv
;
member in struct:ucom_softc
301
cv_init(&sc->
sc_statecv
, "ucomstate");
468
cv_destroy(&sc->
sc_statecv
);
556
(void)cv_timedwait(&sc->
sc_statecv
, &sc->sc_lock,
573
error = cv_wait_sig(&sc->
sc_statecv
, &sc->sc_lock);
684
cv_broadcast(&sc->
sc_statecv
);
700
cv_broadcast(&sc->
sc_statecv
);
743
cv_broadcast(&sc->
sc_statecv
);
821
cv_broadcast(&sc->
sc_statecv
);
Completed in 25 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025