Home
last modified time | relevance | path

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

/scripts/coccinelle/api/debugfs/
Ddebugfs_simple_attr.cocci27 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/
Dboolconv.cocci14 // For patch mode
42 // For context mode
71 // For org mode
82 // For report mode
Dbugon.cocci19 // For context mode
29 // For patch mode
40 // For org and report mode
Dbadty.cocci21 // For context mode
35 // For patch mode
50 // For org and report mode
Darray_size.cocci24 // For context mode
40 // For patch mode
59 // For org and report mode
Dcond_no_effect.cocci21 // user-mode SHcompact yet, and for a kernel fault, this would
/scripts/dtc/
Dfdtget.c47 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/
Dqconf.cc134 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 …]
Dconfdata.c1123 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()
Dmconf.c1009 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()
Dlkc.h85 bool conf_set_all_new_symbols(enum conf_def_mode mode);
Dnconf.c1481 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()
Dqconf.h115 enum listMode mode; variable
/scripts/coccinelle/api/
Dvma_pages.cocci15 // For context mode
25 // For patch mode
36 // For org mode
Dpm_runtime.cocci48 // For context mode
64 // For patch mode
81 // For org and report mode
Dresource_size.cocci22 // For context mode
32 // For patch mode
43 // For org mode
/scripts/coccinelle/api/alloc/
Dalloc_cast.cocci22 // For context mode
34 // For patch mode
46 // For org and report mode
Dpool_zalloc-simple.cocci16 // For context mode
29 // For patch mode
55 // For org and report mode
Dkzalloc-simple.cocci25 // For context mode
40 // For patch mode
56 // For org mode
/scripts/
Dtags.sh222 local mode=$1 lang tmp=() r
233 if test "$mode" = "exuberant"; then
Dgen_initramfs_list.sh114 local mode="$2"
121 local str="${mode} ${uid} ${gid}"
DMakefile.gcc-plugins36 …(CONFIG_GCC_PLUGIN_RANDSTRUCT_PERFORMANCE) += -fplugin-arg-randomize_layout_plugin-performance-mode
/scripts/gcc-plugins/
Dgcc-common.h967 #define SET_DECL_MODE(decl, mode) DECL_MODE(decl) = (mode) argument
/scripts/coccinelle/null/
Dderef_null.cocci170 // For context mode
/scripts/package/
Dbuilddeb107 packagename=user-mode-linux-$version