OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fwb
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/ieee1394/
fwdev.c
161
struct fw_bind *
fwb
;
local
175
for (
fwb
= STAILQ_FIRST(&d->binds);
fwb
!= NULL;
176
fwb
= STAILQ_FIRST(&d->binds)) {
177
fw_bindremove(fc,
fwb
);
179
fw_xferlist_remove(&
fwb
->xferlist);
180
free(
fwb
, M_FW);
389
struct fw_bind *
fwb
;
local
580
fwb
= fw_bindlookup(fc, bindreq->start.hi, bindreq->start.lo);
581
if (
fwb
== NULL)
818
struct fw_bind *
fwb
;
local
921
struct fw_bind *
fwb
;
local
[
all
...]
firewire.c
689
#define BIND_CMP(addr,
fwb
) \
690
(((addr) < (
fwb
)->start) ? -1 : ((
fwb
)->end < (addr)) ? 1 : 0)
716
fw_bindadd(struct firewire_comm *fc, struct fw_bind *
fwb
)
721
if (
fwb
->start >
fwb
->end) {
728
if (
fwb
->end < tfw->start)
733
STAILQ_INSERT_HEAD(&fc->binds,
fwb
, fclist);
734
else if (prev->end <
fwb
->start)
735
STAILQ_INSERT_AFTER(&fc->binds, prev,
fwb
, fclist)
[
all
...]
/src/sbin/resize_ffs/
resize_ffs.c
1873
int
fwb
;
local
1910
fwb
= 0;
1923
fwb
++;
1924
if (
fwb
>= newsb->fs_frag) {
1955
fwb
= 0;
Completed in 19 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026