/xen-4.10.0-shim-comet/xen/ |
A D | Kconfig.debug | 7 ---help--- 19 ---help--- 26 ---help--- 35 ---help--- 44 ---help--- 51 ---help--- 56 ---help--- 62 ---help--- 68 ---help--- 74 ---help--- [all …]
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | Kconfig | 4 help 11 help 19 help 27 help 35 help 43 help 49 help
|
/xen-4.10.0-shim-comet/tools/xl/ |
A D | xl_tmem.c | 44 help("tmem-list"); in main_tmem_list() 78 help("tmem-freeze"); in main_tmem_freeze() 109 help("tmem-thaw"); in main_tmem_thaw() 155 help("tmem-set"); in main_tmem_set() 166 help("tmem-set"); in main_tmem_set() 209 help("tmem-shared-auth"); in main_tmem_shared_auth() 220 help("tmem-shared-auth"); in main_tmem_shared_auth()
|
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_misc.c | 130 help("sysrq"); in main_sysrq() 280 help("config-update"); in main_config_update() 311 help("create"); in main_config_update()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | Kconfig | 6 help 59 ---help--- 69 ---help--- 83 ---help--- 94 ---help--- 107 ---help--- 120 ---help--- 131 ---help--- 147 ---help--- 168 ---help--- [all …]
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | qcow-create.c | 52 void help(void) in help() function 74 help(); in main() 82 help(); in main() 88 help(); in main()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | Kconfig | 43 ---help--- 65 ---help--- 83 ---help--- 94 ---help--- 114 ---help--- 123 ---help--- 132 ---help--- 141 ---help--- 152 ---help---
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | verify-stream-v2 | 142 help = "Stream to verify (defaults to stdin)") 144 help = "Summarise stream contents") 146 help = "Suppress all logging/errors") 150 help = "Format of the incoming stream (defaults to libxc)") 152 help = "Log to syslog instead of stdout")
|
A D | convert-legacy-stream | 666 help = "Legacy input to convert") 668 help = "v2 format output") 671 help = "Legacy toolstack bitness") 674 help = "Type of guest in stream") 680 help = "Desired format of the outgoing stream " \ 683 help = "Summarise stream contents") 685 help = ("Is an `xl` header present in the stream?" 688 help = ("Skip processing of the qemu tail?" 691 help = "Log to syslog instead of stdout")
|
/xen-4.10.0-shim-comet/tools/xenmon/ |
A D | xenmon.py | 78 default = "log", help="prefix to use for output files") 84 help="interval for logging (in ms)") 87 help = "determines how many ms worth of data goes in a sample") 89 help = "specifies which cpu to display data for") 92 default=False, help="Display allocated time for each domain") 97 default=True, help="Display blocked time for each domain") 99 default=True, help="Don't display blocked time for each domain") 102 default=True, help="Display waiting time for each domain") 107 default=False, help="Display execution count for each domain") 111 default=False, help="Display I/O count for each domain") [all …]
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/tools/hotplug/Linux/ |
A D | external-device-migrate | 41 -help : display this help screen 66 -help) ext_dev_migrate_usage; exit 0;;
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/ |
A D | vhd-util.c | 80 help(void) in help() function 124 help(); in main() 130 help(); in main()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | Kconfig | 4 help 40 ---help--- 56 ---help--- 69 help 91 help 114 help 136 help 155 help
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
A D | zconf.y | 184 | config_option_list help 276 | choice_option_list help 414 help: help_start T_HELPTEXT 416 current_entry->help = $2; 682 if (menu->help) { in print_symbol() 683 int len = strlen(menu->help); in print_symbol() 684 while (menu->help[--len] == '\n') in print_symbol() 685 menu->help[len] = 0; in print_symbol() 686 fprintf(out, " help\n%s\n", menu->help); in print_symbol()
|
A D | zconf.gperf | 24 help, T_HELP, TF_COMMAND 25 ---help---, T_HELP, TF_COMMAND
|
A D | conf.c | 49 struct gstr help = str_new(); in print_help() local 51 menu_get_ext_help(menu, &help); in print_help() 53 printf("\n%s\n", str_get(&help)); in print_help() 54 str_free(&help); in print_help() 224 goto help; in conf_sym() 230 help: in conf_sym()
|
A D | menu.c | 535 return menu->help != NULL; in menu_has_help() 540 if (menu->help) in menu_get_help() 541 return menu->help; in menu_get_help() 684 void menu_get_ext_help(struct menu *menu, struct gstr *help) in menu_get_ext_help() argument 691 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help() 694 str_printf(help, "%s\n", _(help_text)); in menu_get_ext_help() 696 get_symbol_str(help, sym, NULL); in menu_get_ext_help()
|
/xen-4.10.0-shim-comet/docs/misc/ |
A D | kconfig-language.txt | 27 Most entries define a config option; all other entries help to organize 33 help 40 the config option, input prompt, dependencies, help text and default 129 - help text: "help" or "---help---" 130 This defines a help text. The end of the help text is determined by 132 a smaller indentation than the first line of the help text. 133 "---help---" and "help" do not differ in behaviour, "---help---" is 134 used to help visually separate configuration logic from help within 253 line starts with a keyword (except help texts). The following keywords
|
/xen-4.10.0-shim-comet/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-4.10.0-shim-comet/ |
A D | config.sub | 83 help=" 93 --help | --h* | -h ) 100 echo "$me: invalid option $1$help" 114 0) echo "$me: missing argument$help" >&2 117 *) echo "$me: too many arguments$help" >&2
|
/xen-4.10.0-shim-comet/xen/arch/ |
A D | Kconfig | 7 ---help---
|
/xen-4.10.0-shim-comet/xen/drivers/video/ |
A D | Kconfig | 10 ---help---
|