Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dsockex3_user.c78 f = popen("ping -4 -c5 localhost", "r"); in main()
80 f = popen("netperf -l 4 localhost", "r"); in main()
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()
A Dtracex1_user.c41 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
A Dsockex1_user.c32 f = popen("ping -4 -c5 localhost", "r"); in main()
A Dsockex2_user.c38 f = popen("ping -4 -c5 localhost", "r"); in main()
A Dtracex7_user.c49 f = popen(command, "r"); in main()
A Dtracex5_user.c89 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
A Dsock_example.c102 f = popen("ping -4 -c5 localhost", "r"); in main()
A Dtrace_output_user.c95 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
/linux/tools/testing/selftests/vm/
A Dcompaction_test.c33 FILE *cmdfile = popen(cmd, "r"); in read_memory_info()
44 cmdfile = popen(cmd, "r"); in read_memory_info()
/linux/arch/ia64/scripts/
A Dunwcheck.py40 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/linux/tools/testing/selftests/kvm/x86_64/
A Dmmio_warning_test.c84 f = popen("dmesg | grep \"WARNING:\" | wc -l", "r"); in get_warnings_count()
/linux/scripts/
A Dbloat-o-meter27 with os.popen("nm --size-sort " + file) as f:
/linux/tools/perf/util/
A Dvdso.c186 f = popen(prog, "r"); in vdso__copy_compat()
A Dllvm-utils.c138 file = popen(cmd, "r"); in read_from_pipe()
/linux/scripts/kconfig/
A Dpreprocess.c151 p = popen(cmd, "r"); in do_shell()
/linux/tools/hv/
A Dhv_kvp_daemon.c649 file = popen(cmd, "r"); in kvp_process_ipconfig_file()
736 file = popen(cmd, "r"); in kvp_get_ipconfig_info()
/linux/tools/perf/tests/
A Dcode-reading.c198 f = popen(cmd, "r"); in read_via_objdump()
/linux/drivers/atm/
A Dsolos-pci.c918 static int popen(struct atm_vcc *vcc) in popen() function
1179 .open = popen,
/linux/tools/testing/selftests/bpf/
A Dtest_progs.c379 fp = popen("readelf -n ./urandom_read | grep 'Build ID'", "r"); in extract_build_id()

Completed in 41 milliseconds