Lines Matching refs:vb

240     vbox = ctx['vb']
263 vbox = ctx['vb']
295 if ctx['vb'] is not None:
297 ctx['_machlist'] = ctx['global'].getArray(ctx['vb'], 'machines')
697 vbox = ctx['vb']
780 mach = ctx['vb'].getMachine(uuid)
782 mach = ctx['vb'].findMachine(uuid)
860 self.maxNic = self.getCtx()['vb'].systemProperties.getMaxNetworkAdapters(self.obj.chipsetType)
879 return [XPathNodeHolderVM(self, self.ctx['vb'])]
964 vmos = ctx['vb'].getGuestOSType(mach.OSTypeId)
1096 ctx['vb'].getGuestOSType(oskind)
1459 ctx['vb'].setExtraData(key, value)
1481 obj = ctx['vb']
1525 vbox = ctx['vb']
1639 vbox = ctx['vb']
1860 if ctx['vb'] is not None:
1881 ctx['vb'] = vbox
1888 ctx['perf'] = ctx['global'].getPerfCollector(ctx['vb'])
1896 if ctx['vb'] is None:
1903 ctx['vb'] = None
1906 ctx['vb'] = None
1920 ctx['vb'] = ctx['global'].platform.connect(url, user, passwd)
1922 print "Running VirtualBox version %s" % (ctx['vb'].version)
1946 app = ctx['vb'].createAppliance()
2162 hdds = ctx['global'].getArray(ctx['vb'], 'hardDisks')
2169 dvds = ctx['global'].getArray(ctx['vb'], 'DVDImages')
2176 floppys = ctx['global'].getArray(ctx['vb'], 'floppyImages')
2190 host = ctx['vb'].host
2215 hdd = ctx['vb'].createMedium(format, loc, ctx['global'].constants.AccessMode_ReadWrite, ctx['global'].constants.DeviceType_HardDisk)
2231 vbox = ctx['vb']
2253 vbox = ctx['vb']
2288 vbox = ctx['vb']
2304 vbox = ctx['vb']
2333 vbox = ctx['vb']
2351 vbox = ctx['vb']
2362 vbox = ctx['vb']
2380 vbox = ctx['vb']
2403 vbox = ctx['vb']
2426 vbox = ctx['vb']
2445 vbox = ctx['vb']
2472 vbox = ctx['vb']
2778 prefix = '%s/TFTP/' % (ctx['vb'].homeFolder)
2893 if len(args) < 3 or not args[2].isdigit() or int(args[2]) not in range(0, ctx['vb'].systemProperties.getMaxNetworkAdapters(mach.chipsetType)):
2894 print 'please specify adapter num %d isn\'t in range [0-%d]' % (args[2], ctx['vb'].systemProperties.getMaxNetworkAdapters(mach.chipsetType))
3080 or int(args[2]) not in range(0, ctx['vb'].systemProperties.getMaxNetworkAdapters(vm.chipsetType)):
3081 print 'please specify adapter num %d isn\'t in range [0-%d]'% (args[2], ctx['vb'].systemProperties.getMaxNetworkAdapters(vm.chipsetType))
3348 if ctx['remote'] and ctx['vb'] is None:
3366 # print "Testy test", ctx['vb']
3408 if ctx['remote'] or ctx['vb'] is None:
3413 return ctx['vb'].homeFolder
3422 vbox = ctx['vb']
3583 'vb': oVBoxMgr.vbox,