Home
last modified time | relevance | path

Searched refs:node_index (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c1517 u_int node_index; in find_hook_next() local
1536 node_index = 0; in find_hook_next()
1543 for (node_index = 0; node_index < list->numnames; node_index++) in find_hook_next()
1544 if (list->nodeinfo[node_index].id >= oid->subs[sub]) in find_hook_next()
1551 if (idxlen == 1 || node_index >= list->numnames || in find_hook_next()
1552 list->nodeinfo[node_index].id > oid->subs[sub]) in find_hook_next()
1560 if ((resp1 = ng_dialog_id(list->nodeinfo[node_index].id, in find_hook_next()
1590 node_index++; in find_hook_next()
1593 while (node_index < list->numnames) { in find_hook_next()
1594 if ((resp1 = ng_dialog_id(list->nodeinfo[node_index].id, in find_hook_next()
[all …]
/freebsd-12.1/contrib/ofed/libibnetdisc/
H A Dchassis.c613 char *node_index; in fill_mellanox_chassis_record() local
684 node_index = iter; in fill_mellanox_chassis_record()
685 if(node_index[0] != 'U'){ in fill_mellanox_chassis_record()
691 node->ch_anafanum = (unsigned char) atoi(&node_index[1]); in fill_mellanox_chassis_record()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp123 unsigned node_index; in DeclForGlobal() local
125 for (node_index = 0; node_index < num_nodes; ++node_index) { in DeclForGlobal()
127 dyn_cast<llvm::MDNode>(named_metadata->getOperand(node_index)); in DeclForGlobal()
/freebsd-12.1/sys/dev/isci/scil/
H A Dscic_sds_controller.c3531 U16 node_index; in scic_sds_controller_allocate_remote_node_context() local
3534 node_index = scic_sds_remote_node_table_allocate_remote_node( in scic_sds_controller_allocate_remote_node_context()
3538 if (node_index != SCIC_SDS_REMOTE_NODE_CONTEXT_INVALID_INDEX) in scic_sds_controller_allocate_remote_node_context()
3540 this_controller->device_table[node_index] = the_device; in scic_sds_controller_allocate_remote_node_context()
3542 *node_id = node_index; in scic_sds_controller_allocate_remote_node_context()