Searched refs:physidx (Results 1 - 2 of 2) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalTable.h83 extern int allocPhysicalEntry(int physidx, entPhysicalEntry_t * newPhysEntry);
H A DentPhysicalTable.c512 * Allocates a physical entry. if physidx >0 attempts to reuse an
516 allocPhysicalEntry(int physidx, entPhysicalEntry_t * newPhysEntry) argument
561 if (physidx < 0 || physidx > MAX_ENTITY_INDEX)
657 physent->entPhysicalIndex = physidx;

Completed in 1216 milliseconds