OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_cmd_mtx
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/
ipmi.c
352
KASSERT(mutex_owned(&sc->
sc_cmd_mtx
));
978
* ipmi_sendcmd: caller must hold
sc_cmd_mtx
.
1049
* ipmi_recvcmd: caller must hold
sc_cmd_mtx
.
1088
* ipmi_delay: caller must hold
sc_cmd_mtx
.
1127
mutex_enter(&sc->
sc_cmd_mtx
);
1130
mutex_exit(&sc->
sc_cmd_mtx
);
1135
mutex_exit(&sc->
sc_cmd_mtx
);
1139
mutex_exit(&sc->
sc_cmd_mtx
);
1158
mutex_enter(&sc->
sc_cmd_mtx
);
1162
mutex_exit(&sc->
sc_cmd_mtx
);
[
all
...]
ipmivar.h
100
kmutex_t
sc_cmd_mtx
;
member in struct:ipmi_softc
/src/sys/dev/usb/
if_otusvar.h
204
kmutex_t
sc_cmd_mtx
;
member in struct:otus_softc
if_otus.c
635
mutex_init(&sc->
sc_cmd_mtx
, MUTEX_DEFAULT, IPL_NONE);
726
mutex_destroy(&sc->
sc_cmd_mtx
);
1127
mutex_enter(&sc->
sc_cmd_mtx
);
1132
mutex_exit(&sc->
sc_cmd_mtx
);
1413
mutex_enter(&sc->
sc_cmd_mtx
);
1420
mutex_exit(&sc->
sc_cmd_mtx
);
1439
mutex_exit(&sc->
sc_cmd_mtx
);
1448
error = cv_timedwait_sig(&sc->sc_cmd_cv, &sc->
sc_cmd_mtx
, hz);
1450
mutex_exit(&sc->
sc_cmd_mtx
);
1650
mutex_enter(&sc->
sc_cmd_mtx
);
[
all
...]
Completed in 16 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025