/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | check-patch.py | 22 …l(["git", "remote", "remove", "check-patch"], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) 25 stdout=subprocess.DEVNULL, 26 stderr=subprocess.DEVNULL)
|
/openbmc/qemu/scripts/performance/ |
H A D | topN_perf.py | 59 stdout=subprocess.DEVNULL) 65 stdout=subprocess.DEVNULL, 66 stderr=subprocess.DEVNULL) 94 stdout=subprocess.DEVNULL,
|
H A D | topN_callgrind.py | 59 stdout=subprocess.DEVNULL) 67 stdout=subprocess.DEVNULL,
|
H A D | dissect.py | 79 ["which", "valgrind"], stdout=subprocess.DEVNULL) 95 stdout=subprocess.DEVNULL,
|
/openbmc/qemu/scripts/simplebench/ |
H A D | bench_prealloc.py | 54 '16G'], stdout=subprocess.DEVNULL, 55 stderr=subprocess.DEVNULL, check=True)
|
H A D | bench_block_job.py | 110 stdout=subprocess.DEVNULL, 111 stderr=subprocess.DEVNULL, check=True)
|
/openbmc/openbmc/poky/scripts/ |
H A D | oe-setup-layers | 24 …heck_output("git -C %s rev-parse --show-toplevel" % repodir, shell=True, stderr=subprocess.DEVNULL) 33 …ubprocess.check_output("git -C %s rev-parse HEAD" % repodir, shell=True, stderr=subprocess.DEVNULL) 42 …ck_output("git -C %s remote get-url %s" % (repodir, remote), shell=True, stderr=subprocess.DEVNULL)
|
/openbmc/qemu/tests/docker/ |
H A D | docker.py | 36 DEVNULL = open(os.devnull, 'wb') variable 87 stdout=DEVNULL, stderr=DEVNULL) == 0: 241 kwargs["stdout"] = DEVNULL 246 kwargs["stdout"] = DEVNULL 466 stdout = DEVNULL if args.quiet else None
|
/openbmc/qemu/scripts/ci/ |
H A D | gitlab-pipeline-status | 39 stdin=subprocess.DEVNULL, 41 stderr=subprocess.DEVNULL,
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/ |
H A D | 0001-utils-version.py-use-usr-bin-env-in-shebang.patch | 10 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, text=True)
|
/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_hv.py | 78 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
H A D | test_acpi_bits.py | 275 stderr=subprocess.DEVNULL, 276 stdout=subprocess.DEVNULL)
|
H A D | test_virtio_gpu.py | 113 stdin=subprocess.DEVNULL,
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | externalsrc.bbclass | 214 …output(['git', '-C', s_dir, 'rev-parse', '--git-dir'], stderr=subprocess.DEVNULL).decode("utf-8").… 216 …, '-C', d.getVar("TOPDIR"), 'rev-parse', '--git-dir'], stderr=subprocess.DEVNULL).decode("utf-8").… 238 …, 'add', '-A', '.'], cwd=module_dir, env=env, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) 240 …(['git', 'write-tree'], cwd=module_dir, env=env, stdout=subprocess.PIPE, stderr=subprocess.DEVNULL)
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | utils.py | 76 stderr=subprocess.DEVNULL)
|
/openbmc/openbmc-test-automation/lib/ |
H A D | gen_call_robot.py | 520 DEVNULL = open(os.devnull, "wb") 521 stdout = DEVNULL
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | compression.py | 63 with self.do_open(tmp_file, mode="rb", stderr=subprocess.DEVNULL) as f:
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/procmail/procmail/ |
H A D | from-debian-to-fix-compile-errors.patch | 165 @@ -1470,15 +1435,14 @@ cat /usr/lib/sendmail.cf /etc/sendmail.cf /etc/mail/sendmail.cf 2>$DEVNULL | 166 grep 'Mlocal.*procmail' >$DEVNULL || 169 -cat /usr/lib/sendmail.cf /etc/sendmail.cf /etc/mail/sendmail.cf 2>$DEVNULL | 170 - grep '^V' >$DEVNULL || 172 +# cat /usr/lib/sendmail.cf /etc/sendmail.cf /etc/mail/sendmail.cf 2>$DEVNULL | 173 +# grep '^V' >$DEVNULL ||
|
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/ |
H A D | runner.py | 108 stdin=subprocess.DEVNULL, stdout=stdout, stderr=subprocess.STDOUT,
|
/openbmc/qemu/tests/avocado/ |
H A D | replay_linux.py | 117 stdout=subprocess.DEVNULL)
|
H A D | replay_kernel.py | 80 stdout=subprocess.DEVNULL)
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testrunner.py | 281 stdin=subprocess.DEVNULL,
|
/openbmc/linux/Documentation/sphinx/ |
H A D | kfigure.py | 204 stderr=subprocess.DEVNULL)
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_kernel.py | 84 stdout=subprocess.DEVNULL)
|
/openbmc/qemu/python/qemu/machine/ |
H A D | machine.py | 481 stdin=subprocess.DEVNULL,
|