Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ieee1394/
Dfirewire.c699 struct fw_bind *tfw, *r = NULL; in fw_bindlookup() local
703 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindlookup()
704 if (BIND_CMP(addr, tfw) == 0) { in fw_bindlookup()
705 r = tfw; in fw_bindlookup()
718 struct fw_bind *tfw, *prev = NULL; in fw_bindadd() local
727 STAILQ_FOREACH(tfw, &fc->binds, fclist) { in fw_bindadd()
728 if (fwb->end < tfw->start) in fw_bindadd()
730 prev = tfw; in fw_bindadd()
753 struct fw_bind *tfw; in fw_bindremove() local
756 STAILQ_FOREACH(tfw, &fc->binds, fclist) in fw_bindremove()
[all …]
/netbsd/src/external/bsd/nvi/dist/gtk/
Dgtkviscreen.c69 static GdkFont *tfw; variable
316 tfw = gdk_font_load ("-Misc-Fixed-Medium-R-*-*-13-120-75-75-C-120-ISO10646-1"); in gtk_vi_screen_class_init()