Home
last modified time | relevance | path

Searched refs:dry_run (Results 1 – 25 of 28) sorted by relevance

12

/openbmc/linux/drivers/dma/
H A Dpl330.c582 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 Dcheck149 dry_run=args.dry_run)
186 if args.dry_run:
H A Dtestenv.py182 dry_run: bool = False) -> None:
223 if dry_run:
/openbmc/linux/arch/arm64/kernel/
H A Dpatch-scs.c134 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 Ddeploy.py183 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 Dstandard.py1312 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 Dpatman.py171 options.dry_run, not options.ignore_bad_tags, cc_file,
178 if options.dry_run:
H A Dpatman171 options.dry_run, not options.ignore_bad_tags, cc_file,
178 if options.dry_run:
H A Dfunc_test.py133 dry_run = True
155 dry_run, not ignore_bad_tags, cc_file,
H A Dgitutil.py334 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 D0004-Fix-arbitrary-command-execution-in-ed-style-patches-.patch46 + 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 D0003-Allow-input-files-to-be-missing-for-ed-style-patches.patch23 if (! dry_run && ! skip_rest_of_patch) {
H A D0001-Don-t-leak-temporary-file-on-failed-ed-style-patch.patch81 if (! dry_run && ! skip_rest_of_patch) {
/openbmc/openbmc/poky/bitbake/bin/
H A Dbitbake-worker180 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 Dcontrol.py260 if not options.dry_run:
307 if options.dry_run:
H A Dtest.py324 options.dry_run = False
/openbmc/qemu/scripts/codeconverter/
H A Dconverter.py75 if not args.dry_run:
/openbmc/openbmc-tools/openbmc-autobump/
H A Dopenbmc-autobump.py208 if not args.dry_run:
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dappend.py354 if args.dry_run:
363 if args.dry_run:
/openbmc/u-boot/tools/
H A Dmoveconfig.py564 if options.dry_run:
623 if options.dry_run:
697 if options.dry_run:
1257 if not self.options.dry_run and updated:
/openbmc/qemu/scripts/
H A Ddevice-crash-test563 if args.dry_run:
/openbmc/linux/tools/perf/
H A Dbuiltin-inject.c1742 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 De500.c371 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 D13_shlib_weaksym.patch230 extern int dry_run; /* verification flag */
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcookerdata.py137 self.dry_run = False

12