Searched refs:vbox (Results 1 - 25 of 106) sorted by relevance

12345

/vbox/src/VBox/ValidationKit/
H A Dtd-dummy.py30 import testdriver.vbox namespace
33 class DummyTestDriver(testdriver.vbox.TestDriver):
39 testdriver.vbox.TestDriver.__init__(self);
/vbox/src/VBox/Additions/linux/drm/
H A Dvbox_main.c82 struct vbox_private *vbox = fb->dev->dev_private; local
86 LogFunc(("vboxvideo: %d: fb=%p, cRects=%u, vbox=%p\n", __LINE__, fb,
87 cRects, vbox));
88 spin_lock_irqsave(&vbox->dev_lock, flags);
95 struct VBVABUFFER *pVBVA = vbox->paVBVACtx[iCrtc].pVBVA;
100 pVBVA = (struct VBVABUFFER *) ( ((uint8_t *)vbox->vram)
101 + vbox->vram_size
103 if (!VBoxVBVAEnable(&vbox->paVBVACtx[iCrtc], &vbox->Ctx, pVBVA, iCrtc))
118 if (VBoxVBVABufferBeginUpdate(&vbox
222 vbox_vbva_init(struct vbox_private *vbox) argument
300 struct vbox_private *vbox; local
364 struct vbox_private *vbox = dev->dev_private; local
[all...]
H A Dvbox_ttm.c70 * Adds the vbox memory manager object/structures to the global memory manager.
72 static int vbox_ttm_global_init(struct vbox_private *vbox) argument
77 global_ref = &vbox->ttm.mem_global_ref;
90 vbox->ttm.bo_global_ref.mem_glob =
91 vbox->ttm.mem_global_ref.object;
92 global_ref = &vbox->ttm.bo_global_ref.ref;
101 drm_global_item_unref(&vbox->ttm.mem_global_ref);
108 * Removes the vbox memory manager object from the global memory manager.
111 vbox_ttm_global_release(struct vbox_private *vbox) argument
113 if (vbox
186 struct vbox_private *vbox = vbox_bdev(bdev); local
280 vbox_mm_init(struct vbox_private *vbox) argument
324 vbox_mm_fini(struct vbox_private *vbox) argument
383 struct vbox_private *vbox = dev->dev_private; local
505 struct vbox_private *vbox; local
[all...]
H A Dvbox_mode.c23 * Parts based on xf86-video-vbox
69 struct vbox_private *vbox; local
76 vbox = crtc->dev->dev_private;
92 VBoxHGSMIProcessDisplayInfo(&vbox->Ctx, vbox_crtc->crtc_id,
103 struct vbox_private *vbox = crtc->dev->dev_private; local
115 p = VBoxHGSMIBufferAlloc(&vbox->Ctx, sizeof(VBVAINFOVIEW), HGSMI_CH_VBVA,
122 pInfo->u32ViewSize = vbox->vram_size - vbox_crtc->offFB
124 pInfo->u32MaxScreenSize = vbox->vram_size - vbox_crtc->offFB;
125 VBoxHGSMIBufferSubmit(&vbox->Ctx, p);
126 VBoxHGSMIBufferFree(&vbox
142 struct vbox_private *vbox = crtc->dev->dev_private; local
175 struct vbox_private *vbox = crtc->dev->dev_private; local
230 struct vbox_private *vbox = crtc->dev->dev_private; local
623 struct vbox_private *vbox = pDev->dev_private; local
656 struct vbox_private *vbox = crtc->dev->dev_private; local
[all...]
H A Dvbox_fb.c100 struct vbox_private *vbox = dev->dev_private; local
135 spin_lock_irqsave(&vbox->dev_lock, flags);
152 spin_unlock_irqrestore(&vbox->dev_lock, flags);
159 spin_unlock_irqrestore(&vbox->dev_lock, flags);
439 struct vbox_private *vbox = dev->dev_private; local
448 vbox->fbdev = afbdev;
450 ret = drm_fb_helper_init(dev, &afbdev->helper, vbox->cCrtcs, vbox->cCrtcs);
465 struct vbox_private *vbox = dev->dev_private; local
467 if (!vbox
478 struct vbox_private *vbox = dev->dev_private; local
[all...]
/vbox/src/apps/svnsync-vbox/
H A DMakefile25 all: svnsync-vbox
27 svnsync-vbox: main.c
30 svnsync-vbox: svn_private_config.h
32 svnsync-vbox: Makefile
/vbox/src/VBox/Main/webservice/samples/perl/
H A Dclienttest.pl106 {'xsi:type' => 'vbox:LockType', %$attr},
118 {'xsi:type' => 'vbox:DeviceType', %$attr},
130 {'xsi:type' => 'vbox:AccessMode', %$attr},
137 my $vbox = vboxService->IWebsessionManager_logon("test", "test");
139 if (!$vbox)
146 my $v = vboxService->IVirtualBox_getVersion($vbox);
152 my @result = vboxService->IVirtualBox_getMachines($vbox);
163 my $machine = vboxService->IVirtualBox_findMachine($vbox, $vmname);
168 my $session = vboxService->IWebsessionManager_getSessionObject($vbox);
199 vboxService->IWebsessionManager_logoff($vbox);
[all...]
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dclienttest.java41 IVirtualBox vbox; field in class:clienttest
46 vbox = mgr.logon("test", "test");
47 System.out.println("Initialized connection to VirtualBox version " + vbox.getVersion());
52 mgr.disconnect(vbox);
80 vbox.getSystemProperties().getDefaultMachineFolder();
82 IMachine machine = vbox.createMachine(baseFolder,
94 ISession session = mgr.getSessionObject(vbox);
96 vbox.openSession(session, id);
136 for (IMachine m : vbox.getMachines())
151 IHost host = vbox
[all...]
H A Dmetrictest.java76 public PerformanceCollector(IVirtualBox vbox) argument
78 _vbox = vbox;
79 _collector = vbox.getPerformanceCollector();
138 IVirtualBox vbox; field in class:metrictest
145 vbox = mgr.logon("test", "test");
146 System.out.println("Initialized connection to VirtualBox version " + vbox.getVersion());
147 perf = new PerformanceCollector(vbox);
198 if (vbox != null)
200 mgr.logoff(vbox);
201 vbox
[all...]
/vbox/src/VBox/Main/glue/tests/
H A DTestVBoxNATEngine.java25 void testEnumeration(VirtualBoxManager mgr, IVirtualBox vbox, IMachine vm) argument
33 vbox.getSystemProperties().getMaxNetworkAdapters(chipsetType).intValue()];
89 static void testStart(VirtualBoxManager mgr, IVirtualBox vbox, IMachine vm) argument
132 IVirtualBox vbox = mgr.getVBox();
133 if (vbox != null)
137 for (IMachine m:vbox.getMachines())
148 vm = vbox.getMachines().get(0);
149 System.out.println("VirtualBox version: " + vbox.getVersion() + "\n");
152 testEnumeration(mgr, vbox, vm);
153 testStart(mgr, vbox, v
[all...]
H A DTestVBox.java83 static void testEnumeration(VirtualBoxManager mgr, IVirtualBox vbox) argument
85 List<IMachine> machs = vbox.getMachines();
101 IGuestOSType foo = vbox.getGuestOSType(osType);
132 static void testStart(VirtualBoxManager mgr, IVirtualBox vbox) argument
134 IMachine m = vbox.getMachines().get(0);
171 static void testReadLog(VirtualBoxManager mgr, IVirtualBox vbox) argument
173 IMachine m = vbox.getMachines().get(0);
238 IVirtualBox vbox = mgr.getVBox();
239 if (vbox != null)
241 System.out.println("VirtualBox version: " + vbox
[all...]
/vbox/src/VBox/Main/webservice/samples/python/
H A Dclienttest.py46 vbox = wrapper.vbox
48 print "Running VirtualBox version %s" %(vbox.version)
54 for mach in wrapper.getArray(vbox, 'machines'):
82 session = mgr.getSessionObject(vbox)
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DUIVirtualBoxEventHandler.cpp76 const CVirtualBox vbox = vboxGlobal().virtualBox(); local
77 AssertWrapperOk(vbox);
79 CEventSource eventSourceVirtualBox = vbox.GetEventSource();
124 const CVirtualBox vbox = vboxGlobal().virtualBox(); local
125 AssertWrapperOk(vbox);
127 CEventSource eventSourceVirtualBox = vbox.GetEventSource();
/vbox/src/VBox/Main/testcase/VBoxVBTest/
H A DTestForm.frm86 'PATH_OUT_BASE = "D:/Coding/innotek/vbox/out"
111 Dim vbox As VirtualBox.VirtualBox
112 Set vbox = New VirtualBox.VirtualBox
116 versionLabel.Caption = vbox.Version
121 machines = vbox.Machines2
/vbox/src/VBox/Installer/solaris/
H A DVBox.sh54 vbox-img)
55 exec "$INSTALL_DIR/vbox-img" "$0"
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/
H A DUIWizardCloneVM.cpp65 CVirtualBox vbox = vboxGlobal().virtualBox(); local
119 const QString &strSettingsFile = vbox.ComposeMachineFilename(strName, QString::null /**< @todo group support */, QString::null, QString::null);
120 CMachine cloneMachine = vbox.CreateMachine(strSettingsFile, strName, QVector<QString>(), QString::null, QString::null);
121 if (!vbox.isOk())
123 msgCenter().cannotCreateMachine(vbox, this);
154 vbox.RegisterMachine(cloneMachine);
155 if (!vbox.isOk())
157 msgCenter().cannotRegisterMachine(vbox, cloneMachine.GetName(), this);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVD.cpp67 CVirtualBox vbox = vboxGlobal().virtualBox(); local
70 CMedium virtualDisk = vbox.CreateMedium(mediumFormat.GetName(), strMediumPath, KAccessMode_ReadWrite, KDeviceType_HardDisk);
71 if (!vbox.isOk())
73 msgCenter().cannotCreateHardDiskStorage(vbox, strMediumPath, this);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVD.cpp71 CVirtualBox vbox = vboxGlobal().virtualBox(); local
74 CMedium virtualDisk = vbox.CreateMedium(mediumFormat.GetName(), strMediumPath, KAccessMode_ReadWrite, KDeviceType_HardDisk);
75 if (!vbox.isOk())
77 msgCenter().cannotCreateHardDiskStorage(vbox, strMediumPath, this);
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxGlobalSettings.cpp151 * returns and the vbox argument will hold all error info (and therefore
152 * vbox.isOk() will be false to indicate this).
160 void VBoxGlobalSettings::load (CVirtualBox &vbox) argument
164 QString value = vbox.GetExtraData(gPropertyMap[i].publicName);
165 if (!vbox.isOk())
170 value = vbox.GetExtraData("GUI/Input/HostKey");
186 * returns and the vbox argument will hold all error info (and therefore
187 * vbox.isOk() will be false to indicate this).
189 void VBoxGlobalSettings::save (CVirtualBox &vbox) const
196 vbox
[all...]
/vbox/src/VBox/ValidationKit/tests/smoketests/
H A DtdSmokeTest1.py46 from testdriver import vbox; namespace
50 class tdSmokeTest1(vbox.TestDriver):
56 vbox.TestDriver.__init__(self);
67 rc = vbox.TestDriver.showUsage(self);
105 return vbox.TestDriver.parseOption(self, asArgs, iArg);
114 return vbox.TestDriver.actionVerify(self);
/vbox/src/VBox/ValidationKit/tests/benchmarks/
H A DtdBenchmark1.py45 from testdriver import vbox; namespace
49 class tdBenchmark1(vbox.TestDriver):
55 vbox.TestDriver.__init__(self);
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/firstrun/
H A DUIWizardFirstRun.cpp52 /* Get 'vbox' global object: */
53 CVirtualBox vbox = vboxGlobal().virtualBox(); local
55 const CGuestOSType &osType = vbox.GetGuestOSType(m_machine.GetOSTypeId());
135 /* Get 'vbox' global object: */
136 CVirtualBox vbox = vboxGlobal().virtualBox(); local
138 const CGuestOSType &osType = vbox.GetGuestOSType(machine.GetOSTypeId());
/vbox/src/VBox/NetworkServices/NetLib/
H A Dutils.h47 inline int findDhcpServer(const ComVirtualBoxPtr& vbox, const std::string& name, ComDhcpServerPtr& dhcp) argument
49 HRESULT hrc = vbox->FindDHCPServerByNetworkName(com::Bstr(name.c_str()).raw(),
57 inline int findNatNetwork(const ComVirtualBoxPtr& vbox, const std::string& name, ComNatPtr& nat) argument
59 HRESULT hrc = vbox->FindNATNetworkByName(com::Bstr(name.c_str()).raw(),
/vbox/src/VBox/Additions/solaris/Installer/
H A Dpreremove.sh52 /name=vboxguest/d' /etc/devlink.tab > /etc/devlink.vbox
53 mv -f /etc/devlink.vbox /etc/devlink.tab
/vbox/src/VBox/Installer/linux/debian/
H A Dpreinst.in58 if [ -r /etc/vbox/vbox.cfg ]; then
59 . /etc/vbox/vbox.cfg

Completed in 91 milliseconds

12345