Home
last modified time | relevance | path

Searched refs:ASL_ARG_REFERENCED (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
HDasllookup.c272 (!(MethodArgs[i].Flags & ASL_ARG_REFERENCED))) in LkIsObjectUsed()
287 (!(MethodArgs[i].Flags & ASL_ARG_REFERENCED))) in LkIsObjectUsed()
HDasltypes.h495 #define ASL_ARG_REFERENCED (1<<4) macro
HDaslxref.c568 MethodArgs[RegisterNumber].Flags |= ASL_ARG_REFERENCED; in XfNamespaceLocateBegin()