Home
last modified time | relevance | path

Searched refs:Descriptor (Results 1 – 25 of 41) sorted by relevance

12

/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslrestype2e.c73 AML_RESOURCE *Descriptor; in RsDoExtendedIoDescriptor() local
92 Descriptor = Rnode->Buffer; in RsDoExtendedIoDescriptor()
93 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64; in RsDoExtendedIoDescriptor()
94 Descriptor->ExtAddress64.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoExtendedIoDescriptor()
95 Descriptor->ExtAddress64.RevisionID = AML_RESOURCE_EXTENDED_ADDRESS_REVISION; in RsDoExtendedIoDescriptor()
97 Descriptor->ExtAddress64.ResourceLength = (UINT16) in RsDoExtendedIoDescriptor()
109 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 0, 1); in RsDoExtendedIoDescriptor()
114 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 2, 0); in RsDoExtendedIoDescriptor()
121 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 3, 0); in RsDoExtendedIoDescriptor()
128 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 1, 0); in RsDoExtendedIoDescriptor()
[all …]
HDaslrestype2s.c282 AML_RESOURCE *Descriptor; in RsDoGpioIntDescriptor() local
318 Descriptor = Rnode->Buffer; in RsDoGpioIntDescriptor()
319 Descriptor->Gpio.ResourceLength = DescriptorSize; in RsDoGpioIntDescriptor()
320 Descriptor->Gpio.DescriptorType = ACPI_RESOURCE_NAME_GPIO; in RsDoGpioIntDescriptor()
321 Descriptor->Gpio.RevisionId = AML_RESOURCE_GPIO_REVISION; in RsDoGpioIntDescriptor()
322 Descriptor->Gpio.ConnectionType = AML_RESOURCE_GPIO_TYPE_INT; in RsDoGpioIntDescriptor()
326 InterruptList = ACPI_ADD_PTR (UINT16, Descriptor, sizeof (AML_RESOURCE_GPIO)); in RsDoGpioIntDescriptor()
333 Descriptor->Gpio.PinTableOffset = (UINT16) in RsDoGpioIntDescriptor()
334 ACPI_PTR_DIFF (InterruptList, Descriptor); in RsDoGpioIntDescriptor()
336 Descriptor->Gpio.ResSourceOffset = (UINT16) in RsDoGpioIntDescriptor()
[all …]
HDaslrestype2q.c74 AML_RESOURCE *Descriptor; in RsDoQwordIoDescriptor() local
96 Descriptor = Rnode->Buffer; in RsDoQwordIoDescriptor()
97 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64; in RsDoQwordIoDescriptor()
98 Descriptor->Address64.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoQwordIoDescriptor()
104 OptionalFields = ((UINT8 *) Descriptor) + sizeof (AML_RESOURCE_ADDRESS64); in RsDoQwordIoDescriptor()
105 Descriptor->Address64.ResourceLength = (UINT16) in RsDoQwordIoDescriptor()
117 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 0, 1); in RsDoQwordIoDescriptor()
122 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 2, 0); in RsDoQwordIoDescriptor()
129 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 3, 0); in RsDoQwordIoDescriptor()
136 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 1, 0); in RsDoQwordIoDescriptor()
[all …]
HDaslrestype2d.c74 AML_RESOURCE *Descriptor; in RsDoDwordIoDescriptor() local
96 Descriptor = Rnode->Buffer; in RsDoDwordIoDescriptor()
97 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32; in RsDoDwordIoDescriptor()
98 Descriptor->Address32.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoDwordIoDescriptor()
104 OptionalFields = ((UINT8 *) Descriptor) + sizeof (AML_RESOURCE_ADDRESS32); in RsDoDwordIoDescriptor()
105 Descriptor->Address32.ResourceLength = (UINT16) in RsDoDwordIoDescriptor()
117 RsSetFlagBits (&Descriptor->Address32.Flags, InitializerOp, 0, 1); in RsDoDwordIoDescriptor()
122 RsSetFlagBits (&Descriptor->Address32.Flags, InitializerOp, 2, 0); in RsDoDwordIoDescriptor()
129 RsSetFlagBits (&Descriptor->Address32.Flags, InitializerOp, 3, 0); in RsDoDwordIoDescriptor()
136 RsSetFlagBits (&Descriptor->Address32.Flags, InitializerOp, 1, 0); in RsDoDwordIoDescriptor()
[all …]
HDaslrestype2w.c74 AML_RESOURCE *Descriptor; in RsDoWordIoDescriptor() local
96 Descriptor = Rnode->Buffer; in RsDoWordIoDescriptor()
97 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16; in RsDoWordIoDescriptor()
98 Descriptor->Address16.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoWordIoDescriptor()
104 OptionalFields = ((UINT8 *) Descriptor) + sizeof (AML_RESOURCE_ADDRESS16); in RsDoWordIoDescriptor()
105 Descriptor->Address16.ResourceLength = (UINT16) in RsDoWordIoDescriptor()
117 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 0, 1); in RsDoWordIoDescriptor()
122 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 2, 0); in RsDoWordIoDescriptor()
129 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 3, 0); in RsDoWordIoDescriptor()
136 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 1, 0); in RsDoWordIoDescriptor()
[all …]
HDaslrestype1.c79 AML_RESOURCE *Descriptor; in RsDoEndTagDescriptor() local
85 Descriptor = Rnode->Buffer; in RsDoEndTagDescriptor()
86 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG | in RsDoEndTagDescriptor()
88 Descriptor->EndTag.Checksum = 0; in RsDoEndTagDescriptor()
110 AML_RESOURCE *Descriptor; in RsDoEndDependentDescriptor() local
116 Descriptor = Rnode->Buffer; in RsDoEndDependentDescriptor()
117 Descriptor->EndDpf.DescriptorType = ACPI_RESOURCE_NAME_END_DEPENDENT | in RsDoEndDependentDescriptor()
139 AML_RESOURCE *Descriptor; in RsDoMemory24Descriptor() local
153 Descriptor = Rnode->Buffer; in RsDoMemory24Descriptor()
154 Descriptor->Memory24.DescriptorType = ACPI_RESOURCE_NAME_MEMORY24; in RsDoMemory24Descriptor()
[all …]
HDaslrestype1i.c77 AML_RESOURCE *Descriptor; in RsDoDmaDescriptor() local
90 Descriptor = Rnode->Buffer; in RsDoDmaDescriptor()
91 Descriptor->Dma.DescriptorType = ACPI_RESOURCE_NAME_DMA | in RsDoDmaDescriptor()
102 RsSetFlagBits (&Descriptor->Dma.Flags, InitializerOp, 5, 0); in RsDoDmaDescriptor()
109 RsSetFlagBits (&Descriptor->Dma.Flags, InitializerOp, 2, 0); in RsDoDmaDescriptor()
116 RsSetFlagBits (&Descriptor->Dma.Flags, InitializerOp, 0, 0); in RsDoDmaDescriptor()
176 Descriptor->Dma.DmaChannelMask = DmaChannelMask; in RsDoDmaDescriptor()
197 AML_RESOURCE *Descriptor; in RsDoFixedDmaDescriptor() local
208 Descriptor = Rnode->Buffer; in RsDoFixedDmaDescriptor()
209 Descriptor->FixedDma.DescriptorType = in RsDoFixedDmaDescriptor()
[all …]
HDaslrestype2.c75 AML_RESOURCE *Descriptor; in RsDoGeneralRegisterDescriptor() local
86 Descriptor = Rnode->Buffer; in RsDoGeneralRegisterDescriptor()
87 Descriptor->GenericReg.DescriptorType = ACPI_RESOURCE_NAME_GENERIC_REGISTER; in RsDoGeneralRegisterDescriptor()
88 Descriptor->GenericReg.ResourceLength = 12; in RsDoGeneralRegisterDescriptor()
98 Descriptor->GenericReg.AddressSpaceId = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor()
105 Descriptor->GenericReg.BitWidth = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor()
112 Descriptor->GenericReg.BitOffset = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor()
119 Descriptor->GenericReg.Address = InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor()
126 Descriptor->GenericReg.AccessSize = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor()
130 if (Descriptor->GenericReg.AccessSize > AML_FIELD_ACCESS_QWORD) in RsDoGeneralRegisterDescriptor()
[all …]
/NextBSD/sys/contrib/dev/acpica/components/utilities/
HDuttrack.c645 ACPI_DESCRIPTOR *Descriptor; in AcpiUtDumpAllocations() local
672 Descriptor = ACPI_CAST_PTR (ACPI_DESCRIPTOR, &Element->UserSpace); in AcpiUtDumpAllocations()
678 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()
685 if (ACPI_GET_DESCRIPTOR_TYPE (Descriptor) != ACPI_DESC_TYPE_CACHED) in AcpiUtDumpAllocations()
688 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations()
689 Element->Line, AcpiUtGetDescriptorName (Descriptor)); in AcpiUtDumpAllocations()
695 switch (ACPI_GET_DESCRIPTOR_TYPE (Descriptor)) in AcpiUtDumpAllocations()
733 AcpiUtGetTypeName (Descriptor->Object.Common.Type), in AcpiUtDumpAllocations()
734 Descriptor->Object.Common.ReferenceCount); in AcpiUtDumpAllocations()
740 Descriptor->Op.Asl.AmlOpcode); in AcpiUtDumpAllocations()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugArangeSet.h30 struct Descriptor struct
42 void AddDescriptor(const DWARFDebugArangeSet::Descriptor& range); argument
51 const Descriptor* GetDescriptor(uint32_t i) const in GetDescriptor()
58 const Descriptor &
66 typedef std::vector<Descriptor> DescriptorColl;
HDDWARFDebugPubnamesSet.h40 struct Descriptor struct
42 Descriptor() : in Descriptor() argument
48 Descriptor(dw_offset_t the_offset, const char *the_name) : in Descriptor() argument
64 const DWARFDebugPubnamesSet::Descriptor* GetDescriptor(uint32_t i) const in GetDescriptor() argument
83 typedef std::vector<Descriptor> DescriptorColl;
HDDWARFDebugArangeSet.cpp90 … DescriptorLessThan (const DWARFDebugArangeSet::Descriptor& range1, const DWARFDebugArangeSet::Des… in DescriptorLessThan()
100 DWARFDebugArangeSet::AddDescriptor(const DWARFDebugArangeSet::Descriptor& range) in AddDescriptor()
215 Descriptor arangeDescriptor; in Extract()
292 bool operator() (const DWARFDebugArangeSet::Descriptor& desc) const in operator ()()
HDDWARFDebugPubnamesSet.cpp46 Descriptor pubnameDesc(cu_rel_offset, name); in AddDescriptor()
92 Descriptor pubnameDesc; in Extract()
HDDWARFDebugAranges.cpp76 const DWARFDebugArangeSet::Descriptor &descriptor = set.GetDescriptorRef(i); in Extract()
/NextBSD/contrib/llvm/lib/Transforms/Utils/
HDSymbolRewriter.cpp266 for (auto &Descriptor : *DescriptorList) in parse()
267 if (!parseEntry(YS, Descriptor, DL)) in parse()
307 yaml::MappingNode *Descriptor, in parseRewriteFunctionDescriptor() argument
314 for (auto &Field : *Descriptor) { in parseRewriteFunctionDescriptor()
358 YS.printError(Descriptor, in parseRewriteFunctionDescriptor()
375 yaml::MappingNode *Descriptor, in parseRewriteGlobalVariableDescriptor() argument
381 for (auto &Field : *Descriptor) { in parseRewriteGlobalVariableDescriptor()
420 YS.printError(Descriptor, in parseRewriteGlobalVariableDescriptor()
437 yaml::MappingNode *Descriptor, in parseRewriteGlobalAliasDescriptor() argument
443 for (auto &Field : *Descriptor) { in parseRewriteGlobalAliasDescriptor()
[all …]
/NextBSD/contrib/llvm/lib/MC/
HDMCSectionMachO.cpp214 [&](decltype(*SectionTypeDescriptors) &Descriptor) { in ParseSectionSpecifier() argument
215 return Descriptor.AssemblerName && in ParseSectionSpecifier()
216 SectionType == Descriptor.AssemblerName; in ParseSectionSpecifier()
243 [&](decltype(*SectionAttrDescriptors) &Descriptor) { in ParseSectionSpecifier() argument
244 return Descriptor.AssemblerName && in ParseSectionSpecifier()
245 SectionAttr.trim() == Descriptor.AssemblerName; in ParseSectionSpecifier()
/NextBSD/contrib/llvm/projects/libunwind/src/
HDUnwind-EHABI.cpp49 struct Descriptor { struct
73 Descriptor::Format format, in ProcessDescriptors()
93 case Descriptor::LU32: in ProcessDescriptors()
96 case Descriptor::LU16: in ProcessDescriptors()
105 Descriptor::Kind kind = in ProcessDescriptors()
106 static_cast<Descriptor::Kind>((length & 0x1) | ((offset & 0x1) << 1)); in ProcessDescriptors()
117 case Descriptor::CLEANUP: { in ProcessDescriptors()
121 case Descriptor::FUNC: { in ProcessDescriptors()
125 case Descriptor::CATCH: { in ProcessDescriptors()
169 Descriptor::Format format = in unwindOneFrame()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDObjCMissingSuperCallChecker.cpp108 SelectorDescriptor Descriptor = *I; in fillSelectors() local
109 assert(Descriptor.ArgumentCount <= 1); // No multi-argument selectors yet. in fillSelectors()
112 IdentifierInfo *II = &Ctx.Idents.get(Descriptor.SelectorName); in fillSelectors()
114 Selector Sel = Ctx.Selectors.getSelector(Descriptor.ArgumentCount, &II); in fillSelectors()
/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugArangeSet.h40 struct Descriptor { struct
47 typedef std::vector<Descriptor> DescriptorColl; argument
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugArangeSet.cpp68 Descriptor arangeDescriptor; in extract()
/NextBSD/lib/libc/nls/
HDes_ES.ISO8859-1.msg25 9 Descriptor incorrecto de fichero
147 70 Descriptor de fichero NFS inv�lido
HDgl_ES.ISO8859-1.msg25 9 Descriptor incorrecto de ficheiro
147 70 Descriptor de ficheiro NFS inv�lido
HDca_ES.ISO8859-1.msg25 9 Descriptor d'arxiu incorrecte
147 70 Descriptor d'arxiu NFS incorrecte
/NextBSD/contrib/binutils/bfd/doc/
HDbfd.texinfo12 * Bfd: (bfd). The Binary File Descriptor library.
44 @settitle LIB BFD, the Binary File Descriptor Library
47 @subtitle{The Binary File Descriptor Library}
/NextBSD/contrib/binutils/ld/
HDREADME9 * The linker uses a Binary File Descriptor library (../bfd)

12