OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fw_bind
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ieee1394/
if_fwipvar.h
51
struct
fw_bind
sc_fwb;
firewirereg.h
138
STAILQ_HEAD(,
fw_bind
) binds;
224
struct
fw_bind
{
struct
228
STAILQ_ENTRY(
fw_bind
) fclist;
229
STAILQ_ENTRY(
fw_bind
) chlist;
290
struct
fw_bind
*fw_bindlookup(struct firewire_comm *, uint16_t, uint32_t);
291
int fw_bindadd(struct firewire_comm *, struct
fw_bind
*);
292
int fw_bindremove(struct firewire_comm *, struct
fw_bind
*);
fwdev.c
105
STAILQ_HEAD(,
fw_bind
) binds;
161
struct
fw_bind
*fwb;
389
struct
fw_bind
*fwb;
586
STAILQ_REMOVE(&d->binds, fwb,
fw_bind
, chlist);
600
fwb = (struct
fw_bind
*)malloc(sizeof(struct
fw_bind
),
818
struct
fw_bind
*fwb;
853
fwb = (struct
fw_bind
*)xfer->sc;
921
struct
fw_bind
*fwb;
924
fwb = (struct
fw_bind
*)xfer->sc
[
all
...]
firewire.c
695
struct
fw_bind
*
699
struct
fw_bind
*tfw, *r = NULL;
716
fw_bindadd(struct firewire_comm *fc, struct
fw_bind
*fwb)
718
struct
fw_bind
*tfw, *prev = NULL;
748
fw_bindremove(struct firewire_comm *fc, struct
fw_bind
*fwb)
753
struct
fw_bind
*tfw;
758
STAILQ_REMOVE(&fc->binds, fwb,
fw_bind
, fclist);
1060
struct
fw_bind
*bind;
sbp.c
333
struct
fw_bind
sc_fwb;
Completed in 22 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026