| /src/sys/external/bsd/acpica/dist/dispatcher/ |
| dswload.c | 151 ACPI_OBJECT_TYPE ObjectType; 185 ObjectType = WalkState->OpInfo->ObjectType; 189 AcpiUtGetTypeName (ObjectType))); 199 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, 210 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, 330 AcpiUtGetTypeName (ObjectType))); 336 AcpiUtGetTypeName (ObjectType))); 343 AcpiUtGetTypeName (ObjectType))); 352 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, [all...] |
| dswload2.c | 81 ACPI_OBJECT_TYPE ObjectType; 143 ObjectType = WalkState->OpInfo->ObjectType; 146 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType)); 164 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, 177 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); 190 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, 286 if (AcpiNsOpensScope (ObjectType)) 288 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); 357 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, [all...] |
| dsutils.c | 677 if (OpInfo->ObjectType == ACPI_TYPE_INVALID) 705 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType);
|
| dswexec.c | 260 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType)) 264 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op)); 464 * being the ObjectType and SizeOf operators as well as opcodes that
|
| dspkginit.c | 370 UINT8 ObjectType,
|
| /src/sys/external/bsd/acpica/dist/executer/ |
| exresop.c | 152 UINT8 ObjectType; 211 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; 218 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS) 223 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; 231 ObjectType = ObjDesc->Common.Type; 235 if (!AcpiUtValidObjectType (ObjectType)) 238 "Bad operand object type [0x%X]", ObjectType)); 243 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE) 338 ACPI_TYPE_LOCAL_REFERENCE, ObjectType, ObjDesc);
|
| /src/sys/external/bsd/acpica/dist/common/ |
| adwalk.c | 585 (OpInfo->ObjectType != ACPI_TYPE_LOCAL_ALIAS) && 650 ACPI_OBJECT_TYPE ObjectType; 662 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode); 708 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, 747 if (AcpiNsOpensScope (ObjectType)) 751 Status = AcpiDsScopeStackPush (Op->Common.Node, ObjectType, 785 ACPI_OBJECT_TYPE ObjectType; 799 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode); 819 ObjectType = ACPI_TYPE_ANY; 838 ObjectType = ACPI_TYPE_BUFFER; /* Change from TYPE_BUFFER_FIELD * [all...] |
| /src/sys/external/bsd/acpica/dist/compiler/ |
| aslload.c | 408 ACPI_OBJECT_TYPE ObjectType; 567 ObjectType = 1; 570 ObjectType++; 580 * first child is name, next child is ObjectType 582 ObjectType = (UINT8) Op->Asl.Child->Asl.Next->Asl.Value.Integer; 612 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode); 758 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode); 763 Op->Asl.ExternalName, AcpiUtGetTypeName (ObjectType))); 787 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, 799 Node->Type = (UINT8) ObjectType; [all...] |
| aslxref.c | 309 ACPI_OBJECT_TYPE ObjectType; 550 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode); 552 "Type=%s\n", AcpiUtGetTypeName (ObjectType))); 563 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, 614 (OpInfo->ObjectType == ACPI_TYPE_LOCAL_ALIAS)) 1337 AcpiUtGetTypeName (OpInfo->ObjectType), Op));
|
| aslprepkg.c | 253 Package->RetInfo3.ObjectType[i], i); 715 Package->RetInfo2.ObjectType[j], j);
|
| /src/sys/external/bsd/acpica/dist/namespace/ |
| nsobject.c | 83 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; 134 ObjectType = ACPI_TYPE_ANY; 149 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type; 162 ObjectType = Type; 198 Node->Type = (UINT8) ObjectType;
|
| nsprepkg.c | 230 Package->RetInfo3.ObjectType[i], i); 535 Package->RetInfo2.ObjectType[j], j);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
| ubsan_type_hash_itanium.cc | 254 const abi::__class_type_info *ObjectType = findBaseAtOffset( 258 ObjectType ? ObjectType->__type_name : "<unknown>");
|
| /src/sys/external/bsd/acpica/dist/hardware/ |
| hwpci.c | 374 ACPI_OBJECT_TYPE ObjectType; 381 Status = AcpiGetType (PciDevice, &ObjectType); 387 if (ObjectType != ACPI_TYPE_DEVICE)
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaCXXScopeSpec.cpp | 385 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); 392 if (!ObjectType.isNull()) { 395 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); 396 LookupCtx = computeDeclContext(ObjectType); 397 isDependent = ObjectType->isDependentType(); 494 QualType ObjectType = GetTypeFromParser(IdInfo.ObjectType); 501 if (!ObjectType.isNull()) { 504 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist") [all...] |
| SemaExprCXX.cpp | 460 ParsedType ObjectType) { 475 QualType SearchType = GetTypeFromParser(ObjectType); 7197 ParsedType &ObjectType, 7218 ObjectType = ParsedType::make(BaseType); 7312 ObjectType = ParsedType::make(BaseType); 7332 ObjectType = ParsedType::make(BaseType); 7336 static bool CheckArrow(Sema &S, QualType &ObjectType, Expr *&Base, 7343 ObjectType = Base->getType(); 7355 if (ObjectType->isPointerType() || ObjectType->isArrayType() | [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
| ubsan_type_hash_itanium.cpp | 266 const abi::__class_type_info *ObjectType = findBaseAtOffset( 270 ObjectType ? ObjectType->name() : "<unknown>");
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
| ubsan_type_hash_itanium.cpp | 254 const abi::__class_type_info *ObjectType = findBaseAtOffset( 258 ObjectType ? ObjectType->__type_name : "<unknown>");
|
| /src/sys/external/bsd/acpica/dist/utilities/ |
| utobject.c | 66 UINT8 ObjectType, 647 UINT8 ObjectType, 657 switch (ObjectType)
|
| utcopy.c | 63 UINT8 ObjectType, 91 UINT8 ObjectType, 263 UINT8 ObjectType, 282 switch (ObjectType) 883 UINT8 ObjectType, 901 switch (ObjectType)
|
| /src/external/apache2/llvm/dist/clang/lib/Parse/ |
| ParseExprCXX.cpp | 82 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, 97 TemplateName, ObjectType, EnteringContext, 124 /// \param ObjectType if this nested-name-specifier is being parsed following 155 CXXScopeSpec &SS, ParsedType ObjectType, bool ObjectHadErrors, 242 InUsingDeclaration, ObjectType.get(), 262 ObjectType = nullptr; 274 if (!HasScopeSpecifier && !ObjectType) 290 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, 321 getCurScope(), SS, TemplateKWLoc, TemplateName, ObjectType, 391 ObjectType); [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MIRYamlMapping.h | 241 enum ObjectType { DefaultType, SpillSlot, VariableSized }; 245 ObjectType Type = DefaultType; 269 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> { 270 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) { 309 enum ObjectType { DefaultType, SpillSlot }; 311 ObjectType Type = DefaultType; 337 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> { 339 FixedMachineStackObject::ObjectType &Type) {
|
| /src/sys/external/bsd/acpica/dist/tests/misc/ |
| grammar.asl | 2673 Store (ObjectType (Local0), Local1) 2685 Store (ObjectType (Local0), Local1) 2701 Store (ObjectType (Local0), Local1) 2713 Store (ObjectType (Local0), Local1) 2734 Store (ObjectType (Local0), Local1) 2929 Store (ObjectType (Local0), Local1) 2941 Store (ObjectType (Local2), Local3) 3037 Store (ObjectType (Local0), Local1) 5035 Store (ObjectType (Local0), Local1) // Local1 = Local0 object type 5043 Store (ObjectType (Local0), Local1) // Local1 = Local0 object typ [all...] |
| /src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| netpgppython.py | 43 _object = types.ObjectType
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| accctrl.d | 348 SE_OBJECT_TYPE ObjectType; 357 SE_OBJECT_TYPE ObjectType;
|