Home
last modified time | relevance | path

Searched refs:DEVNULL (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/drivers/gpu/drm/ci/
H A Dcheck-patch.py22 …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 DtopN_perf.py59 stdout=subprocess.DEVNULL)
65 stdout=subprocess.DEVNULL,
66 stderr=subprocess.DEVNULL)
94 stdout=subprocess.DEVNULL,
H A DtopN_callgrind.py59 stdout=subprocess.DEVNULL)
67 stdout=subprocess.DEVNULL,
H A Ddissect.py79 ["which", "valgrind"], stdout=subprocess.DEVNULL)
95 stdout=subprocess.DEVNULL,
/openbmc/qemu/scripts/simplebench/
H A Dbench_prealloc.py54 '16G'], stdout=subprocess.DEVNULL,
55 stderr=subprocess.DEVNULL, check=True)
H A Dbench_block_job.py110 stdout=subprocess.DEVNULL,
111 stderr=subprocess.DEVNULL, check=True)
/openbmc/openbmc/poky/scripts/
H A Doe-setup-layers24 …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 Ddocker.py36 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 Dgitlab-pipeline-status39 stdin=subprocess.DEVNULL,
41 stderr=subprocess.DEVNULL,
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/
H A D0001-utils-version.py-use-usr-bin-env-in-shebang.patch10 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, text=True)
/openbmc/qemu/tests/functional/
H A Dtest_ppc64_hv.py78 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
H A Dtest_acpi_bits.py275 stderr=subprocess.DEVNULL,
276 stdout=subprocess.DEVNULL)
H A Dtest_virtio_gpu.py113 stdin=subprocess.DEVNULL,
/openbmc/openbmc/poky/meta/classes/
H A Dexternalsrc.bbclass214 …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 Dutils.py76 stderr=subprocess.DEVNULL)
/openbmc/openbmc-test-automation/lib/
H A Dgen_call_robot.py520 DEVNULL = open(os.devnull, "wb")
521 stdout = DEVNULL
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dcompression.py63 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 Dfrom-debian-to-fix-compile-errors.patch165 @@ -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 Drunner.py108 stdin=subprocess.DEVNULL, stdout=stdout, stderr=subprocess.STDOUT,
/openbmc/qemu/tests/avocado/
H A Dreplay_linux.py117 stdout=subprocess.DEVNULL)
H A Dreplay_kernel.py80 stdout=subprocess.DEVNULL)
/openbmc/qemu/tests/qemu-iotests/
H A Dtestrunner.py281 stdin=subprocess.DEVNULL,
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py204 stderr=subprocess.DEVNULL)
/openbmc/linux/tools/testing/kunit/
H A Dkunit_kernel.py84 stdout=subprocess.DEVNULL)
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py481 stdin=subprocess.DEVNULL,

12