Searched refs:ReturnValueOp (Results 1 – 1 of 1) sorted by relevance
207 ACPI_PARSE_OBJECT *ReturnValueOp; in ApCheckForUnexpectedReturnValue() local212 ReturnValueOp = Op->Asl.Child; in ApCheckForUnexpectedReturnValue()213 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_ZERO) in ApCheckForUnexpectedReturnValue()250 ACPI_PARSE_OBJECT *ReturnValueOp; in ApCheckPredefinedReturnValue() local294 ReturnValueOp = Op->Asl.Child; in ApCheckPredefinedReturnValue()295 switch (ReturnValueOp->Asl.ParseOpcode) in ApCheckPredefinedReturnValue()307 ApCheckObjectType (ThisName->Info.Name, ReturnValueOp, in ApCheckPredefinedReturnValue()312 if (ReturnValueOp->Asl.ParseOpcode == PARSEOP_PACKAGE) in ApCheckPredefinedReturnValue()314 ApCheckPackage (ReturnValueOp, ThisName); in ApCheckPredefinedReturnValue()
Completed in 3 milliseconds