| /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() 191 wmove(list, choice, check_x + 1); in dialog_checklist() 192 wrefresh(list); in dialog_checklist() 213 print_item(list, 0, FALSE); in dialog_checklist() 214 scrollok(list, TRUE); in dialog_checklist() 215 wscrl(list, -1); in dialog_checklist() 216 scrollok(list, FALSE); in dialog_checklist() [all …]
|
| /scripts/include/ |
| D | list.h | 51 static inline void INIT_LIST_HEAD(struct list_head *list) in INIT_LIST_HEAD() argument 53 list->next = list; in INIT_LIST_HEAD() 54 list->prev = list; in INIT_LIST_HEAD() 165 static inline void list_move(struct list_head *list, struct list_head *head) in list_move() argument 167 __list_del_entry(list); in list_move() 168 list_add(list, head); in list_move() 176 static inline void list_move_tail(struct list_head *list, in list_move_tail() argument 179 __list_del_entry(list); in list_move_tail() 180 list_add_tail(list, head); in list_move_tail() 188 static inline int list_is_first(const struct list_head *list, const struct list_head *head) in list_is_first() argument [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 | Makefile.modpost | 202 mod-protect-list := $(CONFIG_MODULE_SIG_PROTECT_LIST) 203 mod-protect-list := $(if $(filter-out /%, $(mod-protect-list)),$(if $(wildcard $(mod-protect-list))… 204 modpost-args += $(addprefix -p , $(mod-protect-list)) 205 modpost-deps += $(mod-protect-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 | Makefile.dtbs | 24 subdir-dtbslist := $(addsuffix /dtbs-list, $(subdir-ym)) 26 always-y += $(obj)/dtbs-list 29 $(subdir-dtbslist): $(obj)/%/dtbs-list: $(obj)/% ; 31 $(obj)/dtbs-list: $(dtb-y) FORCE
|
| D | check-variable-fonts.sh | 95 notocjkvffonts=`fc-list : file family variable | \
|
| D | Makefile.dtbinst | 25 dtbs := $(patsubst $(obj)/%,%,$(call read-file, $(obj)/dtbs-list))
|
| D | setlocalversion | 41 set -- $(git rev-list --count --left-right "$tag"...HEAD 2> /dev/null)
|
| /scripts/dtc/libfdt/ |
| D | fdt_ro.c | 754 const char *list, *end; in fdt_stringlist_count() local 757 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_count() 758 if (!list) in fdt_stringlist_count() 761 end = list + length; in fdt_stringlist_count() 763 while (list < end) { in fdt_stringlist_count() 764 length = strnlen(list, end - list) + 1; in fdt_stringlist_count() 767 if (list + length > end) in fdt_stringlist_count() 770 list += length; in fdt_stringlist_count() 781 const char *list, *end; in fdt_stringlist_search() local 783 list = fdt_getprop(fdt, nodeoffset, property, &length); in fdt_stringlist_search() [all …]
|
| /scripts/gendwarfksyms/ |
| D | types.c | 24 struct list_head list; member 27 static void type_list_free(struct list_head *list) in type_list_free() argument 32 list_for_each_entry_safe(entry, tmp, list, list) { in type_list_free() 38 INIT_LIST_HEAD(list); in type_list_free() 41 static int type_list_append(struct list_head *list, const char *s, void *owned) in type_list_append() argument 51 list_add_tail(&entry->list, list); in type_list_append() 56 static void type_list_write(struct list_head *list, FILE *file) in type_list_write() argument 60 list_for_each_entry(entry, list, list) { in type_list_write() 329 list_for_each_entry(entry, &type->expanded, list) { in __calculate_version() 365 list_for_each_entry(df, &cache->fragments, list) { in __type_expand() [all …]
|
| D | die.c | 76 list_for_each_entry_safe(df, tmp, &cd->fragments, list) { in reset_die() 128 list_add_tail(&df->list, &cd->fragments); in append_item()
|
| /scripts/genksyms/ |
| D | genksyms.c | 55 static void print_list(FILE * f, struct string_list *list); 497 static void print_node(FILE * f, struct string_list *list) in print_node() argument 499 if (symbol_types[list->tag].n) { in print_node() 500 putc(symbol_types[list->tag].n, f); in print_node() 503 fputs(list->string, f); in print_node() 506 static void print_list(FILE * f, struct string_list *list) in print_list() argument 512 if (list == NULL) { in print_list() 517 tmp = list; in print_list() 525 (*tmp2--) = list; in print_list() 526 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 | 93 ConfigList* list; in updateMenu() local 100 list = listView(); in updateMenu() 113 if (list->mode == singleMode || list->mode == symbolMode) { in updateMenu() 117 if (sym && list->rootEntry == menu) in updateMenu() 144 if (!sym_is_changeable(sym) && list->optMode == normalOpt) { in updateMenu() 209 ConfigList* list = listView(); in init() local 213 if (list->mode != fullMode) in init() 471 ConfigList *list = it.next(); in updateListForAll() local 473 list->updateList(); in updateListForAll() 482 ConfigList *list = it.next(); in updateListAllForAll() local [all …]
|
| D | menu.c | 30 if (menu->list) in menu_next() 31 return menu->list; in menu_next() 65 last_entry_ptr = &rootmenu.list; in _menu_init() 88 last_entry_ptr = ¤t_entry->list; in menu_add_menu() 302 if (parent->list) { in _menu_finalize() 309 for (menu = parent->list; menu; menu = menu->next) { in _menu_finalize() 384 for (menu = parent->list; menu; menu = menu->next) in _menu_finalize() 448 parent->list = parent->next; in _menu_finalize() 455 for (menu = parent->list; menu; menu = menu->next) { in _menu_finalize() 484 if (menu->list && (!menu->prompt || !menu->prompt->text)) { in _menu_finalize() [all …]
|
| /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,
|
| /scripts/gdb/linux/ |
| D | cpus.py | 132 gdb.write("Possible CPUs : {}\n".format(list(each_possible_cpu()))) 133 gdb.write("Present CPUs : {}\n".format(list(each_present_cpu()))) 134 gdb.write("Online CPUs : {}\n".format(list(each_online_cpu()))) 135 gdb.write("Active CPUs : {}\n".format(list(each_active_cpu())))
|
| /scripts/mod/ |
| D | modpost.c | 176 list_for_each_entry(mod, &modules, list) { in find_module() 206 list_add_tail(&mod->list, &modules); in new_module() 213 struct list_head list; /* link to module::exported_symbols or module::unresolved_symbols */ member 267 list_add_tail(&sym->list, &mod->unresolved_symbols); in sym_add_unresolved() 291 struct list_head list; member 297 struct namespace_list *list; in contains_namespace() local 306 list_for_each_entry(list, head, list) { in contains_namespace() 307 if (!strcmp(list->namespace, namespace)) in contains_namespace() 321 list_add_tail(&ns_entry->list, head); in add_namespace() 375 list_add_tail(&s->list, &mod->exported_symbols); in sym_add_exported() [all …]
|
| /scripts/package/ |
| D | kernel.spec | 90 } > %{buildroot}/kernel.list 118 %files -f %{buildroot}/kernel.list 120 %exclude /kernel.list
|
| /scripts/dtc/ |
| D | dtc.h | 266 struct property *chain_property(struct property *first, struct property *list); 275 struct node *chain_node(struct node *first, struct node *list); 318 struct reserve_info *list); 319 struct reserve_info *add_reserve_entry(struct reserve_info *list,
|
| 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() 259 struct node *chain_node(struct node *first, struct node *list) in chain_node() argument 263 first->next_sibling = list; in chain_node() 372 struct reserve_info *list) in chain_reserve_entry() argument 376 first->next = list; in chain_reserve_entry() 380 struct reserve_info *add_reserve_entry(struct reserve_info *list, in add_reserve_entry() argument 387 if (! list) in add_reserve_entry() 390 for (last = list; last->next; last = last->next) in add_reserve_entry() 395 return list; in add_reserve_entry()
|