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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalTable.h49 char *entPhysicalDescr; member in struct:entPhysicalEntry_s
86 char *entPhysicalDescr,
H A DentPhysicalTable.c258 snmp_set_var_typed_value(var, ASN_OCTET_STR, (u_char *) zPhysicalEntry->entPhysicalDescr, strlen(zPhysicalEntry->entPhysicalDescr));
527 /* Fix for 4927412: according to RFC 2737, entPhysicalDescr has to be */
532 if (newPhysEntry->entPhysicalDescr == NULL)
606 /* entPhysicalDescr 0..255 */
607 if (strlen(newPhysEntry->entPhysicalDescr) > 255)
659 physent->entPhysicalDescr = strdup(newPhysEntry->entPhysicalDescr);
661 if (physent->entPhysicalDescr == NULL) {
672 free(physent->entPhysicalDescr);
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.c289 char *entPhysicalDescr,
306 phyStatic->entPhysicalDescr = entPhysicalDescr;
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 2413 milliseconds