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

/freebsd-10.1-release/sys/dev/firewire/
H A Dfirewire.c636 fc->max_node = -1;
1333 fc->max_node = fc->nodeid & 0x3f;
1358 if(fc->max_node < node){
1359 fc->max_node = self_id->p0.phy_id;
1408 fc->max_hop = fc->max_node - i_branch;
1410 fc->max_node + 1, fc->max_hop,
1739 for (node = 0; node <= fc->max_node; node ++) {
1744 "found myself node(%d) fc->nodeid(%d) fc->max_node(%d)\n",
1745 __func__, node, fc->nodeid, fc->max_node);
1749 "node(%d) fc->max_node(
[all...]
H A Dfirewirereg.h116 u_int max_node; member in struct:firewire_comm
/freebsd-10.1-release/contrib/gcc/cp/
H A Dclass.c3402 splay_tree_node max_node;
3406 max_node = splay_tree_max (offsets);
3409 if (!max_node)
3413 offsets, (tree) (max_node->key),
3398 splay_tree_node max_node; local

Completed in 68 milliseconds