Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/parser/
H A Dpsscope.c239 Scope->ParseScope.ArgEnd = ParserState->AmlEnd; in AcpiPsInitScope()
240 Scope->ParseScope.PkgEnd = ParserState->AmlEnd; in AcpiPsInitScope()
H A Dpsloop.c464 while ((ParserState->Aml < ParserState->AmlEnd) || (Op)) in AcpiPsParseLoop()
H A Dpsparse.c464 ParserState->Aml = ParserState->AmlEnd; in AcpiPsNextParseState()
/dragonfly/sys/contrib/dev/acpica/source/components/debugger/
H A Ddbutils.c555 WalkState->ParserState.AmlEnd = in AcpiDbSecondPassParse()
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddswstate.c789 WalkState->ParserState.AmlEnd = in AcpiDsInitAmlWalk()
H A Ddswexec.c909 if (WalkState->ParserState.Aml == WalkState->ParserState.AmlEnd) in AcpiDsExecEndOp()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Daclocal.h1212 UINT8 *AmlEnd; /* (last + 1) AML byte */ member