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

/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DentPhysicalContainsTable.c488 /* xParentIndex. */
492 int deletePhysicalContainsParentIndex(int xParentIndex) argument
506 if (xParentIndex <= 0 || xParentIndex > MAX_ENTITY_INDEX)
508 physentry = getPhysicalTableStaleEntry(xParentIndex);
517 if (zRunner->entPhysicalIndex == xParentIndex) {
524 childIndexes = getPhysicalContainsChildren(xParentIndex);
555 /* xParentIndex is already the lowest index. In this case, */
559 if (physentry->entPhysicalContainedIn == xParentIndex) {
637 /* Delete the entry specified by the xParentIndex an
641 deletePhysicalContainsTableEntry(int xParentIndex, int xChildIndex) argument
[all...]

Completed in 33 milliseconds