Searched defs:entPhysicalAssetID (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/ |
H A D | entPhysicalTable.h | 63 char *entPhysicalAssetID; member in struct:entPhysicalEntry_s 100 char *entPhysicalAssetID,
|
H A D | entPhysicalTable.c | 310 snmp_set_var_typed_value(var, ASN_OCTET_STR, (u_char *) zPhysicalEntry->entPhysicalAssetID, strlen(zPhysicalEntry->entPhysicalAssetID)); 395 zOldentPhyAssetId = strdup(zPhysicalEntry->entPhysicalAssetID); 449 free (zPhysicalEntry->entPhysicalAssetID); 450 zPhysicalEntry->entPhysicalAssetID = (char *)malloc(sizeof(char) * (var->val_len + 1)); 451 if (zPhysicalEntry->entPhysicalAssetID == NULL) 454 strncpy(zPhysicalEntry->entPhysicalAssetID, (const char *)var->val.string, var->val_len); 455 zPhysicalEntry->entPhysicalAssetID[var->val_len] = 0; 493 free(zPhysicalEntry->entPhysicalAssetID); 495 zPhysicalEntry->entPhysicalAssetID 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/components/net-snmp-57/sun/sdk/demo/demo_module_11/ |
H A D | MyTable.c | 303 char *entPhysicalAssetID, 320 phyStatic->entPhysicalAssetID = entPhysicalAssetID; 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 46 milliseconds