Searched refs:invocation (Results 1 – 3 of 3) sorted by relevance
346 char *invocation = help->invocation; in acpi_db_match_command_help() local351 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 …]
29 char *invocation; /* Command Invocation */ member
10 and remote method invocation.
Completed in 7 milliseconds