Lines Matching +refs:val +refs:report
636 val = guest.getStatistic( cpu, all_stats[s])
637 print "%s: %d" % (s, val)
810 val = xdict['v']
811 matches = (str(getattr(self.obj, attr)) == val)
839 XPathNode.__init__(self, parent, obj, 'val '+xpathname)
2151 def asSize(val, inBytes):
2153 return int(val)/(1024*1024)
2155 return int(val)
2913 (rc, report) = natcommands[func](ctx, mach, nicnum, natEngine, cmdargs)
2918 elif report is not None:
2919 for r in report:
3090 (rc, report) = niccomand[func](ctx, vm, nicnum, adapter, cmdargs)
3093 if report is not None:
3094 print '%s nic %d %s: %s' % (vm.name, nicnum, args[3], report)