Searched refs:max_node (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c611 fc->max_node = -1;
1305 fc->max_node = fc->nodeid & 0x3f;
1330 if (fc->max_node < node)
1331 fc->max_node = self_id->p0.phy_id;
1374 fc->max_hop = fc->max_node - i_branch;
1376 fc->max_node + 1, fc->max_hop,
1694 for (node = 0; node <= fc->max_node; node++) {
1699 "found myself node(%d) fc->nodeid(%d) fc->max_node(%d)\n",
1700 __func__, node, fc->nodeid, fc->max_node);
1704 "node(%d) fc->max_node(
[all...]
H A Dfirewirereg.h106 u_int max_node; member in struct:firewire_comm
/freebsd-11-stable/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 145 milliseconds