Searched refs:popen (Results 1 – 24 of 24) sorted by relevance
/linux-6.1.9/samples/bpf/ |
D | sockex3_user.c | 77 f = popen("ping -4 -c5 localhost", "r"); in main() 79 f = popen("netperf -l 4 localhost", "r"); in main()
|
D | tracex2_user.c | 150 f = popen("ping -4 -c5 localhost", "r"); in main() 154 f = popen("dd if=/dev/zero of=/dev/null count=5000000", "r"); in main()
|
D | tracex1_user.c | 41 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
|
D | tracex7_user.c | 49 f = popen(command, "r"); in main()
|
D | sockex1_user.c | 41 f = popen("ping -4 -c5 localhost", "r"); in main()
|
D | sockex2_user.c | 45 f = popen("ping -4 -c5 localhost", "r"); in main()
|
D | tracex5_user.c | 89 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
|
D | trace_output_user.c | 93 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
|
D | sock_example.c | 107 f = popen("ping -4 -c5 localhost", "r"); in main()
|
/linux-6.1.9/tools/testing/selftests/vm/ |
D | compaction_test.c | 33 FILE *cmdfile = popen(cmd, "r"); in read_memory_info() 44 cmdfile = popen(cmd, "r"); in read_memory_info()
|
/linux-6.1.9/arch/ia64/scripts/ |
D | unwcheck.py | 40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
|
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/ |
D | mmio_warning_test.c | 84 f = popen("dmesg | grep \"WARNING:\" | wc -l", "r"); in get_warnings_count()
|
/linux-6.1.9/scripts/ |
D | bloat-o-meter | 34 with os.popen("{} --size-sort {}".format(nm, file)) as f:
|
D | sorttable.h | 232 file_start = popen(" grep start_mcount System.map | awk '{print $1}' ", "r"); in get_mcount_loc() 238 file_stop = popen(" grep stop_mcount System.map | awk '{print $1}' ", "r"); in get_mcount_loc()
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_synproxy.c | 19 FILE *f = popen(buf, "r"); \
|
D | verify_pkcs7_sig.c | 188 fp = popen("find /lib/modules/$(uname -r) -name tcp_bic.ko", "r"); in populate_data_item_mod()
|
D | usdt.c | 311 f = popen("./urandom_read 1 report-pid", "r"); in urand_spawn()
|
/linux-6.1.9/tools/perf/util/ |
D | vdso.c | 186 f = popen(prog, "r"); in vdso__copy_compat()
|
D | llvm-utils.c | 138 file = popen(cmd, "r"); in read_from_pipe()
|
/linux-6.1.9/scripts/kconfig/ |
D | preprocess.c | 151 p = popen(cmd, "r"); in do_shell()
|
/linux-6.1.9/tools/perf/tests/ |
D | code-reading.c | 198 f = popen(cmd, "r"); in read_via_objdump()
|
/linux-6.1.9/tools/hv/ |
D | hv_kvp_daemon.c | 649 file = popen(cmd, "r"); in kvp_process_ipconfig_file() 736 file = popen(cmd, "r"); in kvp_get_ipconfig_info()
|
/linux-6.1.9/drivers/atm/ |
D | solos-pci.c | 918 static int popen(struct atm_vcc *vcc) in popen() function 1179 .open = popen,
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_progs.c | 592 fp = popen("readelf -n ./urandom_read | grep 'Build ID'", "r"); in extract_build_id()
|