Searched defs:xentPhysicalIndex (Results 1 - 3 of 3) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentAliasMappingTable.c305 addAliasMappingTableEntry(int xentPhysicalIndex, int xentLogicalIndex, argument
321 if (xentPhysicalIndex <= 0 || xentPhysicalIndex > MAX_ENTITY_INDEX || xentLogicalIndex < 0 || xentLogicalIndex > MAX_ENTITY_INDEX)
323 physentry = getPhysicalTableStaleEntry(xentPhysicalIndex);
332 physentry = getPhysicalTableEntry(xentPhysicalIndex);
347 if (zRunner->entPhysicalIndex == xentPhysicalIndex) {
404 zAliasTableEntry->entPhysicalIndex = xentPhysicalIndex;
433 deleteAliasMappingTableEntry(int xentPhysicalIndex, int xentLogicalIndex) argument
444 if (xentPhysicalIndex <= 0 || xentPhysicalIndex > MAX_ENTITY_INDE
518 deleteAliasMappingPhysicalIndex(int xentPhysicalIndex) argument
[all...]
H A DentLPMappingTable.c340 addLPMappingTableEntry(int xentLogicalIndex, int xentPhysicalIndex) argument
349 if (xentLogicalIndex <= 0 || xentLogicalIndex > MAX_ENTITY_INDEX || xentPhysicalIndex <= 0 || xentPhysicalIndex > MAX_ENTITY_INDEX)
352 physentry = getPhysicalTableStaleEntry(xentPhysicalIndex);
359 physentry = getPhysicalTableEntry(xentPhysicalIndex);
382 zPhyIndexes[0] = xentPhysicalIndex;
389 if (*p == xentPhysicalIndex)
392 if (*p == -xentPhysicalIndex) { /* Reuse a 'deleted' entry */
393 *p = xentPhysicalIndex;
404 zRunner->physicalIndexes[i] = xentPhysicalIndex;
440 deleteLPMappingTableEntry(int xentLogicalIndex, int xentPhysicalIndex) argument
519 deleteLPMappingPhysicalIndex(int xentPhysicalIndex) argument
[all...]
H A DentPhysicalContainsTable.c308 int addPhysicalContainsTableEntry(int xentPhysicalIndex, int xentChildIndex) argument
316 if (xentPhysicalIndex == xentChildIndex) {
322 if (xentPhysicalIndex <= 0 || xentPhysicalIndex > MAX_ENTITY_INDEX || xentChildIndex <= 0 || xentChildIndex > MAX_ENTITY_INDEX)
324 physentry = getPhysicalTableStaleEntry(xentPhysicalIndex);
332 physentry = getPhysicalTableEntry(xentPhysicalIndex);
343 if (isRecursiveChild(xentChildIndex, xentPhysicalIndex))
350 if (zRunner->entPhysicalIndex == xentPhysicalIndex) {
390 if (childentry->entPhysicalContainedIn == 0 || childentry->entPhysicalContainedIn > xentPhysicalIndex)
391 childentry->entPhysicalContainedIn = xentPhysicalIndex;
[all...]

Completed in 15 milliseconds