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

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/parser/
H A Dparse.h124 int node_index; member in struct:tree
H A Dbackend.c232 int node_index; local
336 node_index = 0;
340 init_tree_first_pass(root, &node_index, &object_index, &column_index, &entry_index);
407 static void init_tree_first_pass(struct tree *current, int *node_index, int *object_index, int *column_index, int *entry_index) argument
414 /* node_index */
415 current->node_index = *node_index;
416 (*node_index)++;
523 init_tree_first_pass(tp, node_index, object_index, column_index, entry_index);
1341 indexs->tp->node_index);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex.c2710 int node_index; local
2723 node_index = node_data->node_data.port_node.port_commsvc_idx;
2725 if ((node_guid == guid) && (index == node_index) &&
2760 int node_index; local
2773 node_index = node_data->node_data.port_node.port_commsvc_idx;
2775 if ((node_guid == guid) && (index == node_index) &&

Completed in 102 milliseconds