Home
last modified time | relevance | path

Searched refs:CONFIG_ (Results 1 – 8 of 8) sorted by relevance

/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dlkc.h37 #ifndef CONFIG_
38 #define CONFIG_ "CONFIG_" macro
42 return getenv( "CONFIG_" ) ?: CONFIG_; in CONFIG_prefix()
44 #undef CONFIG_
45 #define CONFIG_ CONFIG_prefix() macro
A Dconfdata.c320 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
322 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
329 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
351 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
352 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
363 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
369 sym = sym_lookup(line + strlen(CONFIG_), 0); in conf_read_simple()
496 CONFIG_, sym->name); in kconfig_print_symbol()
555 CONFIG_, sym->name, suffix); in header_print_symbol()
565 CONFIG_, sym->name, prefix, value); in header_print_symbol()
[all …]
A Dmconf.c404 "(with or without \"%s\")"), CONFIG_); in search_conf()
424 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
425 dialog_input += strlen(CONFIG_); in search_conf()
A Dnconf.c699 "(with or without \"%s\")"), CONFIG_); in search_conf()
720 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
721 dialog_input += strlen(CONFIG_); in search_conf()
A DMakefile19 unexport CONFIG_
A Dconf.c434 printf("%s%s\n", CONFIG_, sym->name); in check_conf()
A Dmenu.c691 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
/xen-4.10.0-shim-comet/docs/misc/
A Dkconfig.txt42 CONFIG_
44 If you set CONFIG_ in the environment, Kconfig will prefix all symbols
46 "CONFIG_".

Completed in 13 milliseconds