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

/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DentPhysicalContainsTable.c428 int *getPhysicalContainsChildren(int parentIndex) argument
441 physentry = getPhysicalTableEntry(parentIndex);
448 if ((zRunner->entPhysicalIndex == parentIndex)) {
469 /* zRunner->entPhysicalIndex == parentIndex condition */
724 /* Check to see if childIndex is really related to the parentIndex, in */
726 static int isRecursiveChild(int parentIndex, int childIndex) argument
735 if (parentIndex == childIndex)
739 childlist = getAllChildrenFromPhysicalContainedIn(parentIndex);
753 childlist2 = getPhysicalContainsChildren(parentIndex);

Completed in 43 milliseconds