Lines Matching defs:help
30 const struct acpi_db_command_help *help);
194 * of help to output for the command.
253 {1, " Help [Command]", "This help screen or individual command\n"},
330 * help - Help table entry to attempt match
334 * DESCRIPTION: Attempt to match a command in the help table in order to
335 * print help information for a single command.
341 const struct acpi_db_command_help *help)
343 char *invocation = help->invocation;
346 /* Valid commands in the help table begin with a couple of spaces */
367 /* Print the appropriate number of help lines */
369 line_count = help->line_count;
371 acpi_os_printf("%-38s : %s", help->invocation,
372 help->description);
373 help++;
390 * DESCRIPTION: Display help information for a Debugger command.
414 * PARAMETERS: command - Optional command string to display help.
416 * help strings are displayed
420 * DESCRIPTION: Display help for a single debugger command, or all of them.
430 /* No argument to help, display help for all commands */
442 /* Display help for all commands that match the substring */