Searched refs:Popen (Results 1 - 22 of 22) sorted by relevance

/solaris-userland-s11u3/components/openstack/ironic/files/
H A Dironic-db18 from subprocess import Popen, PIPE
36 proc = Popen(cmd, stderr=PIPE, stdout=PIPE)
46 proc = Popen(cmd, stderr=PIPE, stdout=PIPE)
H A Dironic-upgrade19 from subprocess import check_call, Popen, PIPE
112 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
118 p = Popen(['/usr/bin/pkg', 'contents', '-H', '-t', 'set', '-o', 'value',
/solaris-userland-s11u3/components/openstack/neutron/files/
H A Dneutron-dhcp-agent23 from subprocess import CalledProcessError, Popen, PIPE, check_call
29 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
38 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
71 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
H A Dneutron-l3-agent24 from subprocess import CalledProcessError, Popen, PIPE, check_call
34 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
43 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
62 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
71 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
115 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
135 p = Popen(["echo", ipf], stdout=PIPE)
178 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
194 p = Popen(["echo", ipnat_rule], stdout=PIPE)
203 p = Popen(cm
[all...]
H A Dneutron-upgrade19 from subprocess import check_call, Popen, PIPE
66 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
72 p = Popen(['/usr/bin/pkg', 'contents', '-H', '-t', 'set', '-o', 'value',
/solaris-userland-s11u3/components/openstack/keystone/files/
H A Dkeystone22 from subprocess import CalledProcessError, check_call, Popen
29 Popen(cmd, stdout=sys.stdout, stderr=sys.stderr)
H A Dkeystone-upgrade19 from subprocess import check_call, Popen, PIPE
126 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
132 p = Popen(['/usr/bin/pkg', 'contents', '-H', '-t', 'set', '-o', 'value',
/solaris-userland-s11u3/components/openstack/swift/files/
H A Dswift-upgrade19 from subprocess import check_call, Popen, PIPE
72 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
78 p = Popen(['/usr/bin/pkg', 'contents', '-H', '-t', 'set', '-o', 'value',
H A Dswift-replicator-rsync41 proc = subprocess.Popen(cmdline)
/solaris-userland-s11u3/components/openstack/cinder/files/
H A Dcinder-upgrade19 from subprocess import check_call, Popen, PIPE
128 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
134 p = Popen(['/usr/bin/pkg', 'contents', '-H', '-t', 'set', '-o', 'value',
H A Dcinder-volume-setup23 from subprocess import CalledProcessError, Popen, PIPE, check_call
70 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
76 p = Popen(["/usr/bin/ls", "-dv", mountpoint], stdout=PIPE, stderr=PIPE)
/solaris-userland-s11u3/components/openstack/glance/files/
H A Dglance-upgrade19 from subprocess import check_call, Popen, PIPE
228 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
234 p = Popen(['/usr/bin/pkg', 'contents', '-H', '-t', 'set', '-o', 'value',
/solaris-userland-s11u3/components/openstack/heat/files/
H A Dheat-upgrade19 from subprocess import check_call, Popen, PIPE
50 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
56 p = Popen(['/usr/bin/pkg', 'contents', '-H', '-t', 'set', '-o', 'value',
/solaris-userland-s11u3/components/openstack/nova/files/
H A Dnova-compute19 from subprocess import CalledProcessError, Popen, PIPE, check_call
27 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
H A Dnova-upgrade19 from subprocess import check_call, Popen, PIPE
133 p = Popen(['/usr/bin/svcprop', '-p', 'config/upgrade-id',
139 p = Popen(['/usr/bin/pkg', 'contents', '-H', '-t', 'set', '-o', 'value',
H A Dzone-vnc-console68 svcprop = subprocess.Popen(cmd, stdout=subprocess.PIPE,
118 vnc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
133 svccfg = subprocess.Popen(cmd, stdout=subprocess.PIPE,
161 svccfg = subprocess.Popen(cmd, stdout=subprocess.PIPE,
224 xwininfo = subprocess.Popen(cmd, stdout=subprocess.PIPE,
292 gtf = subprocess.Popen(cmd, stdout=subprocess.PIPE,
311 newmode = subprocess.Popen(cmd, stdout=subprocess.PIPE,
322 addmode = subprocess.Popen(cmd, stdout=subprocess.PIPE,
332 addmode = subprocess.Popen(cmd, stdout=subprocess.PIPE,
/solaris-userland-s11u3/tools/
H A Dbass-o-matic90 proc = subprocess.Popen(['gmake', targets], cwd=path,
160 proc = subprocess.Popen(['gmake'] + args)
H A Duserland-incorporator124 tmp = subprocess.Popen(["/usr/bin/pkgrepo", "list", "-F", "json",
/solaris-userland-s11u3/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py118 from subprocess import CalledProcessError, Popen, PIPE, check_call namespace
203 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
358 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
907 p = Popen(cmd, stdout=PIPE, stderr=PIPE)
/solaris-userland-s11u3/components/openstack/cinder/files/solaris/
H A Dzfs.py317 p1 = subprocess.Popen(cmd1, stdout=subprocess.PIPE,
328 p2 = subprocess.Popen(cmd2, stdin=p1.stdout,
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py32 from subprocess import Popen, PIPE namespace
738 pc = Popen(cmd, stdout=PIPE, stderr=PIPE)
755 pc = Popen(cmd, stdout=PIPE, stderr=PIPE)
874 pc = Popen(cmd, stdout=PIPE, stderr=PIPE)
893 pc = Popen(cmd, stdout=PIPE, stderr=PIPE)
/solaris-userland-s11u3/tools/python/pkglint/
H A Duserland.py250 aslr_tag_process = subprocess.Popen(

Completed in 35 milliseconds