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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalTable.h63 char *entPhysicalAssetID; member in struct:entPhysicalEntry_s
100 char *entPhysicalAssetID,
H A DentPhysicalTable.c310 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-s11u3/components/net-snmp/sun/sdk/demo/demo_module_11/
H A DMyTable.c303 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 1859 milliseconds