Home
last modified time | relevance | path

Searched refs:mode (Results 1 – 25 of 30) sorted by relevance

12

/scripts/coccinelle/misc/
Dboolconv.cocci15 // For patch mode
43 // For context mode
72 // For org mode
83 // For report mode
Dstruct_size.cocci25 // For context mode
37 // For patch mode
50 // For org and report mode
Dbadty.cocci22 // For context mode
36 // For patch mode
51 // For org and report mode
Dnewline_in_nl_msg.cocci38 // For context mode
49 // For org mode
64 // For report mode
Darray_size.cocci25 // For context mode
41 // For patch mode
60 // For org and report mode
Dadd_namespace.cocci28 // Dummy rule for report mode that would otherwise be empty and make spatch
Dcond_no_effect.cocci22 // user-mode SHcompact yet, and for a kernel fault, this would
/scripts/coccinelle/api/
Dvma_pages.cocci15 // For context mode
25 // For patch mode
36 // For org mode
Dpm_runtime.cocci49 // For context mode
65 // For patch mode
82 // For org and report mode
Dresource_size.cocci23 // For context mode
33 // For patch mode
44 // For org mode
/scripts/kconfig/
Dqconf.cc113 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu()
213 if (list->mode != fullMode) in init()
305 showName(false), mode(singleMode), optMode(normalOpt), in ConfigList()
415 if (mode == menuMode && type == P_MENU) in updateSelection()
425 if (mode != listMode) in updateList()
440 if (rootEntry != &rootmenu && (mode == singleMode || in updateList()
441 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList()
447 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList()
621 switch (mode) { in updateMenuList()
643 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList()
[all …]
Dmconf.c929 char *mode; in main() local
943 mode = getenv("MENUCONFIG_MODE"); in main()
944 if (mode) { in main()
945 if (!strcasecmp(mode, "single_menu")) in main()
Dconf.c175 static void conf_set_all_new_symbols(enum conf_def_mode mode) in conf_set_all_new_symbols() argument
187 if (mode == def_random) { in conf_set_all_new_symbols()
242 if (mode == def_random) in conf_set_all_new_symbols()
247 switch (mode) { in conf_set_all_new_symbols()
Dnconf.c1479 char *mode; in main() local
1489 mode = getenv("NCONFIG_MODE"); in main()
1490 if (mode) { in main()
1491 if (!strcasecmp(mode, "single_menu")) in main()
/scripts/dtc/
Dfdtget.c33 enum display_mode mode; /* display mode that we are using */ member
198 switch (disp->mode) { in show_data_for_item()
300 disp.mode = MODE_SHOW_VALUE; in main()
318 disp.mode = MODE_LIST_PROPS; in main()
323 disp.mode = MODE_LIST_SUBNODES; in main()
/scripts/coccinelle/api/alloc/
Dpool_zalloc-simple.cocci17 // For context mode
30 // For patch mode
56 // For org and report mode
Dalloc_cast.cocci42 // For context mode
65 // For patch mode
88 // For org and report mode
Dzalloc-simple.cocci27 // For context mode
44 // For patch mode
141 // For org mode
/scripts/kconfig/tests/
Dconftest.py39 def _run_conf(self, mode, dot_config=None, out_file='.config', argument
51 command = [CONF_PATH, mode, 'Kconfig']
157 def _allconfig(self, mode, all_config, extra_env={}): argument
162 return self._run_conf('--{}config'.format(mode), extra_env=extra_env)
/scripts/
DMakefile.randstruct9 += -fplugin-arg-randomize_layout_plugin-performance-mode
Dtags.sh222 local mode=$1 lang tmp=() r
233 if test "$mode" = "exuberant"; then
Dget_abi.pl92 my $mode = (stat($file))[2];
93 return if ($mode & S_IFDIR);
643 my $mode = (lstat($file))[2];
667 if (S_ISLNK($mode)) {
672 return if (S_ISDIR($mode));
Dget_feat.pl95 my $mode = (stat($file))[2];
96 return if ($mode & S_IFDIR);
/scripts/package/
Dbuilddeb150 linux-image-*|user-mode-linux-*)
/scripts/gcc-plugins/
Dgcc-common.h474 #define SET_DECL_MODE(decl, mode) DECL_MODE(decl) = (mode) argument

12