/scripts/kconfig/lxdialog/ |
D | checklist.c | 109 WINDOW *dialog, *list; in dialog_checklist() local 157 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist() 160 keypad(list, TRUE); in dialog_checklist() 183 print_item(list, i, i == choice); in dialog_checklist() 192 wnoutrefresh(list); in dialog_checklist() 214 print_item(list, 0, FALSE); in dialog_checklist() 215 scrollok(list, TRUE); in dialog_checklist() 216 wscrl(list, -1); in dialog_checklist() 217 scrollok(list, FALSE); in dialog_checklist() 221 print_item(list, 0, TRUE); in dialog_checklist() [all …]
|
/scripts/dtc/libfdt/ |
D | fdt_ro.c | 725 const char *list, *end; in fdt_stringlist_count() local 728 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count() 729 if (!list) in fdt_stringlist_count() 732 end = list + length; in fdt_stringlist_count() 734 while (list < end) { in fdt_stringlist_count() 735 length = strnlen(list, end - list) + 1; in fdt_stringlist_count() 738 if (list + length > end) in fdt_stringlist_count() 741 list += length; in fdt_stringlist_count() 752 const char *list, *end; in fdt_stringlist_search() local 754 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search() [all …]
|
/scripts/ |
D | export_report.pl | 30 my $list = $href->{$mod}; 32 foreach my $sym (sort numerically @{$list}) { 157 foreach my $list (sort alphabetically values(%SYMBOL)) { 158 my ($module, $value, $symbol, $gpl) = @{$list}; 177 my $list = $MODULE{$thismod}; 181 foreach my $symbol (@{$list}) {
|
D | dev-needs.sh | 8 Usage: $(basename $0) [-c|-d|-m|-f] [filter options] <list of devices> 13 The script takes as input a list of one or more device directories under 28 -f list the firmware node path of the dependencies 29 -g list the dependencies as edges and nodes for graphviz 30 -t list the dependencies as edges for tsort
|
D | gcc-ld | 20 --version-script|--dynamic-list|--version-exports-symbol|--wrap|-m)
|
D | get_maintainer.pl | 1768 my @list = @$list_ref; 1777 foreach my $entry (@list) { 1800 foreach my $entry (@list) { 1903 if ($list[$i]->[1] =~ /^(maintainer|supporter)/i); 1908 if ($list[$i]->[1] =~ /^(author|commit|signer)/i); 1913 if ($list[$i]->[1] =~ /^(open list)/i); 1918 if ($list[$i]->[1] =~ /^(subscriber list)/i); 2037 foreach my $entry (@list) { 2039 push(@new_emailto, $list[$count]);
|
/scripts/genksyms/ |
D | genksyms.c | 57 static void print_list(FILE * f, struct string_list *list); 492 static void print_node(FILE * f, struct string_list *list) in print_node() argument 494 if (symbol_types[list->tag].n) { in print_node() 495 putc(symbol_types[list->tag].n, f); in print_node() 498 fputs(list->string, f); in print_node() 501 static void print_list(FILE * f, struct string_list *list) in print_list() argument 507 if (list == NULL) { in print_list() 512 tmp = list; in print_list() 520 (*tmp2--) = list; in print_list() 521 while ((list = list->next) != NULL) in print_list() [all …]
|
D | genksyms.h | 58 void free_node(struct string_list *list);
|
/scripts/coccinelle/misc/ |
D | warn.cocci | 45 expression list es; 55 expression list ok1.es; 94 expression list es; 104 expression list ok2.es;
|
/scripts/kconfig/ |
D | qconf.cc | 90 ConfigList* list; in updateMenu() local 97 list = listView(); in updateMenu() 110 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu() 114 if (sym && list->rootEntry == menu) in updateMenu() 141 if (!sym_is_changeable(sym) && list->optMode == normalOpt) { in updateMenu() 206 ConfigList* list = listView(); in init() local 210 if (list->mode != fullMode) in init() 468 ConfigList *list = it.next(); in updateListForAll() local 470 list->updateList(); in updateListForAll() 479 ConfigList *list = it.next(); in updateListAllForAll() local [all …]
|
D | menu.c | 45 last_entry_ptr = &rootmenu.list; in _menu_init() 68 last_entry_ptr = ¤t_entry->list; in menu_add_menu() 293 if (parent->list) { in menu_finalize() 303 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize() 311 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize() 330 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize() 410 for (menu = parent->list; menu; menu = menu->next) in menu_finalize() 478 parent->list = parent->next; in menu_finalize() 485 for (menu = parent->list; menu; menu = menu->next) { in menu_finalize() 554 if (menu->list && (!menu->prompt || !menu->prompt->text)) { in menu_finalize() [all …]
|
D | conf.c | 490 for (child = menu->list; child; child = child->next) { in conf_choice() 545 for (child = menu->list; child; child = child->next) { in conf_choice() 558 for (child = child->list; child; child = child->next) { in conf_choice() 628 for (child = menu->list; child; child = child->next) in conf() 677 for (child = menu->list; child; child = child->next) in check_conf()
|
D | confdata.c | 779 menu = rootmenu.list; in conf_write_defconfig() 821 if (menu->list != NULL) { in conf_write_defconfig() 822 menu = menu->list; in conf_write_defconfig() 883 menu = rootmenu.list; in conf_write() 909 if (menu->list) { in conf_write() 910 menu = menu->list; in conf_write()
|
D | mconf.c | 531 for (child = menu->list; child; child = child->next) { in build_conf() 564 if (def_menu->list) { in build_conf() 636 for (child = menu->list; child; child = child->next) in build_conf() 806 for (child = menu->list; child; child = child->next) { in conf_choice()
|
/scripts/coccinelle/api/ |
D | check_bq27xxx_data.cocci | 60 initializer list i1regs_vals; 68 initializer list i2regs_vals; 96 initializer list i1dmregs_vals; 104 initializer list i2dmregs_vals; 132 initializer list[n1] i1props_vals; 140 initializer list[n2] i2props_vals;
|
/scripts/coccinelle/iterators/ |
D | for_each_child.cocci | 25 expression list [n1] es; 55 expression list [r.n1] es; 84 expression list [r.n1] es; 117 expression list [r.n1] es; 150 expression list[r.n1] es; 173 expression list[r.n1] es; 188 expression list[r.n1] es; 219 expression list[r.n1] es; 243 expression list[r.n1] es; 277 expression list[r.n1] es;
|
D | use_after_iter.cocci | 2 /// If list_for_each_entry, etc complete a traversal of the list, the iterator 3 /// variable ends up pointing to an address at an offset from the list head,
|
D | list_entry_update.cocci | 3 /// the list to the next, so it is usually not a good idea to reassign it.
|
/scripts/gdb/linux/ |
D | cpus.py | 136 gdb.write("Possible CPUs : {}\n".format(list(each_possible_cpu()))) 137 gdb.write("Present CPUs : {}\n".format(list(each_present_cpu()))) 138 gdb.write("Online CPUs : {}\n".format(list(each_online_cpu()))) 139 gdb.write("Active CPUs : {}\n".format(list(each_active_cpu())))
|
/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 332 tree list; in relayout_struct() local 384 list = make_node(FIELD_DECL); in relayout_struct() 385 TREE_CHAIN(list) = newtree[0]; in relayout_struct() 386 TREE_TYPE(list) = void_type_node; in relayout_struct() 387 DECL_SIZE(list) = bitsize_zero_node; in relayout_struct() 388 DECL_NONADDRESSABLE_P(list) = 1; in relayout_struct() 389 DECL_FIELD_BIT_OFFSET(list) = bitsize_zero_node; in relayout_struct() 390 DECL_SIZE_UNIT(list) = size_zero_node; in relayout_struct() 391 DECL_FIELD_OFFSET(list) = size_zero_node; in relayout_struct() 392 DECL_CONTEXT(list) = type; in relayout_struct() [all …]
|
D | latent_entropy_plugin.c | 265 tree list; in latent_entropy_gate() local 275 list = DECL_ATTRIBUTES(current_function_decl); in latent_entropy_gate() 276 return lookup_attribute("latent_entropy", list) != NULL_TREE; in latent_entropy_gate()
|
/scripts/dtc/ |
D | livetree.c | 65 struct property *chain_property(struct property *first, struct property *list) in chain_property() argument 69 first->next = list; in chain_property() 258 struct node *chain_node(struct node *first, struct node *list) in chain_node() argument 262 first->next_sibling = list; in chain_node() 371 struct reserve_info *list) in chain_reserve_entry() argument 375 first->next = list; in chain_reserve_entry() 379 struct reserve_info *add_reserve_entry(struct reserve_info *list, in add_reserve_entry() argument 386 if (! list) in add_reserve_entry() 389 for (last = list; last->next; last = last->next) in add_reserve_entry() 394 return list; in add_reserve_entry()
|
D | dtc.h | 230 struct property *chain_property(struct property *first, struct property *list); 239 struct node *chain_node(struct node *first, struct node *list); 282 struct reserve_info *list); 283 struct reserve_info *add_reserve_entry(struct reserve_info *list,
|
/scripts/atomic/ |
D | atomics.tbl | 14 # Where args contains list of type[:name], where type is:
|
/scripts/mod/ |
D | modpost.c | 275 static bool contains_namespace(struct namespace_list *list, in contains_namespace() argument 278 for (; list; list = list->next) in contains_namespace() 279 if (!strcmp(list->namespace, namespace)) in contains_namespace() 285 static void add_namespace(struct namespace_list **list, const char *namespace) in add_namespace() argument 289 if (!contains_namespace(*list, namespace)) { in add_namespace() 293 ns_entry->next = *list; in add_namespace() 294 *list = ns_entry; in add_namespace() 1416 static void print_section_list(const char * const list[20]) in print_section_list() 1418 const char *const *s = list; in print_section_list()
|