Lines Matching defs:entPhysicalParentRelPos
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,
999 phyStatic->entPhysicalParentRelPos = entPhysicalParentRelPos;