| /freebsd-9-stable/sys/contrib/dev/acpica/utilities/ |
| D | utstate.c | 185 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE; in AcpiUtCreateGenericState() 225 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_THREAD; in AcpiUtCreateThreadState() 276 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_UPDATE; in AcpiUtCreateUpdateState() 319 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PACKAGE; in AcpiUtCreatePkgState() 362 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_CONTROL; in AcpiUtCreateControlState()
|
| D | uttrack.c | 585 UINT8 DescriptorType; in AcpiUtDumpAllocations() local 631 DescriptorType = 0; /* Not a valid descriptor type */ in AcpiUtDumpAllocations() 638 DescriptorType = ACPI_DESC_TYPE_OPERAND; in AcpiUtDumpAllocations() 645 DescriptorType = ACPI_DESC_TYPE_PARSER; in AcpiUtDumpAllocations() 652 DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiUtDumpAllocations() 662 switch (DescriptorType) in AcpiUtDumpAllocations()
|
| D | utglobal.c | 321 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiUtInitGlobals()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/compiler/ |
| D | aslrestype1.c | 91 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG | in RsDoEndTagDescriptor() 125 Descriptor->EndDpf.DescriptorType = ACPI_RESOURCE_NAME_END_DEPENDENT | in RsDoEndDependentDescriptor() 163 Descriptor->Memory24.DescriptorType = ACPI_RESOURCE_NAME_MEMORY24; in RsDoMemory24Descriptor() 270 Descriptor->Memory32.DescriptorType = ACPI_RESOURCE_NAME_MEMORY32; in RsDoMemory32Descriptor() 374 Descriptor->FixedMemory32.DescriptorType = ACPI_RESOURCE_NAME_FIXED_MEMORY32; in RsDoMemory32FixedDescriptor() 458 Descriptor->StartDpf.DescriptorType = ACPI_RESOURCE_NAME_START_DEPENDENT | in RsDoStartDependentDescriptor() 544 Descriptor->StartDpf.DescriptorType = ACPI_RESOURCE_NAME_START_DEPENDENT | in RsDoStartDependentNoPriDescriptor() 604 Descriptor->VendorSmall.DescriptorType = ACPI_RESOURCE_NAME_VENDOR_SMALL; in RsDoVendorSmallDescriptor() 642 Descriptor->VendorSmall.DescriptorType |= (UINT8) i; in RsDoVendorSmallDescriptor()
|
| D | aslrestype1i.c | 93 Descriptor->Dma.DescriptorType = ACPI_RESOURCE_NAME_DMA | in RsDoDmaDescriptor() 213 Descriptor->Io.DescriptorType = ACPI_RESOURCE_NAME_FIXED_IO | in RsDoFixedIoDescriptor() 297 Descriptor->Io.DescriptorType = ACPI_RESOURCE_NAME_IO | in RsDoIoDescriptor() 409 Descriptor->Irq.DescriptorType = ACPI_RESOURCE_NAME_IRQ | in RsDoIrqDescriptor() 530 Descriptor->Irq.DescriptorType = ACPI_RESOURCE_NAME_IRQ | in RsDoIrqNoFlagsDescriptor()
|
| D | aslrestype2.c | 90 Descriptor->GenericReg.DescriptorType = ACPI_RESOURCE_NAME_GENERIC_REGISTER; in RsDoGeneralRegisterDescriptor() 220 Descriptor->ExtendedIrq.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_IRQ; in RsDoInterruptDescriptor() 390 ASL_RESDESC_OFFSET (ExtendedIrq.DescriptorType)) in RsDoInterruptDescriptor() 441 Descriptor->VendorLarge.DescriptorType = ACPI_RESOURCE_NAME_VENDOR_LARGE; in RsDoVendorLargeDescriptor()
|
| D | aslrestype2e.c | 96 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64; in RsDoExtendedIoDescriptor() 269 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64; in RsDoExtendedMemoryDescriptor() 450 Descriptor->ExtAddress64.DescriptorType = ACPI_RESOURCE_NAME_EXTENDED_ADDRESS64; in RsDoExtendedSpaceDescriptor()
|
| D | aslrestype2w.c | 100 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16; in RsDoWordIoDescriptor() 322 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16; in RsDoWordBusNumberDescriptor() 528 Descriptor->Address16.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS16; in RsDoWordSpaceDescriptor()
|
| D | aslrestype2d.c | 100 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32; in RsDoDwordIoDescriptor() 331 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32; in RsDoDwordMemoryDescriptor() 567 Descriptor->Address32.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS32; in RsDoDwordSpaceDescriptor()
|
| D | aslrestype2q.c | 100 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64; in RsDoQwordIoDescriptor() 322 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64; in RsDoQwordMemoryDescriptor() 552 Descriptor->Address64.DescriptorType = ACPI_RESOURCE_NAME_ADDRESS64; in RsDoQwordSpaceDescriptor()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/resources/ |
| D | rsutils.c | 241 if (Aml->SmallHeader.DescriptorType & ACPI_RESOURCE_NAME_LARGE) in AcpiRsSetResourceLength() 251 Aml->SmallHeader.DescriptorType = (UINT8) in AcpiRsSetResourceLength() 255 ((Aml->SmallHeader.DescriptorType & ~ACPI_RESOURCE_NAME_SMALL_LENGTH_MASK) in AcpiRsSetResourceLength() 281 UINT8 DescriptorType, in AcpiRsSetResourceHeader() argument 290 Aml->SmallHeader.DescriptorType = DescriptorType; in AcpiRsSetResourceHeader()
|
| D | rsio.c | 218 AML_OFFSET (StartDpf.DescriptorType),
|
| D | rsirq.c | 81 AML_OFFSET (Irq.DescriptorType),
|
| /freebsd-9-stable/sys/contrib/dev/acpica/include/ |
| D | amlresrc.h | 124 UINT8 DescriptorType; 221 UINT8 DescriptorType;\ 381 UINT8 DescriptorType; member
|
| D | acobject.h | 84 … UINT8 DescriptorType; /* To differentiate various internal objs */\ 567 UINT8 DescriptorType; /* To differentiate various internal objs */ member
|
| D | aclocal.h | 182 UINT8 DescriptorType; /* Differentiate object descriptor types */ member 597 UINT8 DescriptorType; /* To differentiate various internal objs */\ 797 UINT8 DescriptorType; /* To differentiate various internal objs */\
|
| D | acstruct.h | 81 UINT8 DescriptorType; /* To differentiate various internal objs */ member
|
| D | acresrc.h | 312 UINT8 DescriptorType,
|
| D | acmacros.h | 283 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType) 284 #define ACPI_SET_DESCRIPTOR_TYPE(d, t) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType = …
|
| /freebsd-9-stable/sys/contrib/dev/acpica/parser/ |
| D | psscope.c | 129 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE; in AcpiPsInitScope() 176 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PSCOPE; in AcpiPsPushScope()
|
| D | psutils.c | 105 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER; in AcpiPsInitOp()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/dispatcher/ |
| D | dswstate.c | 265 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RESULT; in AcpiDsResultStackPush() 621 WalkState->DescriptorType = ACPI_DESC_TYPE_WALK; in AcpiDsCreateWalkState() 796 if (WalkState->DescriptorType != ACPI_DESC_TYPE_WALK) in AcpiDsDeleteWalkState()
|
| D | dsmthdat.c | 117 WalkState->Arguments[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit() 129 WalkState->LocalVariables[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit()
|
| D | dswscope.c | 146 ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE; in AcpiDsScopeStackPush()
|
| /freebsd-9-stable/sys/contrib/dev/acpica/events/ |
| D | evmisc.c | 194 NotifyInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY; in AcpiEvQueueNotifyRequest()
|