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

/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DentPhysicalTable.c518 entPhysicalEntry_t *physent; local
651 physent = malloc(sizeof (entPhysicalEntry_t));
652 if (physent == NULL) {
657 physent->entPhysicalIndex = physidx;
659 physent->entPhysicalDescr = strdup(newPhysEntry->entPhysicalDescr);
661 if (physent->entPhysicalDescr == NULL) {
662 free(physent);
667 physent->entPhysicalVendorType =
671 if (physent->entPhysicalVendorType == NULL) {
672 free(physent
[all...]

Completed in 13 milliseconds