Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexstore.c246 if (DestDesc->Common.Flags & AOPOBJ_AML_CONSTANT) in AcpiExStore()
H A Dexresop.c211 AOPOBJ_AML_CONSTANT)) in AcpiExCheckObjectType()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Dacobject.h202 #define AOPOBJ_AML_CONSTANT 0x01 /* Integer is an AML constant */ macro
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddsobject.c551 ObjDesc->Common.Flags = AOPOBJ_AML_CONSTANT; in AcpiDsInitObjectFromOp()