Lines Matching full:arguments
112 /* Pass through any command-line arguments */ in acpi_db_execute_method()
116 /* Get arguments passed on the command line */ in acpi_db_execute_method()
127 "While parsing method arguments")); in acpi_db_execute_method()
517 * acpi_gbl_db_method_info.Arguments will be passed as method arguments. in acpi_db_method_thread()
521 * Note: The arguments we are passing are used by the ASL test suite in acpi_db_method_thread()
538 local_info.args = local_info.arguments; in acpi_db_method_thread()
539 local_info.arguments[0] = local_info.num_threads_str; in acpi_db_method_thread()
540 local_info.arguments[1] = local_info.id_of_thread_str; in acpi_db_method_thread()
541 local_info.arguments[2] = local_info.index_of_thread_str; in acpi_db_method_thread()
542 local_info.arguments[3] = NULL; in acpi_db_method_thread()
646 * arguments - Array of arguments to the method
652 * arguments passed on command line for control methods.
658 char **arguments, acpi_object_type *types) in acpi_db_create_execution_thread() argument
666 acpi_gbl_db_method_info.args = acpi_gbl_db_method_info.arguments; in acpi_db_create_execution_thread()
669 /* Setup method arguments, up to 7 (0-6) */ in acpi_db_create_execution_thread()
671 for (i = 0; (i < ACPI_METHOD_NUM_ARGS) && *arguments; i++) { in acpi_db_create_execution_thread()
672 acpi_gbl_db_method_info.arguments[i] = *arguments; in acpi_db_create_execution_thread()
673 arguments++; in acpi_db_create_execution_thread()
732 /* Get the arguments */ in acpi_db_create_execution_threads()
806 /* Init arguments to be passed to method */ in acpi_db_create_execution_threads()
809 acpi_gbl_db_method_info.args = acpi_gbl_db_method_info.arguments; in acpi_db_create_execution_threads()
810 acpi_gbl_db_method_info.arguments[0] = in acpi_db_create_execution_threads()
812 acpi_gbl_db_method_info.arguments[1] = in acpi_db_create_execution_threads()
814 acpi_gbl_db_method_info.arguments[2] = in acpi_db_create_execution_threads()
816 acpi_gbl_db_method_info.arguments[3] = NULL; in acpi_db_create_execution_threads()