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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalTable.c516 allocPhysicalEntry(int physidx, entPhysicalEntry_t * newPhysEntry) argument
532 if (newPhysEntry->entPhysicalDescr == NULL)
535 if (newPhysEntry->entPhysicalVendorType == NULL) {
536 newPhysEntry->entPhysicalVendorType = zerooid;
537 newPhysEntry->entPhysicalVendorTypeSize = sizeof(zerooid);
540 if (newPhysEntry->entPhysicalName == NULL)
541 newPhysEntry->entPhysicalName = emptystring;
542 if (newPhysEntry->entPhysicalHardwareRev == NULL)
543 newPhysEntry->entPhysicalHardwareRev = emptystring;
544 if (newPhysEntry
[all...]

Completed in 1118 milliseconds