Home
last modified time | relevance | path

Searched refs:invocation (Results 1 – 3 of 3) sorted by relevance

/drivers/acpi/acpica/
A Ddbinput.c346 char *invocation = help->invocation; in acpi_db_match_command_help() local
351 if (*invocation != ' ') { in acpi_db_match_command_help()
355 while (*invocation == ' ') { in acpi_db_match_command_help()
356 invocation++; in acpi_db_match_command_help()
361 while ((*command) && (*invocation) && (*invocation != ' ')) { in acpi_db_match_command_help()
362 if (tolower((int)*command) != tolower((int)*invocation)) { in acpi_db_match_command_help()
366 invocation++; in acpi_db_match_command_help()
374 acpi_os_printf("%-38s : %s", help->invocation, in acpi_db_match_command_help()
403 while (next->invocation) { in acpi_db_display_command_info()
437 while (next->invocation) { in acpi_db_display_help()
[all …]
A Dacdebug.h29 char *invocation; /* Command Invocation */ member
/drivers/android/
A DKconfig10 and remote method invocation.

Completed in 7 milliseconds