Lines Matching refs:node_num
226 match_num = node->node_num[ISC_IS6(family)];
233 /* Now search non-radix elements for a match with a lower node_num. */
238 if (match_num != -1 && match_num < e->node_num) {
245 if (match_num == -1 || e->node_num < match_num) {
247 *match = -e->node_num;
249 *match = e->node_num;
301 * Now copy in the new elements, increasing their node_num
309 if (source->elements[i].node_num > max_node)
310 max_node = source->elements[i].node_num;
316 dest->elements[nelem + i].node_num =
317 source->elements[i].node_num + dest->node_count;