/openbmc/linux/drivers/dma/ |
H A D | pl330.c | 582 if (dry_run) in _emit_END() 594 if (dry_run) in _emit_FLUSHP() 610 if (dry_run) in _emit_LD() 629 if (dry_run) in _emit_LDP() 650 if (dry_run) in _emit_LP() 681 if (dry_run) in _emit_LPEND() 710 if (dry_run) in _emit_KILL() 721 if (dry_run) in _emit_MOV() 739 if (dry_run) in _emit_RMB() 751 if (dry_run) in _emit_SEV() [all …]
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | check | 149 dry_run=args.dry_run) 186 if args.dry_run:
|
H A D | testenv.py | 187 dry_run: bool = False) -> None: 228 if dry_run:
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | patch-scs.c | 134 bool dry_run) in scs_handle_fde_frame() argument 188 if (!dry_run) in scs_handle_fde_frame()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | deploy.py | 183 if args.strip and not args.dry_run: 212 if args.dry_run: 311 … shellscript = _prepare_remote_script(deploy=False, dryrun=args.dry_run, undeployall=args.all) 329 if not args.all and not args.dry_run:
|
H A D | standard.py | 1312 def _remove_source_files(append, files, destpath, no_report_remove=False, dry_run=False): argument 1315 dry_run_suffix = ' (dry-run)' if dry_run else '' 1326 if not dry_run: 1671 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out… 1849 …_remove_source_files(appendlayerdir, remove_files, destpath, no_report_remove, dry_run=dry_run_out… 1965 if args.dry_run: 2156 dry_run_suffix = ' (dry-run)' if args.dry_run else '' 2231 if args.dry_run: 2243 if not args.dry_run: 2320 if args.dry_run:
|
/openbmc/u-boot/tools/patman/ |
H A D | patman.py | 171 options.dry_run, not options.ignore_bad_tags, cc_file, 178 if options.dry_run:
|
H A D | patman | 171 options.dry_run, not options.ignore_bad_tags, cc_file, 178 if options.dry_run:
|
H A D | func_test.py | 133 dry_run = True 155 dry_run, not ignore_bad_tags, cc_file,
|
H A D | gitutil.py | 334 def EmailPatches(series, cover_fname, args, dry_run, raise_on_error, cc_fname, argument 426 if not dry_run:
|
/openbmc/openbmc/poky/meta/recipes-devtools/patch/patch/ |
H A D | 0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch | 46 + if (! dry_run && ! skip_rest_of_patch) 62 - if (! dry_run && ! skip_rest_of_patch) { 117 + if (! dry_run && ! skip_rest_of_patch) {
|
H A D | 0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch | 23 if (! dry_run && ! skip_rest_of_patch) {
|
H A D | 0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch | 81 if (! dry_run && ! skip_rest_of_patch) {
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-worker | 180 dry_run = cfg.dry_run or runtask['dry_run'] 183 if 'fakeroot' in taskdep and taskname in taskdep['fakeroot'] and not dry_run: 315 if dry_run:
|
/openbmc/u-boot/tools/buildman/ |
H A D | control.py | 260 if not options.dry_run: 307 if options.dry_run:
|
H A D | test.py | 324 options.dry_run = False
|
/openbmc/qemu/scripts/codeconverter/ |
H A D | converter.py | 75 if not args.dry_run:
|
/openbmc/openbmc-tools/openbmc-autobump/ |
H A D | openbmc-autobump.py | 208 if not args.dry_run:
|
/openbmc/openbmc/poky/scripts/lib/recipetool/ |
H A D | append.py | 354 if args.dry_run: 363 if args.dry_run:
|
/openbmc/u-boot/tools/ |
H A D | moveconfig.py | 564 if options.dry_run: 623 if options.dry_run: 697 if options.dry_run: 1257 if not self.options.dry_run and updated:
|
/openbmc/linux/fs/f2fs/ |
H A D | gc.c | 1994 bool dry_run, unsigned int dry_run_sections) in f2fs_gc_range() argument 2009 if (!dry_run && get_valid_blocks(sbi, segno, true)) in f2fs_gc_range() 2011 if (dry_run && dry_run_sections && in f2fs_gc_range() 2023 unsigned int secs, bool dry_run) in free_segment_range() argument 2051 err = f2fs_gc_range(sbi, start, end, dry_run, 0); in free_segment_range() 2052 if (err || dry_run) in free_segment_range()
|
/openbmc/qemu/scripts/ |
H A D | device-crash-test | 563 if args.dry_run:
|
/openbmc/linux/tools/perf/ |
H A D | builtin-inject.c | 1742 char *dry_run; in parse_vm_time_correlation() local 1754 dry_run = skip_spaces(str); in parse_vm_time_correlation() 1755 if (!strncmp(dry_run, "dry-run", strlen("dry-run"))) { in parse_vm_time_correlation() 1758 args = dry_run + strlen("dry-run"); in parse_vm_time_correlation()
|
/openbmc/qemu/hw/ppc/ |
H A D | e500.c | 371 bool dry_run) in ppce500_load_device_tree() argument 658 if (!dry_run) { in ppce500_load_device_tree()
|
/openbmc/openbmc/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
H A D | 13_shlib_weaksym.patch | 230 extern int dry_run; /* verification flag */
|