Searched defs:entPhysicalModelName (Results 1 - 3 of 3) sorted by relevance
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/ |
H A D | entPhysicalTable.h | 61 char *entPhysicalModelName; member in struct:entPhysicalEntry_s 98 char *entPhysicalModelName,
|
H A D | entPhysicalTable.c | 302 snmp_set_var_typed_value(var, ASN_OCTET_STR, (u_char *) zPhysicalEntry->entPhysicalModelName, strlen(zPhysicalEntry->entPhysicalModelName)); 552 if (newPhysEntry->entPhysicalModelName == NULL) 553 newPhysEntry->entPhysicalModelName = emptystring; 634 /* entPhysicalModelName 0..255 */ 635 if (strlen(newPhysEntry->entPhysicalModelName) > 255) 762 physent->entPhysicalModelName = 763 strdup(newPhysEntry->entPhysicalModelName); 765 if (physent->entPhysicalModelName == NULL) { 782 free(physent->entPhysicalModelName); 976 populate_entPhysicalEntry(entPhysicalEntry_t *phyStatic, char *entPhysicalDescr, oid *entPhysicalVendorType, int entPhysicalVendorTypeSize, int entPhysicalContainedIn, int entPhysicalClass, int entPhysicalParentRelPos, char *entPhysicalName, char *entPhysicalHardwareRev, char *entPhysicalFirmwareRev, char *entPhysicalSoftwareRev, char *entPhysicalSerialNum, char *entPhysicalMfgName, char *entPhysicalModelName, char *entPhysicalAlias, char *entPhysicalAssetID, int entPhysicalIsFRU) argument [all...] |
/solaris-userland-s11u3/components/net-snmp/sun/sdk/demo/demo_module_11/ |
H A D | MyTable.c | 301 char *entPhysicalModelName, 318 phyStatic->entPhysicalModelName = entPhysicalModelName; 288 FillentPhysicalEntry(entPhysicalEntry_t *phyStatic, char *entPhysicalDescr, oid *entPhysicalVendorType, int entPhysicalVendorTypeSize, int entPhysicalContainedIn, int entPhysicalClass, int entPhysicalParentRelPos, char *entPhysicalName, char *entPhysicalHardwareRev, char *entPhysicalFirmwareRev, char *entPhysicalSoftwareRev, char *entPhysicalSerialNum, char *entPhysicalMfgName, char *entPhysicalModelName, char *entPhysicalAlias, char *entPhysicalAssetID, int entPhysicalIsFRU) argument
|
Completed in 293 milliseconds