Searched defs:entPhysicalParentRelPos (Results 1 - 3 of 3) sorted by relevance
/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/ |
H A D | entPhysicalTable.h | 54 int_l entPhysicalParentRelPos; member in struct:entPhysicalEntry_s 91 int entPhysicalParentRelPos,
|
H A D | entPhysicalTable.c | 274 snmp_set_var_typed_value(var, ASN_INTEGER, (u_char *)&zPhysicalEntry->entPhysicalParentRelPos, sizeof(zPhysicalEntry->entPhysicalParentRelPos)); 575 /* entPhysicalParentRelPos is -1. Also check for boundary */ 576 if (newPhysEntry->entPhysicalParentRelPos < -1 || newPhysEntry->entPhysicalParentRelPos > MAX_ENTITY_INDEX) 578 if (newPhysEntry->entPhysicalContainedIn == 0 && newPhysEntry->entPhysicalParentRelPos != -1) 585 if (newPhysEntry->entPhysicalParentRelPos == -1 686 physent->entPhysicalParentRelPos = 687 newPhysEntry->entPhysicalParentRelPos; 982 int entPhysicalParentRelPos, 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/components/net-snmp-57/sun/sdk/demo/demo_module_11/ |
H A D | MyTable.c | 294 int entPhysicalParentRelPos, 311 phyStatic->entPhysicalParentRelPos = entPhysicalParentRelPos; 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 1506 milliseconds