Home | History | Annotate | Download | only in debugger

Lines Matching refs:Method

3  * Module Name: dbexec - debugger control method execution
255 * DESCRIPTION: Execute a control method. Used to evaluate objects via the
297 "While parsing method arguments"));
311 /* Do the actual method execution */
327 "Aborting top-level method"));
356 * PARAMETERS: Info - Valid method info
360 * DESCRIPTION: Setup info segment prior to method execution
417 ACPI_EXCEPTION ((AE_INFO, Status, "During setup for method execution"));
474 method. Name is relative to the current
493 if (ObjDesc->Method.ParamCount)
503 /* Do the actual method execution */
524 * PARAMETERS: Name - Name of method to execute
525 * Args - Parameters to the method
531 * DESCRIPTION: Execute a control method. Name is relative to the current
634 &AcpiGbl_DbMethodInfo.Method);
688 AcpiGbl_DbMethodInfo.Method)->Name.Ascii),
731 * AcpiGbl_DbMethodInfo.Arguments will be passed as method arguments.
826 * PARAMETERS: Context - Method info struct
830 * DESCRIPTION: Create one thread and execute a method
874 * PARAMETERS: MethodNameArg - Control method to execute
875 * Arguments - Array of arguments to the method
901 /* Setup method arguments, up to 7 (0-6) */
921 &AcpiGbl_DbMethodInfo.Method);
946 * MethodNameArg - Control method to execute
950 * DESCRIPTION: Create threads to execute method(s)
1049 /* Init arguments to be passed to method */
1074 &AcpiGbl_DbMethodInfo.Method);