Searched refs:copy (Results 26 - 34 of 34) sorted by relevance

12

/u-boot/arch/arm/cpu/armv7/
H A Dpsci.S14 * You should have received a copy of the GNU General Public License
196 mov r9, r7 @ create working copy of max index
/u-boot/tools/patman/
H A Dpatchstream.py799 shutil.copy(fname, os.path.join(backup_dir, os.path.basename(fname)))
H A Dfunc_test.py123 shutil.copy(self._get_path(src_fname), fname)
129 shutil.copy(self._get_path(src_fname), fname)
/u-boot/tools/buildman/
H A Dbuilderthread.py75 build_dir (str): Place to copy the files
77 patterns (list of str): A list of filenames to copy, each relative
88 shutil.copy(fname, os.path.join(build_dir, target))
H A Dkconfiglib.py1544 If True and <filename> already exists, a copy of it will be saved to
2168 # copy it, sharing it wherever possible.
6396 def copy(src, dst): function in function:_save_old
6403 copy_fn = copy
6413 copy_fn = copy
/u-boot/tools/dtoc/
H A Dsrc_scan.py599 missing = self._missing_drivers.copy()
/u-boot/include/
H A Dmmc.h961 int mmc_get_env_addr(struct mmc *mmc, int copy, u32 *env_addr);
/u-boot/
H A DMakefile1235 $(call if_changed,copy)
1250 $(call if_changed,copy)
1254 $(call if_changed,copy)
1276 $(call cmd,copy)
1410 $(call if_changed,copy)
1723 $(call if_changed,copy)
2160 $(call if_changed,copy)
/u-boot/common/
H A Dcli_hush_upstream.c778 * when we see "if" or "then", we malloc and copy current context,
782 * copy ->stack into current context, and delete ->stack.
2194 argv[1] = xstrdup(G_traps[0]); /* copy, since EXIT trap handler may modify G_traps[0] */
3704 * That's why we re-copy prefix every time (1st memcpy above).
3759 char *pattern, *copy; local
3773 copy = xstrdup(pattern);
3776 n = glob_brace(copy, o, n);
3777 free(copy);
4197 ctx->as_string.length - 1 /* do not copy last char, "&" */
4439 *ctx = *old; /* physical copy */
[all...]

Completed in 320 milliseconds

12