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

/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DentPhysicalTable.c822 AddToPhysicalTable(entPhysicalEntry_t * xnewPhysicalEntry) argument
829 if (xnewPhysicalEntry == NULL) return (-1);
830 xnewPhysicalEntry->pNextEntry = NULL;
834 if (xnewPhysicalEntry->entPhysicalIndex > 0) {
838 if (xnewPhysicalEntry->entPhysicalIndex >
850 gPhysicalTableHead = xnewPhysicalEntry;
851 gPhysicalTableTail = xnewPhysicalEntry;
855 temp->pNextEntry = xnewPhysicalEntry;
856 gPhysicalTableTail = xnewPhysicalEntry;
858 } else if (xnewPhysicalEntry
[all...]

Completed in 13 milliseconds