Searched refs:zRunner (Results 1 - 5 of 5) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentLogicalTable.c121 entLogicalEntry_t *zRunner; local
122 zRunner = gLogicalTableHead;
124 while (zRunner) {
125 if (zRunner->entLogicalIndex > 0)
127 zRunner = zRunner->pNextEntry;
130 if (zRunner == NULL) return NULL;
132 *my_loop_context = (void *)zRunner;
133 *my_data_context = (void *)zRunner;
137 snmp_set_var_value(vptr, (u_char *)&zRunner
158 entLogicalEntry_t *zRunner; local
489 entLogicalEntry_t *zRunner, *temp; local
592 entLogicalEntry_t *zRunner; local
634 entLogicalEntry_t *zRunner; local
663 entLogicalEntry_t *zRunner; local
689 entLogicalEntry_t *zRunner; local
716 entLogicalEntry_t *zRunner, *temp, *prevEntry; local
[all...]
H A DentPhysicalContainsTable.c122 physIndexAndChildIndex_t *zRunner, *zpValidEntry; local
125 zRunner = gPhyContainsTableHead;
126 while (zRunner) {
127 if (zRunner->entPhysicalIndex > 0) {
128 zChildIndexes = zRunner->childIndexes;
137 zpValidEntry = zRunner;
142 zRunner = zRunner->pNextEntry;
144 if (zRunner == NULL) return NULL;
182 physIndexAndChildIndex_t *zRunner, *zpValidEntr local
312 physIndexAndChildIndex_t *zContainsTableEntry, *zRunner, *zlastEntry; local
436 physIndexAndChildIndex_t *zRunner; local
495 physIndexAndChildIndex_t *zRunner, *prevEntry, *temp=NULL; local
604 physIndexAndChildIndex_t *zRunner; local
643 physIndexAndChildIndex_t *zRunner; local
[all...]
H A DentLPMappingTable.c135 entLPMappingTableEntry_t *zRunner, *zpValidEntry; local
138 zRunner = gLPMappingTableHead;
139 while (zRunner) {
140 if (zRunner->entLogicalIndex > 0) {
141 zPhyIndexes = zRunner->physicalIndexes;
150 zpValidEntry = zRunner;
155 zRunner = zRunner->pNextLPMappingTableEntry;
157 if (zRunner == NULL) return NULL;
190 entLPMappingTableEntry_t *zRunner, *zpValidEntr local
344 entLPMappingTableEntry_t *zLPMappingTableEntry, *zRunner, *zlastEntry; local
442 entLPMappingTableEntry_t *zRunner; local
520 entLPMappingTableEntry_t *zRunner; local
563 entLPMappingTableEntry_t *zRunner, *temp, *prevEntry; local
[all...]
H A DentAliasMappingTable.c121 entAliasMappingTableEntry_t *zRunner, *zpValidEntry; local
125 zRunner = gAliasMappingTableHead;
128 while (zRunner) {
129 if (zRunner->entPhysicalIndex > 0) {
130 zlogicalAliases = zRunner->entlogicalAliases;
140 zpValidEntry = zRunner;
145 zRunner = zRunner->pNextEntry;
147 if (zRunner == NULL) return NULL;
178 entAliasMappingTableEntry_t *zRunner, *zpValidEntr local
308 entAliasMappingTableEntry_t *zAliasTableEntry, *zRunner, *zlastEntry; local
435 entAliasMappingTableEntry_t *zRunner; local
520 entAliasMappingTableEntry_t *zRunner, *temp, *prevEntry; local
571 entAliasMappingTableEntry_t *zRunner; local
[all...]
H A DentPhysicalTable.c143 entPhysicalEntry_t *zRunner; local
144 zRunner = gPhysicalTableHead;
146 while (zRunner) {
147 if (zRunner->entPhysicalIndex > 0)
149 zRunner = zRunner->pNextEntry;
152 if (zRunner == NULL) return NULL;
154 *my_loop_context = (void *)zRunner;
155 *my_data_context = (void *)zRunner;
159 snmp_set_var_value(vptr, (u_char *)&zRunner
180 entPhysicalEntry_t *zRunner; local
824 entPhysicalEntry_t *zRunner, *temp; local
926 entPhysicalEntry_t *zRunner; local
952 entPhysicalEntry_t *zRunner; local
1015 entPhysicalEntry_t *zRunner, *temp, *prevEntry; local
1090 entPhysicalEntry_t *zRunner; local
1135 entPhysicalEntry_t *zRunner; local
1167 entPhysicalEntry_t *zRunner; local
[all...]

Completed in 16 milliseconds