OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_fwb
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ieee1394/
if_fwipvar.h
51
struct fw_bind
sc_fwb
;
member in struct:fwip_softc
sbp.c
333
struct fw_bind
sc_fwb
;
member in struct:sbp_softc
497
mutex_init(&sc->
sc_fwb
.fwb_mtx, MUTEX_DEFAULT, IPL_VM);
498
STAILQ_INIT(&sc->
sc_fwb
.xferlist);
529
sc->
sc_fwb
.start = SBP_DEV2ADDR(dv_unit, 0);
530
sc->
sc_fwb
.end = SBP_DEV2ADDR(dv_unit, -1);
532
fw_xferlist_add(&sc->
sc_fwb
.xferlist, M_SBP,
535
fw_bindadd(fc, &sc->
sc_fwb
);
565
fw_bindremove(fc, &sc->
sc_fwb
);
566
fw_xferlist_remove(&sc->
sc_fwb
.xferlist);
567
mutex_destroy(&sc->
sc_fwb
.fwb_mtx)
[
all
...]
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025