/scripts/coccinelle/api/debugfs/ |
D | debugfs_simple_attr.cocci | 27 expression name, mode, parent, data; 30 debugfs_create_file(name, mode, parent, data, &dsa_fops) 42 expression name, mode, parent, data; 45 - debugfs_create_file(name, mode, parent, data, &dsa_fops) 46 + debugfs_create_file_unsafe(name, mode, parent, data, &dsa_fops)
|
/scripts/coccinelle/misc/ |
D | boolconv.cocci | 14 // For patch mode 42 // For context mode 71 // For org mode 82 // For report mode
|
D | bugon.cocci | 19 // For context mode 29 // For patch mode 40 // For org and report mode
|
D | badty.cocci | 21 // For context mode 35 // For patch mode 50 // For org and report mode
|
D | array_size.cocci | 24 // For context mode 40 // For patch mode 59 // For org and report mode
|
D | cond_no_effect.cocci | 21 // user-mode SHcompact yet, and for a kernel fault, this would
|
/scripts/dtc/ |
D | fdtget.c | 47 enum display_mode mode; /* display mode that we are using */ member 212 switch (disp->mode) { in show_data_for_item() 314 disp.mode = MODE_SHOW_VALUE; in main() 332 disp.mode = MODE_LIST_PROPS; in main() 337 disp.mode = MODE_LIST_SUBNODES; in main()
|
/scripts/kconfig/ |
D | qconf.cc | 134 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu() 253 if (list->mode != fullMode) in init() 318 showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt), in ConfigList() 423 if (mode == menuMode && type == P_MENU) in updateSelection() 432 if (mode != listMode) in updateList() 448 if (rootEntry != &rootmenu && (mode == singleMode || in updateList() 449 (mode == symbolMode && rootEntry->parent != &rootmenu))) { in updateList() 455 if ((mode == singleMode || (mode == symbolMode && !(rootEntry->flags & MENU_ROOT))) && in updateList() 610 switch (mode) { in updateMenuList() 632 if (mode == fullMode || mode == menuMode || type != P_MENU) in updateMenuList() [all …]
|
D | confdata.c | 1123 bool conf_set_all_new_symbols(enum conf_def_mode mode) in conf_set_all_new_symbols() argument 1134 if (mode == def_random) { in conf_set_all_new_symbols() 1180 switch (mode) { in conf_set_all_new_symbols() 1207 if (!(sym_is_choice(sym) && mode == def_random)) in conf_set_all_new_symbols() 1227 if (mode != def_random) { in conf_set_all_new_symbols() 1240 if (mode == def_random) in conf_set_all_new_symbols()
|
D | mconf.c | 1009 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 | lkc.h | 85 bool conf_set_all_new_symbols(enum conf_def_mode mode);
|
D | nconf.c | 1481 char *mode; in main() local 1495 mode = getenv("NCONFIG_MODE"); in main() 1496 if (mode) { in main() 1497 if (!strcasecmp(mode, "single_menu")) in main()
|
D | qconf.h | 115 enum listMode mode; variable
|
/scripts/coccinelle/api/ |
D | vma_pages.cocci | 15 // For context mode 25 // For patch mode 36 // For org mode
|
D | pm_runtime.cocci | 48 // For context mode 64 // For patch mode 81 // For org and report mode
|
D | resource_size.cocci | 22 // For context mode 32 // For patch mode 43 // For org mode
|
/scripts/coccinelle/api/alloc/ |
D | alloc_cast.cocci | 22 // For context mode 34 // For patch mode 46 // For org and report mode
|
D | pool_zalloc-simple.cocci | 16 // For context mode 29 // For patch mode 55 // For org and report mode
|
D | kzalloc-simple.cocci | 25 // For context mode 40 // For patch mode 56 // For org mode
|
/scripts/ |
D | tags.sh | 222 local mode=$1 lang tmp=() r 233 if test "$mode" = "exuberant"; then
|
D | gen_initramfs_list.sh | 114 local mode="$2" 121 local str="${mode} ${uid} ${gid}"
|
D | Makefile.gcc-plugins | 36 …(CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE) += -fplugin-arg-randomize_layout_plugin-performance-mode
|
/scripts/gcc-plugins/ |
D | gcc-common.h | 967 #define SET_DECL_MODE(decl, mode) DECL_MODE(decl) = (mode) argument
|
/scripts/coccinelle/null/ |
D | deref_null.cocci | 170 // For context mode
|
/scripts/package/ |
D | builddeb | 107 packagename=user-mode-linux-$version
|