Home
last modified time | relevance | path

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

/linux-4.1.27/samples/bpf/
Dtracex2_user.c69 f = popen("ping -c5 localhost", "r"); in main()
73 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()
Dsockex2_user.c32 f = popen("ping -c5 localhost", "r"); in main()
Dsockex1_user.c27 f = popen("ping -c5 localhost", "r"); in main()
Dsock_example.c97 f = popen("ping -c5 localhost", "r"); in main()
/linux-4.1.27/arch/ia64/scripts/
Dunwcheck.py39 for line in os.popen("%s -u %s" % (readelf, sys.argv[1])):
/linux-4.1.27/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.1.27/tools/perf/ui/browsers/
Dscripts.c151 fp = popen(cmd, "r"); in script_browse()
/linux-4.1.27/tools/perf/util/
Dvdso.c182 f = popen(prog, "r"); in vdso__copy_compat()
Dsrcline.c210 fp = popen(cmd, "r"); in addr2line()
Dannotate.c1056 file = popen(command, "r"); in symbol__annotate()
/linux-4.1.27/tools/perf/tests/
Dcode-reading.c117 f = popen(cmd, "r"); in read_via_objdump()
/linux-4.1.27/tools/hv/
Dhv_kvp_daemon.c762 file = popen(cmd, "r"); in kvp_process_ipconfig_file()
849 file = popen(cmd, "r"); in kvp_get_ipconfig_info()
/linux-4.1.27/drivers/atm/
Dsolos-pci.c916 static int popen(struct atm_vcc *vcc) in popen() function
1177 .open = popen,