Searched refs:help (Results 1 – 25 of 81) sorted by relevance
1234
/xen/xen/ |
A D | Kconfig.debug | 7 ---help--- 19 ---help--- 27 ---help--- 34 ---help--- 41 ---help--- 50 ---help--- 58 ---help--- 66 ---help--- 72 ---help--- 81 ---help--- [all …]
|
A D | Kconfig | 39 help 51 ---help---
|
/xen/xen/drivers/char/ |
A D | Kconfig | 4 help 11 help 19 help 27 help 35 help 43 help 51 help 59 help 66 help
|
/xen/xen/tools/kconfig/tests/auto_submenu/ |
A D | Kconfig | 11 help 17 help 25 help 31 help 44 help 50 help
|
/xen/xen/arch/arm/platforms/ |
A D | Kconfig | 4 ---help--- 11 ---help--- 20 ---help--- 29 ---help--- 37 ---help--- 42 ---help---
|
/xen/xen/tools/kconfig/tests/new_choice_with_dep/ |
A D | Kconfig | 5 help 11 help 19 help 36 help
|
/xen/xen/arch/x86/ |
A D | Kconfig | 48 ---help--- 60 ---help--- 95 ---help--- 108 ---help--- 140 ---help--- 152 ---help--- 171 ---help--- 181 ---help--- 188 ---help--- 206 ---help--- [all …]
|
/xen/xen/common/ |
A D | Kconfig | 6 help 17 ---help--- 43 ---help--- 77 ---help--- 122 ---help--- 135 ---help--- 146 ---help--- 167 ---help--- 178 ---help--- 191 ---help--- [all …]
|
/xen/tools/python/scripts/ |
A D | verify-stream-v2 | 116 help = "Stream to verify (defaults to stdin)") 118 help = "Summarise stream contents") 120 help = "Suppress all logging/errors") 124 help = "Format of the incoming stream (defaults to libxc)") 126 help = "Log to syslog instead of stdout")
|
A D | convert-legacy-stream | 646 help = "Legacy input to convert") 648 help = "v2 (or later) format output") 651 help = "Legacy toolstack bitness") 654 help = "Type of guest in stream") 660 help = "Desired format of the outgoing stream " \ 663 help = "Summarise stream contents") 665 help = ("Is an `xl` header present in the stream?" 668 help = ("Skip processing of the qemu tail?" 671 help = "Log to syslog instead of stdout")
|
/xen/xen/common/sched/ |
A D | Kconfig | 7 ---help--- 13 ---help--- 20 ---help--- 28 ---help--- 35 ---help---
|
/xen/tools/xenmon/ |
A D | xenmon.py | 80 default = "log", help="prefix to use for output files") 86 help="interval for logging (in ms)") 89 help = "determines how many ms worth of data goes in a sample") 91 help = "specifies which cpu to display data for") 94 default=False, help="Display allocated time for each domain") 99 default=True, help="Display blocked time for each domain") 101 default=True, help="Don't display blocked time for each domain") 104 default=True, help="Display waiting time for each domain") 109 default=False, help="Display execution count for each domain") 113 default=False, help="Display I/O count for each domain") [all …]
|
/xen/xen/arch/arm/ |
A D | Kconfig | 4 help 37 ---help--- 46 ---help--- 85 help 94 help 111 help 126 help 148 help 171 help 193 help [all …]
|
A D | Kconfig.debug | 4 help 23 help 37 help 51 help 65 help 79 help 92 help 105 help 232 help 250 help [all …]
|
/xen/tools/misc/ |
A D | xenpvnetboot | 186 help='The base url for kernel and ramdisk files.') 188 help='The kernel image file.') 190 help='The initial ramdisk file.') 192 help='Arguments pass to the kernel.') 194 help='Redirect output to this file instead of stdout.') 196 help='Output directory.') 198 help='Output format: sxp, simple or simple0.') 200 help='Be quiet.')
|
/xen/tools/hotplug/Linux/ |
A D | external-device-migrate | 41 -help : display this help screen 66 -help) ext_dev_migrate_usage; exit 0;;
|
/xen/tools/xl/ |
A D | xl_flask.c | 52 help("setenforce"); in main_setenforce() 67 help("setenforce"); in main_setenforce() 93 help("loadpolicy"); in main_loadpolicy()
|
A D | xl_utils.c | 163 help(helpstr); in def_getopt() 170 help(helpstr); in def_getopt() 179 help(helpstr); in def_getopt()
|
A D | xl_psr.c | 277 help("psr-cmt-show"); in main_psr_cmt_show() 286 help("psr-cmt-show"); in main_psr_cmt_show() 548 help("psr-mba-show"); in main_psr_mba_show() 597 help("psr-mba-set"); in main_psr_mba_set() 708 help("psr-cat-set"); in main_psr_cat_cbm_set() 743 help("psr-cat-show"); in main_psr_cat_show()
|
/xen/xen/tools/kconfig/ |
A D | parser.y | 173 | config_option_list help 265 | choice_option_list help 398 help: help_start T_HELPTEXT 400 if (current_entry->help) { 401 free(current_entry->help); 411 current_entry->help = $2; 675 if (menu->help) { in print_symbol() 676 int len = strlen(menu->help); in print_symbol() 677 while (menu->help[--len] == '\n') in print_symbol() 678 menu->help[len] = 0; in print_symbol() [all …]
|
A D | conf.c | 48 struct gstr help = str_new(); in print_help() local 50 menu_get_ext_help(menu, &help); in print_help() 52 printf("\n%s\n", str_get(&help)); in print_help() 53 str_free(&help); in print_help() 218 goto help; in conf_sym() 224 help: in conf_sym()
|
/xen/xen/drivers/passthrough/ |
A D | Kconfig | 9 ---help--- 19 ---help---
|
/xen/docs/process/ |
A D | RUBRIC | 2 help keep the releases high quality, our release preparation 3 well-organised, and to help avoid errors.
|
/xen/tools/tests/mce-test/tools/ |
A D | README | 9 With the help of the Makefile, it is possible to compile a binary file 24 For detail help, please refer to "./xen-mceinj -h"
|
/xen/scripts/ |
A D | add_maintainers.pl | 206 my $help = 0; 235 'h|help' => \$help, 240 if ($help) {
|
Completed in 44 milliseconds
1234