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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalContainsTable.c311 entPhysicalEntry_t *physentry, *childentry; local
324 physentry = getPhysicalTableStaleEntry(xentPhysicalIndex);
325 if (physentry != NULL)
332 physentry = getPhysicalTableEntry(xentPhysicalIndex);
335 if (physentry == NULL || childentry == NULL) {
431 entPhysicalEntry_t *physentry; local
441 physentry = getPhysicalTableEntry(parentIndex);
442 if (physentry == NULL) {
502 entPhysicalEntry_t *physentry; local
508 physentry
609 entPhysicalEntry_t *physentry; local
644 entPhysicalEntry_t *physentry; local
[all...]
H A DentLPMappingTable.c343 entPhysicalEntry_t *physentry; local
352 physentry = getPhysicalTableStaleEntry(xentPhysicalIndex);
353 if ((zLogicalEntry != NULL) || (physentry != NULL)) {
359 physentry = getPhysicalTableEntry(xentPhysicalIndex);
361 if ((zLogicalEntry == NULL) || (physentry == NULL)) {
H A DentAliasMappingTable.c309 entPhysicalEntry_t *physentry; local
323 physentry = getPhysicalTableStaleEntry(xentPhysicalIndex);
324 if (physentry != NULL)
332 physentry = getPhysicalTableEntry(xentPhysicalIndex);
334 if (physentry != NULL) {
335 if (physentry->entPhysicalClass != 10) return (-1);

Completed in 16 milliseconds