Lines Matching refs:help

767 					   kp->name, kp->usage, kp->help);
797 mp->help = kdb_strdup(argv[3], GFP_KDB);
798 if (!mp->help)
804 if (mp->help[0] == '"') {
805 strcpy(mp->help, argv[3]+1);
806 mp->help[strlen(mp->help)-1] = '\0';
2412 * kdb_help - This function implements the 'help' and '?' commands.
2430 kt->usage, space, kt->help);
2608 * display help for the use of cmd | grep pattern
2640 kdb_printf("Duplicate kdb cmd: %s, func %p help %s\n",
2641 cmd->name, cmd->func, cmd->help);
2681 .help = "Display Memory Contents, also mdWcN, e.g. md8c1",
2688 .help = "Display Raw Memory",
2694 .help = "Display Physical Memory",
2700 .help = "Display Memory Symbolically",
2706 .help = "Modify Memory Contents",
2712 .help = "Continue Execution",
2720 .help = "Display Registers",
2726 .help = "Modify Registers",
2732 .help = "Display exception frame",
2738 .help = "Stack traceback",
2745 .help = "Display stack for process <pid>",
2751 .help = "Backtrace all processes whose state matches",
2757 .help = "Backtrace current process on each cpu",
2763 .help = "Backtrace process given its struct task address",
2769 .help = "Show environment variables",
2775 .help = "Set environment variables",
2778 { .name = "help",
2781 .help = "Display Help Message",
2788 .help = "Display Help Message",
2794 .help = "Switch to new cpu",
2800 .help = "Enter kgdb mode",
2806 .help = "Display active task list",
2812 .help = "Switch to another task",
2818 .help = "Reboot the machine immediately",
2825 .help = "List loaded kernel modules",
2833 .help = "Magic SysRq key",
2841 .help = "Display syslog buffer",
2847 .usage = "name \"usage\" \"help\"",
2848 .help = "Define a set of commands, down to endefcmd",
2859 .help = "Send a signal to a process",
2865 .help = "Summarize the system",
2872 .help = "Display per_cpu variables",
2879 .help = "Display help on | grep",
2888 .help = "Disable NMI entry to KDB",