Lines Matching refs:Method
461 * A control method was terminated via a RETURN statement.
462 * The walk of this method is complete.
521 /* A method call (invocation) -- transfer control */
589 /* Executing a control method - additional cleanup */
601 * If executing a method, the starting SyncLevel is this method's
607 WalkState->MethodDesc->Method.SyncLevel;
614 * executing control method.
620 * handles nested control method invocations without recursion.
630 * The ParseLoop executes AML until the method terminates
631 * or calls another method.
645 " Exit nested method",
655 * A method call was detected.
656 * Transfer control to the called control method
665 * If the transfer to the new method method call worked,
677 /* Either the method parse or actual execution failed */
683 WalkState->MethodNode, "Aborting method");
688 ACPI_ERROR_METHOD ("Aborting method",
696 (!(WalkState->MethodDesc->Method.InfoFlags &
700 * Method is not serialized and tried to create an object
701 * twice. The probable cause is that the method cannot
705 WalkState->MethodDesc->Method.InfoFlags |=
719 * If we just returned from the execution of a control method or if we
720 * encountered an error during the method parse phase, there's lots of
749 * If the method return value is not used by the parent,
769 /* Restart the calling control method */
800 * Just completed a 1st-level method, save the final internal return