Home | History | Annotate | Download | only in parser

Lines Matching refs:Method

350  *              ArgCount            - If the namepath points to a control method
351 * the method's argument is returned here.
353 * start of a method call
357 * DESCRIPTION: Get next name (if method call, return # of required args).
359 * if the name represents a control method. If a method
360 * is found, the number of arguments to the method is returned.
407 * If this name is a control method invocation, we must
408 * setup the method call
419 * the method invocation namestring, so we need to restore the
420 * saved AML pointer back to the original method invocation
428 /* This name is actually a control method invocation */
432 "Control Method invocation %4.4s - %p Desc %p Path=%p\n",
441 /* Change Arg into a METHOD CALL and attach name to it */
446 /* Point METHODCALL/NAME to the METHOD Node */
454 "Control Method %p has no attached object",
460 "Control Method - %p Args %X\n",
461 Node, MethodDesc->Method.ParamCount));
465 WalkState->ArgCount = MethodDesc->Method.ParamCount;
512 /* Report a control method execution error */
1110 /* Free method call op and corresponding namestring sub-ob */