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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalTable.h58 char *entPhysicalSoftwareRev; member in struct:entPhysicalEntry_s
95 char *entPhysicalSoftwareRev,
H A DentPhysicalTable.c290 snmp_set_var_typed_value(var, ASN_OCTET_STR, (u_char *) zPhysicalEntry->entPhysicalSoftwareRev, strlen(zPhysicalEntry->entPhysicalSoftwareRev));
546 if (newPhysEntry->entPhysicalSoftwareRev == NULL)
547 newPhysEntry->entPhysicalSoftwareRev = emptystring;
622 /* entPhysicalSoftwareRev 0..255 */
623 if (strlen(newPhysEntry->entPhysicalSoftwareRev) > 255)
720 physent->entPhysicalSoftwareRev =
721 strdup(newPhysEntry->entPhysicalSoftwareRev);
723 if (physent->entPhysicalSoftwareRev == NULL) {
737 free(physent->entPhysicalSoftwareRev);
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.c298 char *entPhysicalSoftwareRev,
315 phyStatic->entPhysicalSoftwareRev = entPhysicalSoftwareRev;
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 259 milliseconds