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 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]
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 211 struct acpi_namespace_node Arguments[ACPI_METHOD_NUM_ARGS]; /* Control method arguments */
aclocal.h 478 * ParamCount - Number of arguments to the method
865 UINT32 ArgCount; /* Number of fixed arguments */
891 * AML arguments
988 UINT32 ParseArgs; /* Grammar/Parse time arguments */
989 UINT32 RuntimeArgs; /* Interpret time arguments */
1015 union acpi_parse_object *Arg; /* arguments and contained ops */
1547 * Arguments to be passed to method for the commands Threads and
1548 * Background. Note, ACPI specifies a maximum of 7 arguments (0 - 6).
1557 char *Arguments[ACPI_METHOD_NUM_ARGS];

Completed in 14 milliseconds