Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 211 of file psargs.c.
Referenced by AcpiInstallMethod(), AcpiPsGetNextArg(), and AcpiPsNextParseState().
{ UINT8 *Start = ParserState->Aml; UINT32 PackageLength; ACPI_FUNCTION_TRACE (PsGetNextPackageEnd); /* Function below updates ParserState->Aml */ PackageLength = AcpiPsGetNextPackageLength (ParserState); return_PTR (Start + PackageLength); /* end of package */ }