Home
last modified time | relevance | path

Searched refs:EntryType (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexresnte.c199 ACPI_OBJECT_TYPE EntryType; in AcpiExResolveNodeToValue() local
211 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node); in AcpiExResolveNodeToValue()
216 if ((EntryType == ACPI_TYPE_LOCAL_ALIAS) || in AcpiExResolveNodeToValue()
217 (EntryType == ACPI_TYPE_LOCAL_METHOD_ALIAS)) in AcpiExResolveNodeToValue()
223 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node); in AcpiExResolveNodeToValue()
233 if ((EntryType == ACPI_TYPE_DEVICE) || in AcpiExResolveNodeToValue()
234 (EntryType == ACPI_TYPE_THERMAL) || in AcpiExResolveNodeToValue()
235 (EntryType == ACPI_TYPE_METHOD) || in AcpiExResolveNodeToValue()
252 switch (EntryType) in AcpiExResolveNodeToValue()
329 Node, SourceDesc, EntryType)); in AcpiExResolveNodeToValue()
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DDebugMacros.h27 enum EntryType { INVALID, DEFINE, UNDEF, START_FILE, END_FILE, INDIRECT }; enum
46 EntryType GetType() const { return m_type; } in GetType()
59 DebugMacroEntry(EntryType type, uint32_t line, uint32_t debug_line_file_idx,
62 DebugMacroEntry(EntryType type, const DebugMacrosSP &debug_macros_sp);
64 EntryType m_type : 3;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h44 enum EntryType { enum
90 iterator FindEntry(EntryType type) const;
93 return GetEntryName(static_cast<EntryType>(entry.type)); in GetEntryName()
96 static const char *GetEntryName(EntryType type);
H A DAuxVector.cpp78 AuxVector::iterator AuxVector::FindEntry(EntryType type) const { in FindEntry()
98 const char *AuxVector::GetEntryName(EntryType type) { in GetEntryName()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DDebugMacros.cpp16 DebugMacroEntry::DebugMacroEntry(EntryType type, uint32_t line, in DebugMacroEntry()
21 DebugMacroEntry::DebugMacroEntry(EntryType type, in DebugMacroEntry()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h756 template <typename EntryType> struct SpecEntryTraits {
757 using DeclType = EntryType;
759 static DeclType *getDecl(EntryType *D) { in getDecl()
768 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
772 SpecIterator<EntryType, SETraits, DeclType>,
775 EntryType>::iterator>::iterator_category,
789 template <typename EntryType>
790 static SpecIterator<EntryType>
797 template <class EntryType> typename SpecEntryTraits<EntryType>::DeclType*
801 template <class Derived, class EntryType>
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp199 template<class EntryType>
200 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
202 llvm::FoldingSetVector<EntryType> &Specs, ArrayRef<TemplateArgument> Args, in findSpecializationImpl()
204 using SETraits = SpecEntryTraits<EntryType>; in findSpecializationImpl()
207 EntryType::Profile(ID, Args, getASTContext()); in findSpecializationImpl()
208 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos); in findSpecializationImpl()
212 template<class Derived, class EntryType>
214 llvm::FoldingSetVector<EntryType> &Specializations, EntryType *Entry, in addSpecializationImpl()
216 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl()
229 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h55 enum EntryType { E_Location, E_Integer, E_ConstantFP, E_ConstantInt }; enum
56 enum EntryType EntryKind;
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h40 using EntryType = ListEntryType; variable
41 using ListEntries = std::vector<EntryType>;
/freebsd-12.1/sys/contrib/dev/acpica/common/
H A Ddmtbdump2.c440 UINT32 EntryType; in AcpiDmDumpIvrs() local
527 EntryType = DeviceEntry->Type; in AcpiDmDumpIvrs()
528 EntryLength = EntrySizes [EntryType >> 6]; in AcpiDmDumpIvrs()
530 switch (EntryType) in AcpiDmDumpIvrs()
572 EntryType, EntryLength, EntryOffset); in AcpiDmDumpIvrs()
H A Ddmtbinfo1.c531 {ACPI_DMT_DMAR_SCOPE, ACPI_DMARS_OFFSET (EntryType), "Device Scope Type", 0},
/freebsd-12.1/sys/x86/iommu/
H A Dintel_drv.c688 if (devscope->EntryType != ACPI_DMAR_SCOPE_TYPE_ENDPOINT && in dmar_match_devscope()
689 devscope->EntryType != ACPI_DMAR_SCOPE_TYPE_BRIDGE) in dmar_match_devscope()
706 dev_path, dev_path_len, devscope->EntryType)); in dmar_match_devscope()
837 if (devscope->EntryType != entry_type) in dmar_find_nonpci()
1007 if (devscope->EntryType != ACPI_DMAR_SCOPE_TYPE_ENDPOINT) in dmar_inst_rmrr_iter()
/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Ddttable1.c1917 UINT8 EntryType; in DtCompileIvrs() local
1981 DtCompileInteger (&EntryType, *PFieldList, 1, 0); in DtCompileIvrs()
1983 switch (EntryType) in DtCompileIvrs()
/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvtd.c211 switch (device_scope->EntryType){ in vtd_device_scope()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterDecl.cpp185 template <typename EntryType>
186 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
187 getSpecializationDecl(EntryType &T) { in getSpecializationDecl()
188 return RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::getDecl(&T); in getSpecializationDecl()
/freebsd-12.1/sys/contrib/dev/acpica/include/
H A Dactbl1.h750 UINT8 EntryType; member
/freebsd-12.1/usr.sbin/acpi/acpidump/
H A Dacpi.c1020 printf("\t\tType=%s\n", devscope_type2str(devscope->EntryType)); in acpi_handle_dmar_devscope()