Searched refs:popen (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.15/samples/bpf/ |
D | sockex3_user.c | 78 f = popen("ping -4 -c5 localhost", "r"); in main() 80 f = popen("netperf -l 4 localhost", "r"); in main()
|
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()
|
D | tracex1_user.c | 41 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
|
D | sockex2_user.c | 38 f = popen("ping -4 -c5 localhost", "r"); in main()
|
D | sockex1_user.c | 32 f = popen("ping -4 -c5 localhost", "r"); in main()
|
D | tracex7_user.c | 49 f = popen(command, "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 | 95 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
|
D | sock_example.c | 102 f = popen("ping -4 -c5 localhost", "r"); in main()
|
/Linux-v5.15/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-v5.15/arch/ia64/scripts/ |
D | unwcheck.py | 40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
|
/Linux-v5.15/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-v5.15/scripts/ |
D | bloat-o-meter | 27 with os.popen("nm --size-sort " + file) as f:
|
/Linux-v5.15/tools/perf/util/ |
D | srcline.c | 421 fp = popen(cmd, "r"); in addr2line() 464 fp = popen(cmd, "r"); in addr2inlines()
|
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-v5.15/scripts/kconfig/ |
D | preprocess.c | 151 p = popen(cmd, "r"); in do_shell()
|
/Linux-v5.15/tools/perf/tests/ |
D | code-reading.c | 198 f = popen(cmd, "r"); in read_via_objdump()
|
/Linux-v5.15/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-v5.15/tools/testing/selftests/bpf/ |
D | test_progs.c | 367 fp = popen("readelf -n ./urandom_read | grep 'Build ID'", "r"); in extract_build_id()
|
/Linux-v5.15/drivers/atm/ |
D | solos-pci.c | 918 static int popen(struct atm_vcc *vcc) in popen() function 1179 .open = popen,
|