Home | History | Annotate | Download | only in debugger

Lines Matching refs:Help

186     const ACPI_DB_COMMAND_HELP  *Help);
298 {"HELP", 0},
355 * Help for all debugger commands. First argument is the number of lines
356 * of help to output for the command.
405 {1, " Help [Command]", "This help screen or individual command\n"},
477 * Help - Help table entry to attempt match
481 * DESCRIPTION: Attempt to match a command in the help table in order to
482 * print help information for a single command.
489 const ACPI_DB_COMMAND_HELP *Help)
491 const char *Invocation = Help->Invocation;
495 /* Valid commands in the help table begin with a couple of spaces */
520 /* Print the appropriate number of help lines */
522 LineCount = Help->LineCount;
525 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description);
526 Help++;
544 * DESCRIPTION: Display help information for a Debugger command.
575 * PARAMETERS: Command - Optional command string to display help.
577 * help strings are displayed
581 * DESCRIPTION: Display help for a single debugger command, or all of them.
594 /* No argument to help, display help for all commands */
608 /* Display help for all commands that match the substring */