Searched refs:EntryType (Results 1 – 8 of 8) sorted by relevance
| /freebsd-9-stable/sys/contrib/dev/acpica/executer/ |
| D | exresnte.c | 94 ACPI_OBJECT_TYPE EntryType; in AcpiExResolveNodeToValue() local 106 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node); in AcpiExResolveNodeToValue() 109 Node, SourceDesc, AcpiUtGetTypeName (EntryType))); in AcpiExResolveNodeToValue() 111 if ((EntryType == ACPI_TYPE_LOCAL_ALIAS) || in AcpiExResolveNodeToValue() 112 (EntryType == ACPI_TYPE_LOCAL_METHOD_ALIAS)) in AcpiExResolveNodeToValue() 118 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node); in AcpiExResolveNodeToValue() 128 if ((EntryType == ACPI_TYPE_DEVICE) || in AcpiExResolveNodeToValue() 129 (EntryType == ACPI_TYPE_THERMAL) || in AcpiExResolveNodeToValue() 130 (EntryType == ACPI_TYPE_METHOD) || in AcpiExResolveNodeToValue() 147 switch (EntryType) in AcpiExResolveNodeToValue() [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | DeclTemplate.h | 544 template <typename EntryType> struct SpecEntryTraits { 545 typedef EntryType DeclType; 547 static DeclType *getMostRecentDecl(EntryType *D) { in getMostRecentDecl() 552 template <typename EntryType, 553 typename _SETraits = SpecEntryTraits<EntryType>, 561 typedef typename llvm::FoldingSetVector<EntryType>::iterator 590 template <typename EntryType> 591 static SpecIterator<EntryType> 592 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator() 593 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin()); in makeSpecIterator() [all …]
|
| /freebsd-9-stable/sys/contrib/dev/acpica/common/ |
| D | dmtbdump.c | 904 UINT32 EntryType; in AcpiDmDumpIvrs() local 986 EntryType = DeviceEntry->Type; in AcpiDmDumpIvrs() 987 EntryLength = EntrySizes [EntryType >> 6]; in AcpiDmDumpIvrs() 989 switch (EntryType) in AcpiDmDumpIvrs() 1031 EntryType, EntryLength, EntryOffset); in AcpiDmDumpIvrs()
|
| D | dmtbinfo.c | 620 {ACPI_DMT_UINT8, ACPI_DMARS_OFFSET (EntryType), "Device Scope Entry Type", 0},
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | DeclTemplate.cpp | 163 template <class EntryType> 164 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType* 166 llvm::FoldingSetVector<EntryType> &Specs, in findSpecializationImpl() 169 typedef SpecEntryTraits<EntryType> SETraits; in findSpecializationImpl() 171 EntryType::Profile(ID,Args,NumArgs, getASTContext()); in findSpecializationImpl() 172 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos); in findSpecializationImpl()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/compiler/ |
| D | dttable.c | 818 UINT8 EntryType; in DtCompileIvrs() local 879 DtCompileInteger (&EntryType, *PFieldList, 1, 0); in DtCompileIvrs() 881 switch (EntryType) in DtCompileIvrs()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfDebug.h | 71 enum EntryType { enum 77 enum EntryType EntryKind;
|
| /freebsd-9-stable/sys/contrib/dev/acpica/include/ |
| D | actbl2.h | 333 UINT8 EntryType; member
|