Home | History | Annotate | Download | only in namespace

Lines Matching refs:Method

177  *              ExternalParams      - List of parameters to pass to a method,
310 * ExternalParams - List of parameters to pass to method,
313 * ReturnBuffer - Where to put method's return value (if
453 /* Check incoming argument count against the method definition */
455 if (Info->ObjDesc->Method.ParamCount > Info->ParamCount)
460 Info->ObjDesc->Method.ParamCount));
466 else if (Info->ObjDesc->Method.ParamCount < Info->ParamCount)
471 Info->ObjDesc->Method.ParamCount));
475 Info->ParamCount = Info->ObjDesc->Method.ParamCount;
480 * method must be converted to internal objects
514 /* Warn if arguments passed to an object that is not a method */
519 "%u arguments were passed to a non-method ACPI object",
777 * nodes created and deleted during control method execution -- these