Home
last modified time | relevance | path

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

/xen/xen/tools/kconfig/
A Dlkc.h23 #ifndef CONFIG_
24 #define CONFIG_ "CONFIG_" macro
28 return getenv( "CONFIG_" ) ?: CONFIG_; in CONFIG_prefix()
30 #undef CONFIG_
31 #define CONFIG_ CONFIG_prefix() macro
A Dconfdata.c417 if (memcmp(line + 2, CONFIG_, strlen(CONFIG_))) in conf_read_simple()
419 p = strchr(line + 2 + strlen(CONFIG_), ' '); in conf_read_simple()
426 sym = sym_find(line + 2 + strlen(CONFIG_)); in conf_read_simple()
448 } else if (memcmp(line, CONFIG_, strlen(CONFIG_)) == 0) { in conf_read_simple()
449 p = strchr(line + strlen(CONFIG_), '='); in conf_read_simple()
460 sym = sym_find(line + strlen(CONFIG_)); in conf_read_simple()
469 conf_touch_dep(line + strlen(CONFIG_)); in conf_read_simple()
602 CONFIG_, sym->name); in kconfig_print_symbol()
661 CONFIG_, sym->name, suffix); in header_print_symbol()
671 CONFIG_, sym->name, prefix, value); in header_print_symbol()
[all …]
A Dmerge_config.sh40 CONFIG_PREFIX=${CONFIG_-CONFIG_}
A Dmconf.c403 "(with or without \"%s\")", CONFIG_); in search_conf()
423 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
424 dialog_input += strlen(CONFIG_); in search_conf()
A Dnconf.c701 "(with or without \"%s\")", CONFIG_); in search_conf()
722 if (strncasecmp(dialog_input_result, CONFIG_, strlen(CONFIG_)) == 0) in search_conf()
723 dialog_input += strlen(CONFIG_); in search_conf()
A Dconf.c430 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
434 printf("%s%s=%s\n", CONFIG_, sym->name, str); in check_conf()
A DMakefile24 unexport CONFIG_
A Dmenu.c861 str_printf(help, "%s%s:\n\n", CONFIG_, sym->name); in menu_get_ext_help()
/xen/docs/misc/
A Dkconfig.rst49 `CONFIG_`
51 If you set `CONFIG_` in the environment, Kconfig will prefix all symbols
53 `CONFIG_`.
A Dhypfs-paths.pandoc58 * CONFIG_* -- Path is valid only in case the hypervisor was built with
/xen/docs/misc/xen-makefiles/
A Dmakefiles.rst69 It is good practice to use a `CONFIG_` variable when assigning directory
71 corresponding `CONFIG_` option is 'y'.
/xen/
A DConfig.mk30 CONFIG_$(XEN_OS) := y

Completed in 16 milliseconds