/scripts/coccinelle/misc/ |
D | boolconv.cocci | 15 // For patch mode 43 // For context mode 72 // For org mode 83 // For report mode
|
D | badty.cocci | 22 // For context mode 36 // For patch mode 51 // For org and report mode
|
D | newline_in_nl_msg.cocci | 38 // For context mode 49 // For org mode 64 // For report mode
|
D | array_size.cocci | 25 // For context mode 41 // For patch mode 60 // For org and report mode
|
D | add_namespace.cocci | 28 // Dummy rule for report mode that would otherwise be empty and make spatch
|
D | cond_no_effect.cocci | 22 // user-mode SHcompact yet, and for a kernel fault, this would
|
/scripts/coccinelle/api/ |
D | vma_pages.cocci | 15 // For context mode 25 // For patch mode 36 // For org mode
|
D | pm_runtime.cocci | 49 // For context mode 65 // For patch mode 82 // For org and report mode
|
D | resource_size.cocci | 23 // For context mode 33 // For patch mode 44 // For org mode
|
/scripts/kconfig/ |
D | qconf.cc | 112 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu() 212 if (list->mode != fullMode) in init() 304 showName(false), mode(singleMode), optMode(normalOpt), in ConfigList() 414 if (mode == menuMode && type == P_MENU) in updateSelection() 424 if (mode != listMode) in updateList() 439 if (rootEntry != &rootmenu && (mode == singleMode || in updateList() 440 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList() 446 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList() 620 switch (mode) { in updateMenuList() 642 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList() [all …]
|
D | conf.c | 171 static bool conf_set_all_new_symbols(enum conf_def_mode mode) in conf_set_all_new_symbols() argument 184 if (mode == def_random) { in conf_set_all_new_symbols() 236 switch (mode) { in conf_set_all_new_symbols() 260 if (!(sym_is_choice(sym) && mode == def_random)) in conf_set_all_new_symbols() 280 if (mode != def_random) { in conf_set_all_new_symbols() 293 if (mode == def_random) in conf_set_all_new_symbols()
|
D | mconf.c | 1013 char *mode; in main() local 1027 mode = getenv("MENUCONFIG_MODE"); in main() 1028 if (mode) { in main() 1029 if (!strcasecmp(mode, "single_menu")) in main()
|
D | nconf.c | 1568 char *mode; in main() local 1578 mode = getenv("NCONFIG_MODE"); in main() 1579 if (mode) { in main() 1580 if (!strcasecmp(mode, "single_menu")) in main()
|
/scripts/dtc/ |
D | fdtget.c | 33 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/ |
D | pool_zalloc-simple.cocci | 17 // For context mode 30 // For patch mode 56 // For org and report mode
|
D | alloc_cast.cocci | 42 // For context mode 65 // For patch mode 88 // For org and report mode
|
D | zalloc-simple.cocci | 27 // For context mode 44 // For patch mode 141 // For org mode
|
/scripts/kconfig/tests/ |
D | conftest.py | 39 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): argument 164 return self._run_conf('--{}config'.format(mode), extra_env=extra_env)
|
/scripts/ |
D | Makefile.randstruct | 9 += -fplugin-arg-randomize_layout_plugin-performance-mode
|
D | tags.sh | 227 local mode=$1 lang tmp=() r 238 if test "$mode" = "exuberant"; then
|
D | get_abi.pl | 92 my $mode = (stat($file))[2]; 93 return if ($mode & S_IFDIR); 642 my $mode = (lstat($file))[2]; 666 if (S_ISLNK($mode)) { 671 return if (S_ISDIR($mode));
|
D | get_feat.pl | 95 my $mode = (stat($file))[2]; 96 return if ($mode & S_IFDIR);
|
/scripts/package/ |
D | builddeb | 196 linux-image-*|user-mode-linux-*) 210 linux-image-*|user-mode-linux-*)
|
D | mkdebian | 158 packagename=user-mode-linux
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 440 #define SET_DECL_MODE(decl, mode) DECL_MODE(decl) = (mode) argument
|