| /illumos-gate/usr/src/cmd/acpi/iasl/ |
| H A D | aslrestype2s.c | 440 AML_RESOURCE *Descriptor; in RsDoGpioIntDescriptor() local 477 Descriptor = Rnode->Buffer; in RsDoGpioIntDescriptor() 478 Descriptor->Gpio.ResourceLength = DescriptorSize; in RsDoGpioIntDescriptor() 479 Descriptor->Gpio.DescriptorType = ACPI_RESOURCE_NAME_GPIO; in RsDoGpioIntDescriptor() 480 Descriptor->Gpio.RevisionId = AML_RESOURCE_GPIO_REVISION; in RsDoGpioIntDescriptor() 481 Descriptor->Gpio.ConnectionType = AML_RESOURCE_GPIO_TYPE_INT; in RsDoGpioIntDescriptor() 485 InterruptList = ACPI_ADD_PTR (UINT16, Descriptor, in RsDoGpioIntDescriptor() 493 Descriptor->Gpio.PinTableOffset = (UINT16) in RsDoGpioIntDescriptor() 494 ACPI_PTR_DIFF (InterruptList, Descriptor); in RsDoGpioIntDescriptor() 496 Descriptor->Gpio.ResSourceOffset = (UINT16) in RsDoGpioIntDescriptor() [all …]
|
| H A D | aslrestype2e.c | 181 AML_RESOURCE *Descriptor; in RsDoExtendedIoDescriptor() local 200 Descriptor = Rnode->Buffer; in RsDoExtendedIoDescriptor() 201 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64; in RsDoExtendedIoDescriptor() 202 Descriptor->ExtAddress64.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoExtendedIoDescriptor() 203 Descriptor->ExtAddress64.RevisionID = AML_RESOURCE_EXTENDED_ADDRESS_REVISION; in RsDoExtendedIoDescriptor() 205 Descriptor->ExtAddress64.ResourceLength = (UINT16) in RsDoExtendedIoDescriptor() 217 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 0, 1); in RsDoExtendedIoDescriptor() 222 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 2, 0); in RsDoExtendedIoDescriptor() 229 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 3, 0); in RsDoExtendedIoDescriptor() 236 RsSetFlagBits (&Descriptor->ExtAddress64.Flags, InitializerOp, 1, 0); in RsDoExtendedIoDescriptor() [all …]
|
| H A D | aslrestype2q.c | 182 AML_RESOURCE *Descriptor; in RsDoQwordIoDescriptor() local 204 Descriptor = Rnode->Buffer; in RsDoQwordIoDescriptor() 205 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64; in RsDoQwordIoDescriptor() 206 Descriptor->Address64.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoQwordIoDescriptor() 212 OptionalFields = ((UINT8 *) Descriptor) + sizeof (AML_RESOURCE_ADDRESS64); in RsDoQwordIoDescriptor() 213 Descriptor->Address64.ResourceLength = (UINT16) in RsDoQwordIoDescriptor() 225 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 0, 1); in RsDoQwordIoDescriptor() 230 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 2, 0); in RsDoQwordIoDescriptor() 237 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 3, 0); in RsDoQwordIoDescriptor() 244 RsSetFlagBits (&Descriptor->Address64.Flags, InitializerOp, 1, 0); in RsDoQwordIoDescriptor() [all …]
|
| H A D | aslrestype2d.c | 182 AML_RESOURCE *Descriptor; in RsDoDwordIoDescriptor() local 204 Descriptor = Rnode->Buffer; in RsDoDwordIoDescriptor() 205 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32; in RsDoDwordIoDescriptor() 206 Descriptor->Address32.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoDwordIoDescriptor() 212 OptionalFields = ((UINT8 *) Descriptor) + sizeof (AML_RESOURCE_ADDRESS32); in RsDoDwordIoDescriptor() 213 Descriptor->Address32.ResourceLength = (UINT16) in RsDoDwordIoDescriptor() 225 RsSetFlagBits (&Descriptor->Address32.Flags, InitializerOp, 0, 1); in RsDoDwordIoDescriptor() 230 RsSetFlagBits (&Descriptor->Address32.Flags, InitializerOp, 2, 0); in RsDoDwordIoDescriptor() 237 RsSetFlagBits (&Descriptor->Address32.Flags, InitializerOp, 3, 0); in RsDoDwordIoDescriptor() 244 RsSetFlagBits (&Descriptor->Address32.Flags, InitializerOp, 1, 0); in RsDoDwordIoDescriptor() [all …]
|
| H A D | aslrestype2w.c | 182 AML_RESOURCE *Descriptor; in RsDoWordIoDescriptor() local 204 Descriptor = Rnode->Buffer; in RsDoWordIoDescriptor() 205 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16; in RsDoWordIoDescriptor() 206 Descriptor->Address16.ResourceType = ACPI_ADDRESS_TYPE_IO_RANGE; in RsDoWordIoDescriptor() 212 OptionalFields = ((UINT8 *) Descriptor) + sizeof (AML_RESOURCE_ADDRESS16); in RsDoWordIoDescriptor() 213 Descriptor->Address16.ResourceLength = (UINT16) in RsDoWordIoDescriptor() 225 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 0, 1); in RsDoWordIoDescriptor() 230 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 2, 0); in RsDoWordIoDescriptor() 237 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 3, 0); in RsDoWordIoDescriptor() 244 RsSetFlagBits (&Descriptor->Address16.Flags, InitializerOp, 1, 0); in RsDoWordIoDescriptor() [all …]
|
| H A D | aslrestype1.c | 187 AML_RESOURCE *Descriptor; in RsDoEndTagDescriptor() local 193 Descriptor = Rnode->Buffer; in RsDoEndTagDescriptor() 194 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG | in RsDoEndTagDescriptor() 196 Descriptor->EndTag.Checksum = 0; in RsDoEndTagDescriptor() 217 AML_RESOURCE *Descriptor; in RsDoEndDependentDescriptor() local 223 Descriptor = Rnode->Buffer; in RsDoEndDependentDescriptor() 224 Descriptor->EndDpf.DescriptorType = in RsDoEndDependentDescriptor() 246 AML_RESOURCE *Descriptor; in RsDoMemory24Descriptor() local 260 Descriptor = Rnode->Buffer; in RsDoMemory24Descriptor() 261 Descriptor->Memory24.DescriptorType = ACPI_RESOURCE_NAME_MEMORY24; in RsDoMemory24Descriptor() [all …]
|
| H A D | aslrestype1i.c | 185 AML_RESOURCE *Descriptor; in RsDoDmaDescriptor() local 198 Descriptor = Rnode->Buffer; in RsDoDmaDescriptor() 199 Descriptor->Dma.DescriptorType = in RsDoDmaDescriptor() 210 RsSetFlagBits (&Descriptor->Dma.Flags, InitializerOp, 5, 0); in RsDoDmaDescriptor() 217 RsSetFlagBits (&Descriptor->Dma.Flags, InitializerOp, 2, 0); in RsDoDmaDescriptor() 224 RsSetFlagBits (&Descriptor->Dma.Flags, InitializerOp, 0, 0); in RsDoDmaDescriptor() 284 Descriptor->Dma.DmaChannelMask = DmaChannelMask; in RsDoDmaDescriptor() 305 AML_RESOURCE *Descriptor; in RsDoFixedDmaDescriptor() local 316 Descriptor = Rnode->Buffer; in RsDoFixedDmaDescriptor() 317 Descriptor->FixedDma.DescriptorType = in RsDoFixedDmaDescriptor() [all …]
|
| H A D | aslrestype2.c | 183 AML_RESOURCE *Descriptor; in RsDoGeneralRegisterDescriptor() local 194 Descriptor = Rnode->Buffer; in RsDoGeneralRegisterDescriptor() 195 Descriptor->GenericReg.DescriptorType = ACPI_RESOURCE_NAME_GENERIC_REGISTER; in RsDoGeneralRegisterDescriptor() 196 Descriptor->GenericReg.ResourceLength = 12; in RsDoGeneralRegisterDescriptor() 206 Descriptor->GenericReg.AddressSpaceId = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 213 Descriptor->GenericReg.BitWidth = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 220 Descriptor->GenericReg.BitOffset = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 227 Descriptor->GenericReg.Address = InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 234 Descriptor->GenericReg.AccessSize = (UINT8) InitializerOp->Asl.Value.Integer; in RsDoGeneralRegisterDescriptor() 238 if (Descriptor->GenericReg.AddressSpaceId == ACPI_ADR_SPACE_PLATFORM_COMM) in RsDoGeneralRegisterDescriptor() [all …]
|
| /illumos-gate/usr/src/common/acpica/utilities/ |
| H A D | uttrack.c | 757 ACPI_DESCRIPTOR *Descriptor; in AcpiUtDumpAllocations() local 789 Descriptor = ACPI_CAST_PTR ( in AcpiUtDumpAllocations() 796 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations() 803 if (ACPI_GET_DESCRIPTOR_TYPE (Descriptor) != in AcpiUtDumpAllocations() 807 Descriptor, Element->Size, Element->Module, in AcpiUtDumpAllocations() 808 Element->Line, AcpiUtGetDescriptorName (Descriptor)); in AcpiUtDumpAllocations() 814 switch (ACPI_GET_DESCRIPTOR_TYPE (Descriptor)) in AcpiUtDumpAllocations() 852 AcpiUtGetTypeName (Descriptor->Object.Common.Type), in AcpiUtDumpAllocations() 853 Descriptor->Object.Common.ReferenceCount); in AcpiUtDumpAllocations() 859 Descriptor->Op.Asl.AmlOpcode); in AcpiUtDumpAllocations() [all …]
|
| /illumos-gate/usr/src/cmd/sgs/rtld/mdbmod/common/ |
| H A D | rtld.msg | 499 @ MSG_BND_DCD "Display a Binding Descriptor" 518 \tBinding Descriptor located at: 0xff3b0410\n\ 619 \t Group Descriptor located at: 0xff3b12d4\n\ 623 \t Group Descriptor located at: 0xff3b12dc\n\ 627 \t Group Descriptor located at: 0xff3b12e4\n\ 662 \t Group Descriptor located at: 0xff3b12d4\n\ 666 \t Group Descriptor located at: 0xff3b12dc\n\ 670 \t Group Descriptor located at: 0xff3b12e4\n\ 710 @ MSG_GRPDESC_DCD "Display a Group Descriptor" 712 @ MSG_GRPDESC_LINE1 "Group Descriptor located at: 0x%0?p\n" [all …]
|
| /illumos-gate/usr/src/boot/efi/include/Protocol/ |
| H A D | Dhcp6.h | 264 EFI_DHCP6_IA_DESCRIPTOR Descriptor; member
|
| /illumos-gate/usr/src/uts/common/io/usb/hcd/ |
| H A D | README | 103 Ex: Assuming ED (Endpoint Descriptor)/TD's (Transfer Descriptor) are not
|
| /illumos-gate/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | liblddbg.msg | 627 @ MSG_ECR_TITLE "Segment Entrance Criteria Descriptor List" 918 @ MSG_SEG_DESC_INUSE "Program Header / Segment Descriptor List (in use)" 919 @ MSG_SEG_DESC_AVAIL "Program Header / Segment Descriptor List (available)"
|
| /illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpi/ |
| H A D | mpi2_ioc.h | 1198 MPI2_EVENT_HBD_DESCRIPTOR Descriptor; /* 0x08 */ member
|
| H A D | mpi2_history.txt | 424 * depth for the Reply Descriptor Post Queue.
|
| /illumos-gate/usr/src/uts/common/smbsrv/ndl/ |
| H A D | srvsvc.ndl | 1466 * IN Security Descriptor (looks like):
|
| /illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
| H A D | idsconfig.sh | 97 A Add a Service Search Descriptor
|
| /illumos-gate/usr/src/uts/intel/io/acpica/ |
| H A D | changes.txt | 4239 access named Resource Descriptor fields. For example, if a resource field 5254 Descriptor Table). 7112 Descriptor. 7116 Handles the case for the Interrupt Resource Descriptor where 8298 Fixed a compilation problem with the pre-defined Resource Descriptor 9295 Implemented support for a Descriptor Name as the last parameter to the 10937 Space Descriptor" string, indicating interpreter support for the
|
| /illumos-gate/usr/src/data/hwdata/ |
| H A D | usb.ids | 24140 # List of HID Descriptor Types 24149 # List of HID Descriptor Item Types 24183 # List of Physical Descriptor Bias Types 24194 # List of Physical Descriptor Item Types 25585 # HID Descriptor bCountryCode
|