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

/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DentPhysicalContainsTable.c501 int lowest_index = 0; local
561 lowest_index = 0; /* First reset to zero */
567 if (lowest_index == 0)
568 lowest_index = zRunner->entPhysicalIndex;
569 else if (lowest_index > zRunner->entPhysicalIndex)
570 lowest_index = zRunner->entPhysicalIndex;
577 physentry->entPhysicalContainedIn = lowest_index;
648 int lowest_index = 0; local
691 if (lowest_index == 0)
692 lowest_index
[all...]

Completed in 40 milliseconds