Searched refs:VirtualBox (Results 1 - 25 of 306) sorted by relevance

1234567891011>>

/vbox/include/VBox/com/
H A DVirtualBox.h2 * MS COM / XPCOM Abstraction Layer - VirtualBox COM Library definitions.
8 * /src/VBox/Main/idl/VirtualBox.xidl, which contains all the VirtualBox
9 * interfaces; the include file is called VirtualBox.h on Windows hosts
12 * included by the rest of the VirtualBox code.
18 * This file is part of VirtualBox Open Source Edition (OSE), as
23 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
29 * VirtualBox OSE distribution, in which case the provisions of the
39 // generated VirtualBox CO
[all...]
/vbox/src/VBox/Installer/solaris/
H A Dpreremove.sh4 # VirtualBox preremove script for Solaris.
8 # VirtualBox preremove script for Solaris.
12 # This file is part of VirtualBox Open Source Edition (OSE), as
17 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
23 echo "Removing VirtualBox services and drivers..."
24 ${PKG_INSTALL_ROOT:=/}/opt/VirtualBox/vboxconfig.sh --preremove
H A Dpkginstall.sh5 # VirtualBox postinstall script for Solaris.
7 # If you just installed VirtualBox using IPS/pkg(5), you should run this
8 # script once to avoid rebooting the system before using VirtualBox.
14 # This file is part of VirtualBox Open Source Edition (OSE), as
19 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
40 ${PKG_INSTALL_ROOT:=/}/opt/VirtualBox/vboxconfig.sh --preremove --fatal ${ISIPS} ${DEBUGOPT}
44 $PKG_INSTALL_ROOT/opt/VirtualBox/vboxconfig.sh --postinstall ${DEBUGOPT}
H A Dpostinstall.sh4 # VirtualBox postinstall script for Solaris.
10 # This file is part of VirtualBox Open Source Edition (OSE), as
15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
23 ${PKG_INSTALL_ROOT:=/}/opt/VirtualBox/pkginstall.sh --srv4 ${DEBUGOPT}
H A DVBox.sh3 # Oracle VM VirtualBox startup script, Solaris hosts.
9 # This file is part of VirtualBox Open Source Edition (OSE), as
14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
20 INSTALL_DIR="/opt/VirtualBox/amd64"
22 INSTALL_DIR="/opt/VirtualBox/i386"
27 VirtualBox|virtualbox)
28 exec "$INSTALL_DIR/VirtualBox" "$@"
H A Dsmf-vboxautostart.sh6 # This file is part of VirtualBox Open Source Edition (OSE), as
11 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
27 if [ ! -f /opt/VirtualBox/VBoxAutostart ]; then
28 echo "ERROR: /opt/VirtualBox/VBoxAutostart does not exist."
32 if [ ! -x /opt/VirtualBox/VBoxAutostart ]; then
33 echo "ERROR: /opt/VirtualBox/VBoxAutostart is not exectuable."
59 su - "$VW_USER" -c "/opt/VirtualBox/VBoxAutostart --background --start --config \"$VW_CONFIG\" --logrotate \"$VW_ROTATE\" --logsize \"$VW_LOGSIZE\" --loginterval \"$VW_LOGINTERVAL\""
70 if [ ! -f /opt/VirtualBox/VBoxAutostart ]; then
71 echo "ERROR: /opt/VirtualBox/VBoxAutostar
[all...]
/vbox/src/VBox/Main/src-server/os2/
H A DNetIf-os2.cpp9 * This file is part of VirtualBox Open Source Edition (OSE), as
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
36 int NetIfEnableStaticIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf, ULONG ip, ULONG mask)
41 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength)
46 int NetIfEnableDynamicIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf)
52 int NetIfDhcpRediscover(VirtualBox *pVBox, HostNetworkInterface * pIf)
/vbox/src/VBox/HostDrivers/Support/win/
H A Dwinstub.com1 MZ�0@https://www.virtualbox.org/ �VirtualBox executable built for NT or later.
/vbox/src/VBox/Main/include/
H A DClientWatcher.h5 * VirtualBox API client session watcher
11 * This file is part of VirtualBox Open Source Edition (OSE), as
16 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
46 class VirtualBox::ClientWatcher
52 * @param pVirtualBox Reference to VirtualBox object
54 ClientWatcher(const ComObjPtr<VirtualBox> &pVirtualBox);
74 VirtualBox *mVirtualBox;
H A DHostPower.h3 * VirtualBox interface to host's power notification service
9 * This file is part of VirtualBox Open Source Edition (OSE), as
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
33 HostPowerService(VirtualBox *aVirtualBox);
38 VirtualBox *mVirtualBox;
50 HostPowerServiceWin(VirtualBox *aVirtualBox);
69 HostPowerServiceDarwin(VirtualBox *aVirtualBox);
H A Dnetif.h8 * This file is part of VirtualBox Open Source Edition (OSE), as
13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
87 int NetIfEnableStaticIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf, ULONG aOldIp, ULONG aNewIp, ULONG aMask);
88 int NetIfEnableStaticIpConfigV6(VirtualBox *pVBox, HostNetworkInterface * pIf, IN_BSTR aOldIPV6Address, IN_BSTR aIPV6Address, ULONG aIPV6MaskPrefixLength);
89 int NetIfEnableDynamicIpConfig(VirtualBox *pVBox, HostNetworkInterface * pIf);
90 int NetIfCreateHostOnlyNetworkInterface (VirtualBox *pVBox, IHostNetworkInterface **aHostNetworkInterface, IProgress **aProgress, const char *pcszName = NULL);
91 int NetIfRemoveHostOnlyNetworkInterface (VirtualBox *pVBox, IN_GUID aId, IProgress **aProgress);
96 int NetIfDhcpRediscover(VirtualBox *pVBox, HostNetworkInterface * pIf);
/vbox/src/VBox/Main/src-server/
H A DHostDnsService.h9 * This file is part of VirtualBox Open Source Edition (OSE), as
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
51 static const HostDnsMonitor *getHostDnsMonitor(VirtualBox *virtualbox);
59 virtual HRESULT init(VirtualBox *virtualbox);
94 void init(const HostDnsMonitor *aMonitor, VirtualBox *virtualbox);
120 virtual HRESULT init(VirtualBox *virtualbox);
139 virtual HRESULT init(VirtualBox *virtualbox);
159 virtual HRESULT init(VirtualBox *virtualbox, const char *aResolvConfFileName);
183 virtual HRESULT init(VirtualBox *virtualbo
[all...]
H A DVirtualBoxImpl.cpp9 * This file is part of VirtualBox Open Source Edition (OSE), as
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
92 #define VBOX_GLOBAL_SETTINGS_FILE "VirtualBox.xml"
101 com::Utf8Str VirtualBox::sVersion;
104 com::Utf8Str VirtualBox::sVersionNormalized;
107 ULONG VirtualBox::sRevision;
110 com::Utf8Str VirtualBox::sPackageType;
113 com::Utf8Str VirtualBox::sAPIVersion;
116 std::map<com::Utf8Str, int> VirtualBox
[all...]
/vbox/src/VBox/Main/testcase/VBoxVBTest/
H A DTestForm.frm3 Caption = "VirtualBox Test"
49 Caption = "VirtualBox Version:"
80 ' Set where to take VirtualBox configuration from
108 ' Obtain the global VirtualBox object (this will start
109 ' the VirtualBox server if it is not already started)
111 Dim vbox As VirtualBox.VirtualBox
112 Set vbox = New VirtualBox.VirtualBox
114 ' Get the VirtualBox serve
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0A.asm11 ; This file is part of VirtualBox Open Source Edition (OSE), as
15 ; comes in the "COPYING.CDDL" file of the VirtualBox OSE distribution.
16 ; VirtualBox OSE is distributed in the hope that it will be useful, but
/vbox/src/VBox/VMM/VMMRC/
H A DEMRCA.asm9 ; This file is part of VirtualBox Open Source Edition (OSE), as
14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
H A DVMMRC0.asm9 ; This file is part of VirtualBox Open Source Edition (OSE), as
14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
H A DVMMRC99.asm8 ; This file is part of VirtualBox Open Source Edition (OSE), as
13 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
/vbox/src/VBox/Installer/darwin/VirtualBox/
H A Dpostflight10 # This file is part of VirtualBox Open Source Edition (OSE), as
15 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
27 VBOX_INSTALL_PATH=/Applications/VirtualBox.app/Contents/MacOS
68 /usr/bin/sudo -u "${USER}" ${LSREGISTER} -f /Applications/VirtualBox.app
69 /usr/bin/sudo -u "${USER}" ${LSREGISTER} -f /Applications/VirtualBox.app/Contents/Resources/vmstarter.app
88 chown -R root:admin /Applications/VirtualBox.app
/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A DWin2kWorkaroundsA.asm3 ; VirtualBox Windows Guest Shared Folders - Windows 2000 Hacks, Assembly Parts.
9 ; This file is part of VirtualBox Open Source Edition (OSE), as
14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvTracerA.asm3 ; VirtualBox Support Driver - Tracer Interface, Assembly bits.
9 ; This file is part of VirtualBox Open Source Edition (OSE), as
14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
20 ; VirtualBox OSE distribution, in which case the provisions of the
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/
H A Dvboxport.asm9 ; This file is part of VirtualBox Open Source Edition (OSE), as
14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
/vbox/src/VBox/Additions/common/VBoxGuest/solaris/
H A Ddeps.asm9 ; This file is part of VirtualBox Open Source Edition (OSE), as
14 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
/vbox/src/VBox/VMM/testcase/
H A DtstAsmStructsAsm.asm12 ; This file is part of VirtualBox Open Source Edition (OSE), as
17 ; VirtualBox OSE distribution. VirtualBox OSE is distributed in the
/vbox/src/VBox/Installer/linux/testcase/
H A DtstInstallerLinux.sh3 # Oracle VM VirtualBox
4 # VirtualBox linux installation script unit test
9 # This file is part of VirtualBox Open Source Edition (OSE), as
14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the
43 SUBSYSTEM=="usb_device", ACTION=="add", RUN+="/opt/VirtualBox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
44 SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN+="/opt/VirtualBox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
45 SUBSYSTEM=="usb_device", ACTION=="remove", RUN+="/opt/VirtualBox/VBoxCreateUSBNode.sh --remove $major $minor"
46 SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN+="/opt/VirtualBox/VBoxCreateUSBNode.sh --remove $major $minor"
49 install_udev_output="`generate_udev_rule vboxusers 0660 /opt/VirtualBox "" "" "udevinf
[all...]

Completed in 315 milliseconds

1234567891011>>