Lines Matching refs:controller
1027 for controller in controllers:
1028 print " '%s': bus %s type %s" % (controller.name, asEnumElem(ctx, "StorageBus", controller.bus), asEnumElem(ctx, "StorageControllerType", controller.controllerType))
1035 print " Controller: '%s' port/device: %d:%d type: %s (%s):" % (a.controller, a.port, a.device, asEnumElem(ctx, "DeviceType", a.type), a.type)
2200 return [a.controller, a.port, a.device]
2247 print "usage: attachHdd vm hdd controller port:slot"
2275 mach.detachDevice(a.controller, a.port, a.device)
2397 print "usage: attachIso vm iso controller port:slot"
2439 print "usage: mountIso vm iso controller port:slot"
2457 # autodetect controller and location, just find first controller with media == DVD
2466 print "usage: unmountIso vm controller port:slot"
2478 # autodetect controller and location, just find first controller with media == DVD
3316 'attachCtr': ['Attach storage controller to the VM: attachCtr win Ctr0 IDE ICH6', attachCtrCmd, 0],