/scripts/kconfig/lxdialog/ |
A D | checklist.c | 109 WINDOW *dialog, *list; in dialog_checklist() local 160 keypad(list, TRUE); in dialog_checklist() 192 wrefresh(list); in dialog_checklist() 215 wscrl(list, -1); in dialog_checklist() 225 wrefresh(list); in dialog_checklist() 242 wscrl(list, 1); in dialog_checklist() 253 wrefresh(list); in dialog_checklist() 268 wrefresh(list); in dialog_checklist() 286 delwin(list); in dialog_checklist() 306 delwin(list); in dialog_checklist() [all …]
|
/scripts/include/ |
A 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() 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() 190 return list->prev == head; in list_is_first() 200 return list->next == head; in list_is_last() [all …]
|
/scripts/dtc/libfdt/ |
A D | fdt_ro.c | 758 if (!list) in fdt_stringlist_count() 761 end = list + length; in fdt_stringlist_count() 764 length = strnlen(list, end - list) + 1; in fdt_stringlist_count() 770 list += length; in fdt_stringlist_count() 784 if (!list) in fdt_stringlist_search() 791 length = strnlen(list, end - list) + 1; in fdt_stringlist_search() 800 list += length; in fdt_stringlist_search() 815 if (!list) { in fdt_stringlist_get() 825 length = strnlen(list, end - list) + 1; in fdt_stringlist_get() 839 return list; in fdt_stringlist_get() [all …]
|
/scripts/gendwarfksyms/ |
A 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() 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() 391 if (list_is_last(&df->list, &cache->fragments) || in __type_expand() [all …]
|
A 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/ |
A D | genksyms.c | 502 fputs(list->string, f); in print_node() 511 if (list == NULL) { in print_list() 516 tmp = list; in print_list() 524 (*tmp2--) = list; in print_list() 525 while ((list = list->next) != NULL) in print_list() 526 *(tmp2--) = list; in print_list() 541 if (!list) in expand_and_crc_sym() 544 tmp = list; in expand_and_crc_sym() 552 *(tmp2--) = list; in expand_and_crc_sym() 553 while ((list = list->next) != NULL) in expand_and_crc_sym() [all …]
|
A D | genksyms.h | 61 void free_node(struct string_list *list);
|
/scripts/package/ |
A D | kernel.spec | 119 } > %{buildroot}/kernel.list 135 rm -f debugfiles.list debuglinks.list debugsourcefiles.list debugsources.list \ 136 elfbins.list 161 %files -f %{buildroot}/kernel.list 163 %exclude /kernel.list
|
/scripts/coccinelle/misc/ |
A D | warn.cocci | 45 expression list es; 55 expression list ok1.es; 94 expression list es; 104 expression list ok2.es;
|
/scripts/coccinelle/api/ |
A 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/kconfig/ |
A D | qconf.cc | 99 ConfigList* list; in updateMenu() local 105 list = listView(); in updateMenu() 484 list->updateList(); in updateListForAll() 535 if (item->menu->list) in changeValue() 1247 list->clear(); in search() 1548 list = configList; in setMenuLink() 1558 list = configList; in setMenuLink() 1573 list = menuList; in setMenuLink() 1577 list = configList; in setMenuLink() 1583 if (list) { in setMenuLink() [all …]
|
A 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() 89 last_entry_ptr = ¤t_entry->list; in menu_add_menu() 303 if (parent->list) { in _menu_finalize() 385 for (menu = parent->list; menu; menu = menu->next) in _menu_finalize() 449 parent->list = parent->next; in _menu_finalize() 492 menu->next = menu->list; in _menu_finalize() 493 menu->list = NULL; in _menu_finalize() 839 if (menu->list) { in menu_dump() [all …]
|
/scripts/ |
A 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
|
A D | Makefile.vmlinux | 50 .builtin-dtbs.S: .builtin-dtbs-list FORCE 57 .builtin-dtbs-list: arch/$(SRCARCH)/boot/dts/dtbs-list FORCE 60 targets += .builtin-dtbs-list
|
A 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
|
A D | check-variable-fonts.sh | 95 notocjkvffonts=`fc-list : file family variable | \
|
A D | Makefile.dtbinst | 25 dtbs := $(patsubst $(obj)/%,%,$(call read-file, $(obj)/dtbs-list))
|
A D | Makefile.propeller | 5 …CFLAGS_PROPELLER_CLANG := -fbasic-block-sections=list=$(CLANG_PROPELLER_PROFILE_PREFIX)_cc_profile…
|
A D | setlocalversion | 45 set -- $(git rev-list --count --left-right "$tag"...HEAD 2> /dev/null)
|
/scripts/coccinelle/iterators/ |
A 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;
|
A 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/ |
A 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/ |
A D | modpost.c | 180 list_for_each_entry(mod, &modules, list) { in find_module() 212 list_add_tail(&mod->list, &modules); in new_module() 284 struct list_head list; member 290 struct namespace_list *list; in contains_namespace() local 299 list_for_each_entry(list, head, list) { in contains_namespace() 300 if (!strcmp(list->namespace, namespace)) in contains_namespace() 314 list_add_tail(&ns_entry->list, head); in add_namespace() 2182 list_for_each_entry(mod, &modules, list) { in write_dump() 2223 struct list_head list; member 2264 list_add_tail(&dl->list, &dump_lists); in main() [all …]
|
/scripts/dtc/ |
A 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,
|
A 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()
|