HomeSort by: relevance | last modified time | path
    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