Home
last modified time | relevance | path

Searched refs:AmlEnd (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/acpica/parser/
H A Dpsscope.c239 Scope->ParseScope.ArgEnd = ParserState->AmlEnd; in AcpiPsInitScope()
240 Scope->ParseScope.PkgEnd = ParserState->AmlEnd; in AcpiPsInitScope()
H A Dpsparse.c464 ParserState->Aml = ParserState->AmlEnd; in AcpiPsNextParseState()
H A Dpsloop.c639 while ((ParserState->Aml < ParserState->AmlEnd) || (Op)) in AcpiPsParseLoop()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddswstate.c789 WalkState->ParserState.AmlEnd = in AcpiDsInitAmlWalk()
H A Ddswexec.c888 if (WalkState->ParserState.Aml == WalkState->ParserState.AmlEnd) in AcpiDsExecEndOp()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h1210 UINT8 *AmlEnd; /* (last + 1) AML byte */ member