Home
last modified time | relevance | path

Searched refs:DescriptorType (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-9-stable/sys/contrib/dev/acpica/utilities/
Dutstate.c185 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()
Duttrack.c585 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()
Dutglobal.c321 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiUtInitGlobals()
/freebsd-9-stable/sys/contrib/dev/acpica/compiler/
Daslrestype1.c91 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()
Daslrestype1i.c93 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()
Daslrestype2.c90 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()
Daslrestype2e.c96 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()
Daslrestype2w.c100 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()
Daslrestype2d.c100 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()
Daslrestype2q.c100 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/
Drsutils.c241 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()
Drsio.c218 AML_OFFSET (StartDpf.DescriptorType),
Drsirq.c81 AML_OFFSET (Irq.DescriptorType),
/freebsd-9-stable/sys/contrib/dev/acpica/include/
Damlresrc.h124 UINT8 DescriptorType;
221 UINT8 DescriptorType;\
381 UINT8 DescriptorType; member
Dacobject.h84 … UINT8 DescriptorType; /* To differentiate various internal objs */\
567 UINT8 DescriptorType; /* To differentiate various internal objs */ member
Daclocal.h182 UINT8 DescriptorType; /* Differentiate object descriptor types */ member
597 UINT8 DescriptorType; /* To differentiate various internal objs */\
797 UINT8 DescriptorType; /* To differentiate various internal objs */\
Dacstruct.h81 UINT8 DescriptorType; /* To differentiate various internal objs */ member
Dacresrc.h312 UINT8 DescriptorType,
Dacmacros.h283 #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/
Dpsscope.c129 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE; in AcpiPsInitScope()
176 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PSCOPE; in AcpiPsPushScope()
Dpsutils.c105 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER; in AcpiPsInitOp()
/freebsd-9-stable/sys/contrib/dev/acpica/dispatcher/
Ddswstate.c265 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()
Ddsmthdat.c117 WalkState->Arguments[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit()
129 WalkState->LocalVariables[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit()
Ddswscope.c146 ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE; in AcpiDsScopeStackPush()
/freebsd-9-stable/sys/contrib/dev/acpica/events/
Devmisc.c194 NotifyInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY; in AcpiEvQueueNotifyRequest()

12