Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dasllookup.c299 if (Node->Flags & ANOBJ_IS_REFERENCED) in LkIsObjectUsed()
H A Daslnamesp.c489 if (Node->Flags & ANOBJ_IS_REFERENCED) in NsDoOneNamespaceObject()
H A Daslxref.c822 Node->Flags |= ANOBJ_IS_REFERENCED; in XfNamespaceLocateBegin()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Daclocal.h335 #define ANOBJ_IS_REFERENCED 0x80 /* iASL only: Object was referenced */ macro