Home
last modified time | relevance | path

Searched refs:next (Results 1 – 13 of 13) sorted by relevance

/common/
A Dcli_hush.c1402 prev_pipe->next = pi->next;
1985 rnext=r->next;
2005 next=pi->next;
2006 pi->next=NULL;
2222 while(bottom->next) bottom=bottom->next;
2264 while (next->next != cur)
2265 next = next->next;
2266 next->next = cur->next;
2302 redir->next=NULL;
2341 pi->next = NULL;
[all …]
A Dcli_simple.c319 char *line, *next; in cli_simple_run_command_list() local
326 next = cmd; in cli_simple_run_command_list()
328 while (*next) { in cli_simple_run_command_list()
329 if (*next == '\n') { in cli_simple_run_command_list()
330 *next = '\0'; in cli_simple_run_command_list()
339 line = next + 1; in cli_simple_run_command_list()
341 ++next; in cli_simple_run_command_list()
A Ddlmalloc.c74 GmListElement* next; member
92 this->next = head; in makeGmListElement()
111 GmListElement* next = head->next; in gcleanup() local
115 head = next; in gcleanup()
796 assert (next == top || inuse(next));
828 if (next == top)
1742 if (next == top || !inuse(next))
1747 if (next == top)
1773 next = NULL;
1786 if (next != NULL)
[all …]
A Dcli_hush_upstream.c2665 next = var->next; in add_vars()
2674 var = next; in add_vars()
2725 next: ; in set_vars_and_save_old()
3669 rest = next;
3711 next = next_brace_sub(next);
3983 next = pi->next;
5717 int next;
5755 if (next == dquote_end || strchr("$`\\\n", next)) {
5836 int next;
6024 if (next != ' ' && next != '\t' && next != '\n')
[all …]
A Devent.c110 struct event_spy *spy, *next; in notify_dynamic() local
112 list_for_each_entry_safe(spy, next, &state->spy_head, sibling_node) { in notify_dynamic()
205 struct event_spy *spy, *next; in event_uninit() local
207 list_for_each_entry_safe(spy, next, &state->spy_head, sibling_node) in event_uninit()
A Ddlmalloc.src961 GmListElement* next;
979 this->next = head;
998 GmListElement* next = head->next;
1002 head = next;
1637 assert (next == top || inuse(next));
1669 if (next == top)
2372 mchunkptr next; /* next contiguous chunk */
2509 mchunkptr next; /* next contiguous chunk after oldp */
2562 if (next == top || !inuse(next))
2589 next = 0;
[all …]
A Dqfw.c90 iter->entry = qdev->fw_list.next; in qfw_file_iter_init()
98 iter->entry = ((struct list_head *)iter->entry)->next; in qfw_file_iter_next()
A Dhwconfig.c39 next: in hwconfig_parse()
65 goto next; in hwconfig_parse()
A Dlog.c453 new_gd->log_head.prev->next = &new_gd->log_head; in log_fixup_for_gd_move()
A DKconfig1038 through to the next phase of the boot.
/common/spl/
A DKconfig.tpl30 enabling TPL to obtain the location and size of its next phase simply
166 ROM for loading the next boot-stage after performing basic setup
170 BOOT_DEVICE_BOOTROM (or fall-through to the next boot device in the
273 bool "Allow relocating the next phase"
276 at the same address. Enable this to support loading the next phase
317 Enable support for loading next stage, U-Boot or otherwise, from
A DKconfig.vpl64 loading of U-Boot's next stage. If unsure, say Y.
198 bool "Allow relocating the next phase"
201 at the same address. Enable this to support loading the next phase
302 enabling VPL to obtain the location and size of its next phase simply
A DKconfig221 enabling SPL to obtain the location and size of its next phase simply
315 ROM for loading the next boot-stage after performing basic setup
319 BOOT_DEVICE_BOOTROM (or fall-through to the next boot device in the
544 bool "Use raw reads to locate the next boot phase"
558 prompt "Method for locating next phase of boot (e.g. U-Boot)"
663 ensure this information is available to the next image
1039 bool "Allow relocating the next phase"
1042 at the same address. Enable this to support loading the next phase
1256 Note that if using a FIT image, this and the next option can be set to
1474 Enable support for loading next stage, U-Boot or otherwise, from

Completed in 63 milliseconds