Home
last modified time | relevance | path

Searched refs:tfw (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/cortex/InfoView/
H A DInfoView.cpp352 float tfw = field->getWidth(); in GetPreferredSize() local
353 if (tfw > *width) { in GetPreferredSize()
354 *width = tfw; in GetPreferredSize()
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp926 struct fw_bind *tfw, *r = NULL; in fw_bindlookup() local
930 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindlookup()
931 if (BIND_CMP(addr, tfw) == 0) { in fw_bindlookup()
932 r = tfw; in fw_bindlookup()
945 struct fw_bind *tfw, *prev = NULL; in fw_bindadd() local
954 STAILQ_FOREACH(tfw, &fc->binds, fclist) { in fw_bindadd()
955 if (fwb->end < tfw->start) in fw_bindadd()
957 prev = tfw; in fw_bindadd()
980 struct fw_bind *tfw; in fw_bindremove() local
985 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindremove()
[all …]