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

/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
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 15 milliseconds