Lines Matching defs:xentPhysicalIndex
305 addAliasMappingTableEntry(int xentPhysicalIndex, int xentLogicalIndex,
321 if (xentPhysicalIndex <= 0 || xentPhysicalIndex > MAX_ENTITY_INDEX || xentLogicalIndex < 0 || xentLogicalIndex > MAX_ENTITY_INDEX)
323 physentry = getPhysicalTableStaleEntry(xentPhysicalIndex);
332 physentry = getPhysicalTableEntry(xentPhysicalIndex);
347 if (zRunner->entPhysicalIndex == xentPhysicalIndex) {
404 zAliasTableEntry->entPhysicalIndex = xentPhysicalIndex;
433 deleteAliasMappingTableEntry(int xentPhysicalIndex, int xentLogicalIndex)
444 if (xentPhysicalIndex <= 0 || xentPhysicalIndex > MAX_ENTITY_INDEX || xentLogicalIndex < 0 || xentLogicalIndex > MAX_ENTITY_INDEX)
446 zPhysicalEntry = getPhysicalTableStaleEntry(xentPhysicalIndex);
461 if (zPhyIndx == xentPhysicalIndex) {
518 deleteAliasMappingPhysicalIndex(int xentPhysicalIndex)
528 if (xentPhysicalIndex <= 0 || xentPhysicalIndex > MAX_ENTITY_INDEX)
530 zPhysicalEntry = getPhysicalTableStaleEntry(xentPhysicalIndex);
542 if (zPhyIndx == xentPhysicalIndex) {