HomeSort by: relevance | last modified time | path
    Searched defs:Arguments (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/dispatcher/
dsutils.c 406 * arguments to a control method invocation (a call from one
424 * Method arguments are passed by reference, not by value. This means
468 * "Arguments" and "Targets".
664 Opcode = AML_ZERO_OP; /* Has no arguments! */
746 * DESCRIPTION: Convert an operator's arguments from a parse tree format to
759 ACPI_PARSE_OBJECT *Arguments[ACPI_OBJ_NUM_OPERANDS];
770 /* Get all arguments in the list */
780 Arguments[Index] = Arg;
794 /* Create the interpreter arguments, in reverse order */
800 Arg = Arguments[Index]
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 103 struct acpi_namespace_node Arguments[ACPI_METHOD_NUM_ARGS]; /* Control method arguments */
aclocal.h 370 * ParamCount - Number of arguments to the method
757 UINT32 ArgCount; /* Number of fixed arguments */
783 * AML arguments
880 UINT32 ParseArgs; /* Grammar/Parse time arguments */
881 UINT32 RuntimeArgs; /* Interpret time arguments */
907 union acpi_parse_object *Arg; /* arguments and contained ops */
1439 * Arguments to be passed to method for the commands Threads and
1440 * Background. Note, ACPI specifies a maximum of 7 arguments (0 - 6).
1449 char *Arguments[ACPI_METHOD_NUM_ARGS];

Completed in 18 milliseconds