Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutstate.c143 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE; in AcpiUtCreateGenericState()
183 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_THREAD; in AcpiUtCreateThreadState()
234 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_UPDATE; in AcpiUtCreateUpdateState()
276 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PACKAGE; in AcpiUtCreatePkgState()
319 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_CONTROL; in AcpiUtCreateControlState()
H A Duttrack.c654 UINT8 DescriptorType; in AcpiUtDumpAllocations() local
702 DescriptorType = 0; /* Not a valid descriptor type */ in AcpiUtDumpAllocations()
710 DescriptorType = ACPI_DESC_TYPE_OPERAND; in AcpiUtDumpAllocations()
718 DescriptorType = ACPI_DESC_TYPE_PARSER; in AcpiUtDumpAllocations()
726 DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiUtDumpAllocations()
737 switch (DescriptorType) in AcpiUtDumpAllocations()
H A Dutinit.c241 AcpiGbl_RootNodeStruct.DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiUtInitGlobals()
/titanic_41/usr/src/uts/intel/io/acpica/resources/
H A Drsutils.c250 if (Aml->SmallHeader.DescriptorType & ACPI_RESOURCE_NAME_LARGE) in AcpiRsSetResourceLength()
263 Aml->SmallHeader.DescriptorType = (UINT8) in AcpiRsSetResourceLength()
264 ((Aml->SmallHeader.DescriptorType & in AcpiRsSetResourceLength()
290 UINT8 DescriptorType, in AcpiRsSetResourceHeader() argument
299 Aml->SmallHeader.DescriptorType = DescriptorType; in AcpiRsSetResourceHeader()
H A Drsio.c216 AML_OFFSET (StartDpf.DescriptorType),
H A Drsirq.c79 AML_OFFSET (Irq.DescriptorType),
/titanic_41/usr/src/uts/intel/io/acpica/parser/
H A Dpsscope.c128 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RPSCOPE; in AcpiPsInitScope()
175 Scope->Common.DescriptorType = ACPI_DESC_TYPE_STATE_PSCOPE; in AcpiPsPushScope()
H A Dpsutils.c104 Op->Common.DescriptorType = ACPI_DESC_TYPE_PARSER; in AcpiPsInitOp()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Damlresrc.h151 UINT8 DescriptorType;
258 UINT8 DescriptorType;\
542 UINT8 DescriptorType; member
H A Dacobject.h83 … UINT8 DescriptorType; /* To differentiate various internal objs */\
576 UINT8 DescriptorType; /* To differentiate various internal objs */ member
H A Daclocal.h188 UINT8 DescriptorType; /* Differentiate object descriptor types */ member
675 UINT8 DescriptorType; /* To differentiate various internal objs */\
909 UINT8 DescriptorType; /* To differentiate various internal objs */\
H A Dacstruct.h76 UINT8 DescriptorType; /* To differentiate various internal objs */ member
H A Dacmacros.h335 #define ACPI_GET_DESCRIPTOR_TYPE(d) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType)
336 #define ACPI_SET_DESCRIPTOR_TYPE(d, t) (((ACPI_DESCRIPTOR *)(void *)(d))->Common.DescriptorType = …
H A Dacresrc.h344 UINT8 DescriptorType,
/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddswstate.c262 State->Common.DescriptorType = ACPI_DESC_TYPE_STATE_RESULT; in AcpiDsResultStackPush()
618 WalkState->DescriptorType = ACPI_DESC_TYPE_WALK; in AcpiDsCreateWalkState()
794 if (WalkState->DescriptorType != ACPI_DESC_TYPE_WALK) in AcpiDsDeleteWalkState()
H A Ddsmthdat.c117 WalkState->Arguments[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit()
130 WalkState->LocalVariables[i].DescriptorType = ACPI_DESC_TYPE_NAMED; in AcpiDsMethodDataInit()
H A Ddswscope.c145 ScopeInfo->Common.DescriptorType = ACPI_DESC_TYPE_STATE_WSCOPE; in AcpiDsScopeStackPush()
/titanic_41/usr/src/uts/intel/io/acpica/events/
H A Devmisc.c174 Info->Common.DescriptorType = ACPI_DESC_TYPE_STATE_NOTIFY; in AcpiEvQueueNotifyRequest()
/titanic_41/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c132 if (greg->DescriptorType != in cpu_acpi_cache_ctrl_regs()
/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_ioc.h1115 U8 DescriptorType; /* 0x00 */ member