/openbmc/pldm/tools/visualize-pdr/ |
H A D | pldm_visualise_pdrs.py | 96 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 D | fix_cflags_handling.patch | 6 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 D | gen_cmd.py | 479 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 D | sockex3_user.c | 74 f = popen("ping -4 -c5 localhost", "r"); in main() 76 f = popen("netperf -l 4 localhost", "r"); in main()
|
H A D | tracex2_user.c | 151 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 D | tracex1_user.c | 41 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
|
H A D | tracex7_user.c | 49 f = popen(command, "r"); in main()
|
H A D | sockex2_user.c | 45 f = popen("ping -4 -c5 localhost", "r"); in main()
|
H A D | sockex1_user.c | 41 f = popen("ping -4 -c5 localhost", "r"); in main()
|
H A D | tracex5_user.c | 89 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
|
H A D | trace_output_user.c | 93 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
|
H A D | sock_example.c | 107 f = popen("ping -4 -c5 localhost", "r"); in main()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | selenium_helpers_base.py | 50 …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 D | crosstap | 124 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 D | compaction_test.c | 33 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 D | functional_helpers.py | 53 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 D | software_utils.cpp | 36 FILE* outStream = popen(tarCmd.c_str(), "w"); in unTar()
|
H A D | utils.cpp | 108 FILE* pipe = popen(cmd.c_str(), "r"); in executeCmd()
|
/openbmc/linux/arch/ia64/scripts/ |
H A D | unwcheck.py | 40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
|
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
H A D | common_utility.hpp | 91 popen(l_cmd.c_str(), "r"), pclose); in executeCmd()
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | mmio_warning_test.c | 84 f = popen("dmesg | grep \"WARNING:\" | wc -l", "r"); in get_warnings_count()
|
/openbmc/phosphor-fan-presence/ |
H A D | hwmon_ffdc.cpp | 28 popen(command.c_str(), "r"), pipe_close); in executeCommand()
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/libtalloc/ |
H A D | libtalloc_2.4.2.bb | 35 # 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 D | libtevent_0.16.1.bb | 38 # 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 D | libtdb_1.4.12.bb | 35 # Cross_compile cannot use preforked process, since fork process earlier than point subproces.popen
|