/scripts/include/ |
A D | list.h | 53 list->next = list; in INIT_LIST_HEAD() 67 next->prev = new; in __list_add() 68 new->next = next; in __list_add() 70 prev->next = new; in __list_add() 108 next->prev = prev; in __list_del() 109 prev->next = next; in __list_del() 140 new->next = old->next; in list_replace() 324 h->next = NULL; in INIT_HLIST_NODE() 343 struct hlist_node *next = n->next; in __hlist_del() local 346 *pprev = next; in __hlist_del() [all …]
|
A D | list_types.h | 6 struct list_head *next, *prev; member 14 struct hlist_node *next, **pprev; member
|
/scripts/kconfig/ |
A D | menu.c | 39 return menu->next; in menu_next() 416 for (menu = parent->next; menu; menu = menu->next) { in _menu_finalize() 423 goto next; in _menu_finalize() 443 next: in _menu_finalize() 450 parent->next = last_menu->next; in _menu_finalize() 451 last_menu->next = NULL; in _menu_finalize() 488 if (!last_menu->next) in _menu_finalize() 491 last_menu->next = menu->next; in _menu_finalize() 842 if (menu->next) in menu_dump() 857 menu = menu->next; in menu_dump() [all …]
|
A D | expr.h | 188 struct property *next; /* next property - null if last */ member 201 for (st = sym->prop; st; st = st->next) \ 205 for (st = sym->prop; st; st = st->next) \ 229 struct menu *next; member
|
A D | mconf.c | 320 tmp = pos->next; in set_subtitle() 328 pos->next = xcalloc(1, sizeof(*pos)); in set_subtitle() 329 pos = pos->next; in set_subtitle() 345 tmp = pos->next; in reset_subtitle() 522 for (child = menu->list; child; child = child->next) { in build_conf() 593 for (child = menu->list; child; child = child->next) in build_conf() 611 for (child = menu->list; child; child = child->next) { in conf_choice()
|
A D | parser.y | 497 for (prop = menu->sym->prop; prop; prop = prop->next) { 657 for (prop = sym->prop; prop; prop = prop->next) { in print_symbol() 746 else if (menu->next) in zconfdump() 747 menu = menu->next; in zconfdump() 751 if (menu->next) { in zconfdump() 752 menu = menu->next; in zconfdump()
|
A D | conf.c | 436 for (child = menu->list; child; child = child->next) { in conf_choice() 492 for (child = menu->list; child; child = child->next) { in conf_choice() 568 for (child = menu->list; child; child = child->next) in conf() 603 for (child = menu->list; child; child = child->next) in check_conf()
|
A D | confdata.c | 852 goto next; in conf_write() 863 goto next; in conf_write() 872 next: in conf_write() 885 if (menu->next) { in conf_write() 886 menu = menu->next; in conf_write()
|
A D | symbol.c | 1065 struct dep_stack *prev, *next; member 1075 check_top->next = stack; in dep_stack_insert() 1085 check_top->next = NULL; in dep_stack_remove() 1115 for (; stack; stack = stack->next) { in sym_check_print_recursive() 1117 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive() 1221 for (prop = sym->prop; prop; prop = prop->next) { in sym_check_sym_deps()
|
/scripts/genksyms/ |
A D | genksyms.c | 336 struct string_list *next = s->next; in free_list() local 338 s = next; in free_list() 349 newnode->next = NULL; in mk_node() 362 for (n2 = n; n2->next; n2 = n2->next) in concat_list() 364 n2->next = start; in concat_list() 390 for (start = start->next; start != end; start = start->next) { in copy_list_range() 392 n = n->next; in copy_list_range() 394 n->next = NULL; in copy_list_range() 403 a = a->next; in equal_list() 404 b = b->next; in equal_list() [all …]
|
A D | parse.y | 31 *p = node->next; in remove_node() 58 r->next = (*keyw)->next; *body = r; (*keyw)->next = NULL; in record_compound() 146 struct string_list *decl = (*$3)->next; 147 (*$3)->next = NULL; 440 { remove_list($2, &(*$1)->next); $$ = $2; }
|
A D | lex.l | 104 next_node->next = cur_node; \ 142 next_node->next = NULL; 446 yylval = &next_node->next;
|
A D | genksyms.h | 30 struct string_list *next; member
|
/scripts/dtc/ |
A D | srcpos.c | 17 struct search_path *next; /* next node in list, NULL for end */ member 142 for (node = search_path_head; !*fp && node; node = node->next) in fopen_any_on_path() 223 node->next = NULL; in srcfile_add_search_path() 231 search_path_tail = &node->next; in srcfile_add_search_path() 265 assert(pos->next == NULL); in srcpos_copy() 283 for (p = pos; p->next != NULL; p = p->next); in srcpos_extend() 284 p->next = newtail; in srcpos_extend() 353 if (pos->next != NULL) { in srcpos_string_comment() 354 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment()
|
A D | dtc.h | 131 struct marker *next; member 144 for (; (m); (m) = (m)->next) 159 struct marker *next = next_type_marker(m->next); in type_marker_length() local 161 if (next) in type_marker_length() 162 return next->offset - m->offset; in type_marker_length() 199 struct label *next; member 211 struct property *next; member 240 for ((l) = (l0); (l); (l) = (l)->next) 247 for ((p) = (n)->proplist; (p); (p) = (p)->next) 311 struct reserve_info *next; member
|
A D | livetree.c | 27 new->next = *labels; in add_label() 69 first->next = list; in chain_property() 80 next = p->next; in reverse_properties() 81 p->next = head; in reverse_properties() 83 p = next; in reverse_properties() 271 prop->next = NULL; in add_property() 275 p = &((*p)->next); in add_property() 289 prop = prop->next; in delete_property_by_name() 385 new->next = NULL; in add_reserve_entry() 390 for (last = list; last->next; last = last->next) in add_reserve_entry() [all …]
|
A D | treesource.c | 154 m->next = NULL; in add_string_markers() 159 nextp = &((*nextp)->next); in add_string_markers() 225 dummy_marker.next = prop->val.markers; in write_propval() 232 size_t chunk_len = (m->next ? m->next->offset : len) - m->offset; in write_propval() 352 for (re = dti->reservelist; re; re = re->next) { in dt_to_source()
|
A D | srcpos.h | 63 struct srcpos *next; member 83 (Current).next = NULL; \
|
A D | data.c | 14 nm = m->next; in data_free() 124 m = m->next; in data_insert_at_marker() 136 mp = &((*mp)->next); in data_append_markers() 235 m->next = NULL; in data_add_marker()
|
/scripts/gcc-plugins/ |
A D | stackleak_plugin.c | 270 rtx_insn *insn, *next; in remove_stack_tracking_gcall() local 283 for (insn = get_insns(); insn; insn = next) { in remove_stack_tracking_gcall() 286 next = NEXT_INSN(insn); in remove_stack_tracking_gcall() 324 if (GET_CODE(next) == NOTE && in remove_stack_tracking_gcall() 325 NOTE_KIND(next) == NOTE_INSN_CALL_ARG_LOCATION) { in remove_stack_tracking_gcall() 326 insn = next; in remove_stack_tracking_gcall() 327 next = NEXT_INSN(insn); in remove_stack_tracking_gcall() 337 rtx_insn *insn, *next; in remove_stack_tracking_gasm() local 353 for (insn = get_insns(); insn; insn = next) { in remove_stack_tracking_gasm() 356 next = NEXT_INSN(insn); in remove_stack_tracking_gasm()
|
/scripts/kconfig/lxdialog/ |
A D | dialog.h | 75 struct subtitle_list *next; member 143 struct dialog_list *next; member 158 item_cur && (item_cur != &item_nil); item_cur = item_cur->next)
|
A D | util.c | 231 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear() 243 for (pos = dlg.subtitles; pos != NULL; pos = pos->next) { in dialog_clear() 555 struct dialog_list *p, *next; in item_reset() local 557 for (p = item_head; p; p = next) { in item_reset() 558 next = p->next; in item_reset() 571 item_cur->next = p; in item_make() 633 for (p = item_head; p; p = p->next) in item_count() 651 for (p = item_head; p; p = p->next) { in item_n()
|
/scripts/basic/ |
A D | fixdep.c | 111 struct item *next; member 142 aux->next = hashtab[hash % HASHSZ]; in add_to_hashtable() 155 for (aux = hashtab[hash % HASHSZ]; aux; aux = aux->next) { in in_hashtable()
|
/scripts/ |
A D | asn1_compiler.c | 292 struct action *next; member 687 struct element *next; member 1098 ppaction = &(*ppaction)->next in parse_type() 1107 action->next = *ppaction; in parse_type() 1113 action->next = NULL; in parse_type() 1182 child_p = &element->next; in parse_compound() 1246 for (c = e->children; c; c = c->next) in dump_element() 1338 for (action = action_list; action; action = action->next) in render() 1406 for (ce = e->children; ce; ce = ce->next) in render_out_of_line_list() 1549 for (ec = e->children; ec; ec = ec->next) in render_element() [all …]
|
/scripts/coccinelle/iterators/ |
A D | list_entry_update.cocci | 3 /// the list to the next, so it is usually not a good idea to reassign it.
|