Searched defs:entPhysicalContainedIn (Results 1 - 3 of 3) sorted by relevance
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/ |
H A D | entPhysicalTable.h | 52 int_l entPhysicalContainedIn; member in struct:entPhysicalEntry_s 89 int entPhysicalContainedIn,
|
H A D | entPhysicalTable.c | 266 snmp_set_var_typed_value(var, ASN_INTEGER, (u_char *)&zPhysicalEntry->entPhysicalContainedIn, sizeof(zPhysicalEntry->entPhysicalContainedIn)); 574 /* Make sure when entPhysicalContainedIn is 0 that */ 578 if (newPhysEntry->entPhysicalContainedIn == 0 && newPhysEntry->entPhysicalParentRelPos != -1) 586 && newPhysEntry->entPhysicalContainedIn != 0) 593 if ((newPhysEntry->entPhysicalContainedIn < 0 || newPhysEntry->entPhysicalContainedIn > MAX_ENTITY_INDEX)) { 596 } else if (newPhysEntry->entPhysicalContainedIn != 0 && getPhysicalTableEntry(newPhysEntry->entPhysicalContainedIn) == NULL) { 597 /* If the intended parent (newPhysEntry->entPhysicalContainedIn) i 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 D | MyTable.c | 292 int entPhysicalContainedIn, 309 phyStatic->entPhysicalContainedIn = entPhysicalContainedIn; 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 3341 milliseconds