OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tfwdev
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/ieee1394/
firewire.c
1719
struct fw_device *fwdev, *pfwdev, *
tfwdev
;
local in function:fw_explore_node
1819
STAILQ_FOREACH(
tfwdev
, &fc->devices, link) {
1820
if (
tfwdev
->eui.hi > fwdev->eui.hi ||
1821
(
tfwdev
->eui.hi == fwdev->eui.hi &&
1822
tfwdev
->eui.lo > fwdev->eui.lo))
1824
pfwdev =
tfwdev
;
Completed in 39 milliseconds
Indexes created Tue Oct 14 11:09:46 GMT 2025