Searched refs:xPhysicalIndex (Results 1 - 3 of 3) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DentPhysicalTable.h81 extern entPhysicalEntry_t* getPhysicalTableEntry(int xPhysicalIndex);
82 extern entPhysicalEntry_t* getPhysicalTableStaleEntry(int xPhysicalIndex);
103 extern int makePhysicalTableEntryLive(int xPhysicalIndex);
104 extern int makePhysicalTableEntryStale(int xPhysicalIndex);
105 extern int deletePhysicalTableEntry(int xPhysicalIndex);
H A DentLPMappingTable.h52 extern int deleteLPMappingTableEntry(int xLogicalIndex, int xPhysicalIndex);
H A DentPhysicalTable.c924 getPhysicalTableEntry(int xPhysicalIndex) argument
930 if (xPhysicalIndex <= 0 || xPhysicalIndex > MAX_ENTITY_INDEX)
938 if (zPhysicalIndex == xPhysicalIndex)
941 if (zPhysicalIndex == -(xPhysicalIndex)) {
950 getPhysicalTableStaleEntry(int xPhysicalIndex) argument
956 if (xPhysicalIndex <= 0 || xPhysicalIndex > MAX_ENTITY_INDEX)
964 if (zPhysicalIndex == -(xPhysicalIndex))
967 if (zPhysicalIndex == xPhysicalIndex) {
1013 deletePhysicalTableEntry(int xPhysicalIndex) argument
1087 makePhysicalTableEntryStale(int xPhysicalIndex) argument
1133 makePhysicalTableEntryLive(int xPhysicalIndex) argument
[all...]

Completed in 17 milliseconds