Searched refs:invocation (Results 1 – 4 of 4) sorted by relevance
343 char *invocation = help->invocation; in acpi_db_match_command_help() local348 if (*invocation != ' ') { in acpi_db_match_command_help()352 while (*invocation == ' ') { in acpi_db_match_command_help()353 invocation++; in acpi_db_match_command_help()358 while ((*command) && (*invocation) && (*invocation != ' ')) { in acpi_db_match_command_help()359 if (tolower((int)*command) != tolower((int)*invocation)) { in acpi_db_match_command_help()363 invocation++; in acpi_db_match_command_help()371 acpi_os_printf("%-38s : %s", help->invocation, in acpi_db_match_command_help()400 while (next->invocation) { in acpi_db_display_command_info()434 while (next->invocation) { in acpi_db_display_help()[all …]
29 char *invocation; /* Command Invocation */ member
10 and remote method invocation.
89 static int invocation; in dprintk() local103 invocation = 0; in dprintk()106 pr_debug("%1lu.%02d USB: %pV", prevticks, invocation++, &vaf); in dprintk()