Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dsockex3_user.c43 f = popen("ping -c5 localhost", "r"); in main()
45 f = popen("netperf -l 4 localhost", "r"); in main()
Dtracex2_user.c118 f = popen("ping -c5 localhost", "r"); in main()
122 f = popen("dd if=/dev/zero of=/dev/null count=5000000", "r"); in main()
Dtracex1_user.c19 f = popen("taskset 1 ping -c5 localhost", "r"); in main()
Dtracex5_user.c40 f = popen("dd if=/dev/zero of=/dev/null count=5", "r"); in main()
Dsockex1_user.c27 f = popen("ping -c5 localhost", "r"); in main()
Dsockex2_user.c32 f = popen("ping -c5 localhost", "r"); in main()
Dsock_example.c97 f = popen("ping -c5 localhost", "r"); in main()
Dtrace_output_user.c186 f = popen("taskset 1 dd if=/dev/zero of=/dev/null", "r"); in main()
/linux-4.4.14/tools/testing/selftests/vm/
Dcompaction_test.c29 FILE *cmdfile = popen(cmd, "r"); in read_memory_info()
40 cmdfile = popen(cmd, "r"); in read_memory_info()
/linux-4.4.14/arch/ia64/scripts/
Dunwcheck.py39 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/linux-4.4.14/scripts/
Dbloat-o-meter18 for l in os.popen("nm --size-sort " + file).readlines():
Danalyze_suspend.py139 v = os.popen(self.adb+' shell cat /proc/version').read().strip()
978 out = os.popen(sysvals.adb+' shell ls '+tp+f).read().strip()
1037 out = os.popen('cat '+sysvals.ftracefile+' | grep "'+e+': "').read()
2774 out = os.popen(sysvals.adb+\
2801 check = os.popen(sysvals.adb+\
2838 desc = os.popen('cat %s/product 2>/dev/null' % \
2840 ctrl = os.popen('cat %s/power/control 2>/dev/null' % \
2907 field[i] = os.popen('cat %s/%s 2>/dev/null' % \
2919 power[i] = os.popen('cat %s/power/%s 2>/dev/null' % \
2954 line = os.popen(sysvals.adb+' shell cat '+\
[all …]
/linux-4.4.14/tools/perf/ui/browsers/
Dscripts.c151 fp = popen(cmd, "r"); in script_browse()
/linux-4.4.14/tools/perf/util/
Dvdso.c182 f = popen(prog, "r"); in vdso__copy_compat()
Dllvm-utils.c102 file = popen(cmd, "r"); in read_from_pipe()
Dsrcline.c225 fp = popen(cmd, "r"); in addr2line()
Dannotate.c1210 file = popen(command, "r"); in symbol__annotate()
/linux-4.4.14/tools/perf/tests/
Dcode-reading.c147 f = popen(cmd, "r"); in read_via_objdump()
/linux-4.4.14/tools/hv/
Dhv_kvp_daemon.c760 file = popen(cmd, "r"); in kvp_process_ipconfig_file()
847 file = popen(cmd, "r"); in kvp_get_ipconfig_info()
/linux-4.4.14/drivers/atm/
Dsolos-pci.c924 static int popen(struct atm_vcc *vcc) in popen() function
1185 .open = popen,