Lines Matching full:execute
89 * DESCRIPTION: Execute a control method. Used to evaluate objects via the
90 * "EXECUTE" or "EVALUATE" commands.
286 * DESCRIPTION: Execute a control method. Name is relative to the current
331 * PARAMETERS: name - Name of method to execute
338 * DESCRIPTION: Execute a control method. Name is relative to the current
339 * scope. Function used for the "EXECUTE", "EVALUATE", and
393 /* Subcommand to Execute all predefined names in the namespace */ in acpi_db_execute()
401 /* Command (ALL <nameseg>) to execute all methods of a particular name */ in acpi_db_execute()
502 * DESCRIPTION: Debugger execute thread. Waits for a command line, then
607 * DESCRIPTION: Create one thread and execute a method
645 * PARAMETERS: method_name_arg - Control method to execute
711 * method_name_arg - Control method to execute
715 * DESCRIPTION: Create threads to execute method(s)
844 acpi_os_printf("Creating %X threads to execute %X times each\n", in acpi_db_create_execution_threads()