Lines Matching defs:Help
186 const ACPI_DB_COMMAND_HELP *Help);
355 * Help for all debugger commands. First argument is the number of lines
405 {1, " Help [Command]", "This help screen or individual command\n"},
477 * Help - Help table entry to attempt match
489 const ACPI_DB_COMMAND_HELP *Help)
491 char *Invocation = Help->Invocation;
522 LineCount = Help->LineCount;
525 AcpiOsPrintf ("%-38s : %s", Help->Invocation, Help->Description);
526 Help++;