Lines Matching +full:openpower +full:- +full:hw +full:- +full:diags
17 * --analyze: Analyze the hardware
18 * --start: Start the attention handler
19 * --stop: Stop the attention handler
20 * --all <on|off>: All attention handling
21 * --vital <on|off>: Vital attention handling
22 * --checkstop <on|off>: Checkstop attention handling
23 * --terminate <on|off>: Terminate Immiediately attention handling
24 * --breakpoints <on|off>: Breakpoint attention handling
26 * Example: openpower-hw-diags --start --vital off
38 printf("openpower-hw-diags <options>\n"); in main()
40 printf(" --analyze: Analyze the hardware\n"); in main()
41 printf(" --start: Start the attention handler\n"); in main()
42 printf(" --stop: Stop the attention handler\n"); in main()
43 printf(" --all <on|off>: All attention handling\n"); in main()
44 printf(" --vital <on|off>: Vital attention handling\n"); in main()
45 printf(" --checkstop <on|off>: Checkstop attention handling\n"); in main()
46 printf(" --terminate <on|off>: Terminate Immediately attention " in main()
48 printf(" --breakpoints <on|off>: Breakpoint attention handling\n"); in main()
56 // the analyzer via command line (--analyze). in main()
61 if (true == getCliOption(argv, argv + argc, "--analyze")) in main()
108 // openpower-hw-diags will become our daemon (it will not exit in main()