Home
last modified time | relevance | path

Searched refs:popen (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py96 def __init__(self, popen): argument
97 self.popen = popen
98 super(SubprocessProcess, self).__init__(popen.stdout, popen.stderr)
101 self.popen.wait()
102 return self.popen.returncode
/openbmc/openbmc/poky/meta/recipes-core/libxcrypt/files/
H A Dfix_cflags_handling.patch6 If you pass CFLAGS with a leading space, " " gets passed to popen and convinces
28 + # Remove empty elements, particularly leading ones which cause issues with popen below
32 # cause issues with popen below.
/openbmc/openbmc-test-automation/lib/
H A Dgen_cmd.py479 def kill_cmd(popen, sig=signal.SIGTERM): argument
496 gp.dprint_var(popen.pid)
497 os.killpg(popen.pid, sig)
498 stdout, stderr = popen.communicate()
499 shell_rc = popen.returncode
/openbmc/linux/samples/bpf/
H A Dsockex3_user.c74 f = popen("ping -4 -c5 localhost", "r"); in main()
76 f = popen("netperf -l 4 localhost", "r"); in main()
H A Dtracex2_user.c151 f = popen("ping -4 -c5 localhost", "r"); in main()
155 f = popen("dd if=/dev/zero of=/dev/null count=5000000", "r"); in main()
H A Dtracex1_user.c41 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
H A Dtracex7_user.c49 f = popen(command, "r"); in main()
H A Dsockex2_user.c45 f = popen("ping -4 -c5 localhost", "r"); in main()
H A Dsockex1_user.c41 f = popen("ping -4 -c5 localhost", "r"); in main()
H A Dtracex5_user.c89 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
H A Dtrace_output_user.c93 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
H A Dsock_example.c107 f = popen("ping -4 -c5 localhost", "r"); in main()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py50 …chrome_path = os.popen("find ~/.cache/selenium/chrome/ -name 'chrome' -type f -print -quit").read(…
53 …chromedriver_path = os.popen("find ~/.cache/selenium/chromedriver/ -name 'chromedriver' -type f -p…
57 depends_chrome = os.popen(f"ldd {chrome_path} | grep 'not found'").read().strip()
60 … depends_chromedriver = os.popen(f"ldd {chromedriver_path} | grep 'not found'").read().strip()
/openbmc/openbmc/poky/scripts/
H A Dcrosstap124 self.popen = subprocess.Popen(self.cmd, shell=True,
127 self.__lines = self.popen.stdout.readlines()
128 self.popen.wait()
135 if self.popen.returncode:
/openbmc/linux/tools/testing/selftests/mm/
H A Dcompaction_test.c33 FILE *cmdfile = popen(cmd, "r"); in read_memory_info()
44 cmdfile = popen(cmd, "r"); in read_memory_info()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dfunctional_helpers.py53 port_use = os.popen("lsof -i -P -n | grep '8000 (LISTEN)'").read().strip()
57 process = os.popen(f"ps -o cmd= -p {process_id}").read().strip()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dsoftware_utils.cpp36 FILE* outStream = popen(tarCmd.c_str(), "w"); in unTar()
H A Dutils.cpp108 FILE* pipe = popen(cmd.c_str(), "r"); in executeCmd()
/openbmc/linux/arch/ia64/scripts/
H A Dunwcheck.py40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dcommon_utility.hpp91 popen(l_cmd.c_str(), "r"), pclose); in executeCmd()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dmmio_warning_test.c84 f = popen("dmesg | grep \"WARNING:\" | wc -l", "r"); in get_warnings_count()
/openbmc/phosphor-fan-presence/
H A Dhwmon_ffdc.cpp28 popen(command.c_str(), "r"), pipe_close); in executeCommand()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/
H A Dlibtalloc_2.4.2.bb35 # Cross_compile cannot use preforked process, since fork process earlier than point subproces.popen
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtevent/
H A Dlibtevent_0.16.1.bb38 # Cross_compile cannot use preforked process, since fork process earlier than point subproces.popen
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtdb/
H A Dlibtdb_1.4.12.bb35 # Cross_compile cannot use preforked process, since fork process earlier than point subproces.popen

123