Home
last modified time | relevance | path

Searched refs:AOPOBJ_AML_CONSTANT (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacobject.h202 #define AOPOBJ_AML_CONSTANT 0x01 /* Integer is an AML constant */ macro
/illumos-gate/usr/src/common/acpica/executer/
H A Dexstore.c246 if (DestDesc->Common.Flags & AOPOBJ_AML_CONSTANT) in AcpiExStore()
H A Dexresop.c211 AOPOBJ_AML_CONSTANT)) in AcpiExCheckObjectType()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c554 ObjDesc->Common.Flags = AOPOBJ_AML_CONSTANT; in AcpiDsInitObjectFromOp()