Home
last modified time | relevance | path

Searched refs:max_node (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/firewire/
HDfirewire.c611 fc->max_node = -1; in fw_reset_csr()
1304 fc->max_node = fc->nodeid & 0x3f; in fw_sidrcv()
1329 if (fc->max_node < node) in fw_sidrcv()
1330 fc->max_node = self_id->p0.phy_id; in fw_sidrcv()
1373 fc->max_hop = fc->max_node - i_branch; in fw_sidrcv()
1375 fc->max_node + 1, fc->max_hop, in fw_sidrcv()
1693 for (node = 0; node <= fc->max_node; node++) { in fw_explore()
1699 __func__, node, fc->nodeid, fc->max_node); in fw_explore()
1704 __func__, node, fc->max_node); in fw_explore()
2285 self_id = fw_find_self_id(fc, fc->max_node); in fw_bmr()
[all …]
HDfirewirereg.h106 u_int max_node; member
/NextBSD/contrib/gcc/cp/
HDclass.c3398 splay_tree_node max_node; in layout_conflict_p() local
3402 max_node = splay_tree_max (offsets); in layout_conflict_p()
3405 if (!max_node) in layout_conflict_p()
3409 offsets, (tree) (max_node->key), in layout_conflict_p()