Searched refs:entPhysicalSerialNum (Results 1 - 4 of 4) sorted by relevance
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_11/ |
H A D | MyTable.h | 30 char *entPhysicalSerialNum,
|
H A D | MyTable.c | 299 char *entPhysicalSerialNum, 316 phyStatic->entPhysicalSerialNum = entPhysicalSerialNum; 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
|
/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/ |
H A D | entPhysicalTable.h | 59 char *entPhysicalSerialNum; member in struct:entPhysicalEntry_s 96 char *entPhysicalSerialNum,
|
H A D | entPhysicalTable.c | 294 snmp_set_var_typed_value(var, ASN_OCTET_STR, (u_char *) zPhysicalEntry->entPhysicalSerialNum, strlen(zPhysicalEntry->entPhysicalSerialNum)); 377 zOldentPhySerialNum = strdup(zPhysicalEntry->entPhysicalSerialNum); 429 free (zPhysicalEntry->entPhysicalSerialNum); 430 zPhysicalEntry->entPhysicalSerialNum = (char *)malloc(sizeof(char) * (var->val_len + 1)); 431 if (zPhysicalEntry->entPhysicalSerialNum == NULL) 434 strncpy(zPhysicalEntry->entPhysicalSerialNum, (const char *)var->val.string, var->val_len); 435 zPhysicalEntry->entPhysicalSerialNum[var->val_len] = 0; 483 free(zPhysicalEntry->entPhysicalSerialNum); 485 zPhysicalEntry->entPhysicalSerialNum 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...] |
Completed in 1648 milliseconds