Home
last modified time | relevance | path

Searched refs:from (Results 1 – 6 of 6) sorted by relevance

/boot/
A Dbootflow.c734 const char *from; in cmdline_set_arg() local
740 from = cmdline ?: ∅ in cmdline_set_arg()
753 while (*from == ' ') in cmdline_set_arg()
754 from++; in cmdline_set_arg()
755 if (!*from) in cmdline_set_arg()
763 for (p = from;; p++) { in cmdline_set_arg()
797 (long)(arg_end - from), (long)(val - from), in cmdline_set_arg()
831 ret = copy_in(to, end, from, arg_end - from, new_val); in cmdline_set_arg()
840 len = val_end - from; in cmdline_set_arg()
843 memcpy(to, from, len); in cmdline_set_arg()
[all …]
A Dbootstd-uclass.c83 struct bootflow *from, *to; in bootstd_clear_bootflows_for_bootdev() local
90 alist_for_each_filter(from, to, &std->bootflows) { in bootstd_clear_bootflows_for_bootdev()
91 if (from->dev == dev) in bootstd_clear_bootflows_for_bootdev()
92 bootflow_remove(from); in bootstd_clear_bootflows_for_bootdev()
94 *to++ = *from; in bootstd_clear_bootflows_for_bootdev()
A Dbootmeth_cros.c98 static int copy_cmdline(const char *from, const char *uuid, char **bufp) in copy_cmdline() argument
106 len = strnlen(from, sizeof(buf)); in copy_cmdline()
111 for (to = buf, end = buf + maxlen - UUID_STR_LEN - 1; *from; from++) { in copy_cmdline()
114 if (from[0] == '%' && from[1] == 'U' && uuid && in copy_cmdline()
118 from++; in copy_cmdline()
120 *to++ = *from; in copy_cmdline()
A Dimage-host.c13 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) in memmove_wd() argument
15 memmove(to, from, len); in memmove_wd()
A Dimage-board.c165 void memmove_wd(void *to, void *from, size_t len, ulong chunksz) in memmove_wd() argument
167 if (to == from) in memmove_wd()
171 if (to > from) { in memmove_wd()
172 from += len; in memmove_wd()
179 if (to > from) { in memmove_wd()
181 from -= tail; in memmove_wd()
183 memmove(to, from, tail); in memmove_wd()
184 if (to < from) { in memmove_wd()
186 from += tail; in memmove_wd()
191 memmove(to, from, len); in memmove_wd()
A DKconfig46 the button number (starting from 0). e.g:
74 The offset is from data payload offset to the beginning of
266 bool "Enable SPL applying DT overlays from FIT"
1484 bool "Support for booting from NOR flash"
1493 bool "Support for booting from NAND flash"
1501 bool "Support for booting from QSPI flash"
1508 bool "Support for booting from SATA"
1515 bool "Support for booting from SD/EMMC"
1529 bool "Support for booting from SPI flash"
1672 string from the environment.
[all …]

Completed in 21 milliseconds