Searched refs:entPhysicalVendorType (Results 1 - 4 of 4) sorted by relevance

/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_11/
H A DMyTable.h21 oid *entPhysicalVendorType,
H A DMyTable.c290 oid *entPhysicalVendorType,
307 phyStatic->entPhysicalVendorType = entPhysicalVendorType;
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 DentPhysicalTable.h50 oid *entPhysicalVendorType; member in struct:entPhysicalEntry_s
87 oid *entPhysicalVendorType,
H A DentPhysicalTable.c262 snmp_set_var_typed_value(var, ASN_OBJECT_ID, (u_char *) zPhysicalEntry->entPhysicalVendorType, zPhysicalEntry->entPhysicalVendorTypeSize);
529 /* entPhysicalVendorType will default to { 0, 0 } for */
535 if (newPhysEntry->entPhysicalVendorType == NULL) {
536 newPhysEntry->entPhysicalVendorType = zerooid;
667 physent->entPhysicalVendorType =
671 if (physent->entPhysicalVendorType == NULL) {
678 memcpy(physent->entPhysicalVendorType,
679 newPhysEntry->entPhysicalVendorType,
691 free(physent->entPhysicalVendorType);
702 free(physent->entPhysicalVendorType);
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 893 milliseconds