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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalTable.h57 char *entPhysicalFirmwareRev; member in struct:entPhysicalEntry_s
94 char *entPhysicalFirmwareRev,
H A DentPhysicalTable.c286 snmp_set_var_typed_value(var, ASN_OCTET_STR, (u_char *) zPhysicalEntry->entPhysicalFirmwareRev, strlen(zPhysicalEntry->entPhysicalFirmwareRev));
544 if (newPhysEntry->entPhysicalFirmwareRev == NULL)
545 newPhysEntry->entPhysicalFirmwareRev = emptystring;
618 /* entPhysicalFirmwareRev 0..255 */
619 if (strlen(newPhysEntry->entPhysicalFirmwareRev) > 255)
708 physent->entPhysicalFirmwareRev =
709 strdup(newPhysEntry->entPhysicalFirmwareRev);
711 if (physent->entPhysicalFirmwareRev == NULL) {
724 free(physent->entPhysicalFirmwareRev);
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.c297 char *entPhysicalFirmwareRev,
314 phyStatic->entPhysicalFirmwareRev = entPhysicalFirmwareRev;
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 15 milliseconds