Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py120 def getoutput(cmd): function
134 getoutput = commands.getstatusoutput variable
263 rc, data = getoutput(dcmd)
714 rc, hstring = getoutput(elfdump_cmd + " -c " + f)
743 rc, data = getoutput(dump_cmd + " -sn " + section + " " + f)
792 rc, data = getoutput("{} -h {}".format(ctfdump_cmd, f1))
1088 rc, output = getoutput(baseCmd)
1095 rc, output = getoutput(ptchCmd)
1436 rc, arch = getoutput("uname -p")