Searched refs:EntryType (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/components/executer/
H A Dexresnte.c93 ACPI_OBJECT_TYPE EntryType; local
105 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
108 Node, SourceDesc, AcpiUtGetTypeName (EntryType)));
110 if ((EntryType == ACPI_TYPE_LOCAL_ALIAS) ||
111 (EntryType == ACPI_TYPE_LOCAL_METHOD_ALIAS))
117 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
127 if ((EntryType == ACPI_TYPE_DEVICE) ||
128 (EntryType == ACPI_TYPE_THERMAL) ||
129 (EntryType == ACPI_TYPE_METHOD) ||
146 switch (EntryType)
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DAuxVector.h45 enum EntryType { enum in class:AuxVector
91 FindEntry(EntryType type) const;
95 return GetEntryName(static_cast<EntryType>(entry.type));
99 GetEntryName(EntryType type);
H A DAuxVector.cpp107 AuxVector::FindEntry(EntryType type) const
132 AuxVector::GetEntryName(EntryType type)
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclTemplate.h542 template <typename EntryType> struct SpecEntryTraits {
543 typedef EntryType DeclType;
545 static DeclType *getMostRecentDecl(EntryType *D) {
550 template <typename EntryType,
551 typename _SETraits = SpecEntryTraits<EntryType>,
559 typedef typename llvm::FoldingSetVector<EntryType>::iterator
588 template <typename EntryType>
589 static SpecIterator<EntryType>
590 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) {
591 return SpecIterator<EntryType>(isEn
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp162 template <class EntryType>
163 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType*
165 llvm::FoldingSetVector<EntryType> &Specs,
168 typedef SpecEntryTraits<EntryType> SETraits;
170 EntryType::Profile(ID,Args,NumArgs, getASTContext());
171 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h73 enum EntryType { enum in struct:llvm::DotDebugLocEntry
79 enum EntryType EntryKind;
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c1313 UINT32 EntryType; local
1400 EntryType = DeviceEntry->Type;
1401 EntryLength = EntrySizes [EntryType >> 6];
1403 switch (EntryType)
1445 EntryType, EntryLength, EntryOffset);
H A Ddmtbinfo.c800 {ACPI_DMT_UINT8, ACPI_DMARS_OFFSET (EntryType), "Device Scope Entry Type", 0},
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Ddttable.c1027 UINT8 EntryType; local
1091 DtCompileInteger (&EntryType, *PFieldList, 1, 0);
1093 switch (EntryType)
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dactbl2.h487 UINT8 EntryType; member in struct:acpi_dmar_device_scope
495 /* Values for EntryType in ACPI_DMAR_DEVICE_SCOPE */
/freebsd-10.0-release/usr.sbin/acpi/acpidump/
H A Dacpi.c792 printf("\t\tType=%s\n", devscope_type2str(devscope->EntryType));

Completed in 201 milliseconds