Home | History | Annotate | Download | only in dispatcher

Lines Matching defs:Arguments

514  *              arguments to a control method invocation (a call from one
532 * Method arguments are passed by reference, not by value. This means
576 * "Arguments" and "Targets".
772 Opcode = AML_ZERO_OP; /* Has no arguments! */
854 * DESCRIPTION: Convert an operator's arguments from a parse tree format to
867 ACPI_PARSE_OBJECT *Arguments[ACPI_OBJ_NUM_OPERANDS];
878 /* Get all arguments in the list */
888 Arguments[Index] = Arg;
902 /* Create the interpreter arguments, in reverse order */
908 Arg = Arguments[Index];