Searched refs:host (Results 51 - 75 of 132) sorted by relevance

123456

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUISession.cpp678 "Supports multi-touch: %s, Needs host cursor: %s\n",
1076 /* Get host: */
1077 const CHost host = vboxGlobal().host(); local
1143 host.GetVideoInputDevices();
1144 const bool fWebCamsEnabled = host.isOk() && !machine().GetUSBControllers().isEmpty();
1785 * adapters are present on the host. This check makes sense
1793 /* Create host network interface names list */
1794 foreach (const CHostNetworkInterface &iface, vboxGlobal().host().GetNetworkInterfaces())
1854 bool fVTxAMDVSupported = vboxGlobal().host()
[all...]
H A DUIMachineLogic.cpp640 /* Here we have to update host LED lock states using values provided by UISession:
646 /* Check if we accidentally trying to manipulate LEDs when host LEDs state was deallocated. */
662 LogRelFlow(("UIMachineLogic::sltKeyboardLedsChanged: Updating host LED lock states does not supported on this platform.\n"));
1286 /* On Windows host we should do that only in case if sync
1790 /* Get current host: */
1791 CHost host = vboxGlobal().host(); local
1792 /* Search the host for the corresponding USB device: */
1793 CHostUSBDevice hostDevice = host.FindUSBDeviceById(target.id);
1794 /* Get USB device from host US
2195 const CHost host = vboxGlobal().host(); local
2241 const CHost host = vboxGlobal().host(); local
[all...]
/vbox/src/VBox/Installer/solaris/
H A Dsmf-vboxwebsrv.sh40 VW_HOST=`/usr/bin/svcprop -p config/host $SMF_FMRI 2>/dev/null`
116 exec su - "$VW_USER" -c "/opt/VirtualBox/vboxwebsrv --background --host \"$VW_HOST\" --port \"$VW_PORT\" $VW_SSL $VW_SSL_KEYFILE $VW_SSL_PASSWORDFILE $VW_SSL_CACERT $VW_SSL_CAPATH $VW_SSL_DHFILE $VW_SSL_RANDFILE --timeout \"$VW_TIMEOUT\" --check-interval \"$VW_CHECK_INTERVAL\" --threads \"$VW_THREADS\" --keepalive \"$VW_KEEPALIVE\" --authentication \"$VW_AUTHENTICATION\" $VW_LOGFILE --logrotate \"$VW_ROTATE\" --logsize \"$VW_LOGSIZE\" --loginterval \"$VW_LOGINTERVAL\""
/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Dslam.c687 if ( ! uri->host )
717 uri->host, NULL ) ) != 0 ) {
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumEnumerator.cpp161 addMediumsToMap(vboxGlobal().host().GetDVDDrives(), mediums, UIMediumType_DVD);
163 addMediumsToMap(vboxGlobal().host().GetFloppyDrives(), mediums, UIMediumType_Floppy);
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCA.asm55 ; its CR0 flags. If no traps for the Guest OS, we'll save the host
76 ; 1. Save host fpu and restore guest fpu.
94 ; 1 | 0 | 1 | #NM | #NM :: Go to host taking trap there.
96 ; 1 | 1 | 1 | #NM | #NM :: Go to host taking trap there.
H A DTRPMRCHandlersA.asm449 ; Switch back to the host and process it there.
624 ; Pop back to the host to service the error.
929 ; Switch back to the host and process it there.
1113 ; This handler will forward the #MC to the host OS. Since this
1141 ; for the COM_S_* macros before attempting to return to the host. If it it ends
1267 ; Try return to the host.
1270 COM_S_PRINT 'Trying to return to host...',10,13
1306 ; Init _must_ be done on host before crashing!
/vbox/src/VBox/ValidationKit/tests/installation/
H A DtdGuestOsInstTest1.py121 # up storage on the host.
127 # Check for ubuntu installer vs. AMD host CPU.
190 Checks if the host OS is affected by older ubuntu installers being very
199 (uMaxExt, _, _, _) = oTestDrv.oVBox.host.getProcessorCPUIDLeaf(0, 0x80000000, 0);
200 (uFamilyModel, _, _, _) = oTestDrv.oVBox.host.getProcessorCPUIDLeaf(0, 0x80000001, 0);
214 reporter.log('Skipping "%s" because host CPU is a family %u AMD, which may cause trouble for the guest OS installer.'
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d.h62 int vmsvga3dSurfaceDMA(PVGASTATE pThis, SVGA3dGuestImage guest, SVGA3dSurfaceImageId host, SVGA3dTransferType transfer, uint32_t cCopyBoxes, SVGA3dCopyBox *pBoxes);
H A DDevVGA-SVGA3d-win.cpp2321 int vmsvga3dSurfaceDMA(PVGASTATE pThis, SVGA3dGuestImage guest, SVGA3dSurfaceImageId host, SVGA3dTransferType transfer, argument
2327 uint32_t sid = host.sid;
2335 AssertReturn(pSurface->faces[0].numMipLevels > host.mipmap, VERR_INVALID_PARAMETER);
2336 pMipLevel = &pSurface->pMipmapLevels[host.mipmap];
2339 Log(("vmsvga3dSurfaceDMA TEXTURE guestptr gmr=%x offset=%x pitch=%x host sid=%x face=%d mipmap=%d transfer=%s cCopyBoxes=%d\n", guest.ptr.gmrId, guest.ptr.offset, guest.pitch, host.sid, host.face, host.mipmap, (transfer == SVGA3D_WRITE_HOST_VRAM) ? "READ" : "WRITE", cCopyBoxes));
2341 Log(("vmsvga3dSurfaceDMA guestptr gmr=%x offset=%x pitch=%x host sid=%x face=%d mipmap=%d transfer=%s cCopyBoxes=%d\n", guest.ptr.gmrId, guest.ptr.offset, guest.pitch, host
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsUSB.cpp60 * This class provides the list of USB devices attached to the host.
94 CHost host = vboxGlobal().host(); local
96 bool fIsUSBEmpty = host.GetUSBDevices().size() == 0;
101 pAction->setToolTip(tr("No supported devices connected to the host PC", "USB device tooltip"));
105 CHostUSBDeviceVector devvec = host.GetUSBDevices();
566 "device attached to the host PC."));
664 /* The port property depends on the host computer rather than on the USB
865 /* Add the state field if it's a host USB device: */
H A DUIMachineSettingsNetwork.cpp221 message.second << tr("No host-only network adapter is currently selected.");
423 m_pAdapterNameCombo->setWhatsThis(tr("Selects the network adapter on the host system that traffic "
439 m_pAdapterNameCombo->setWhatsThis(tr("Selects the virtual network adapter on the host system that traffic "
559 m_pMACEditor->setText(vboxGlobal().host().GenerateMACAddress());
1092 const CHostNetworkInterfaceVector &ifaces = vboxGlobal().host().GetNetworkInterfaces();
1123 /* Reload host-only interface list: */
1125 const CHostNetworkInterfaceVector &ifaces = vboxGlobal().host().GetNetworkInterfaces();
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibSharedFolders.cpp55 strcpy(Info.Loc.u.host.achName, "VBoxSharedFolders");
160 * Prepare and get the actual mappings from the host service.
H A DVBoxGuestR3LibHostChannel.cpp42 strcpy(connectInfo.Loc.u.host.achName, "VBoxHostChannel");
/vbox/src/recompiler/tests/
H A DMakefile1 -include ../config-host.mak
/vbox/src/libs/xpcom18a4/nsprpub/
H A Dconfigure69 host=NONE
186 Usage: configure [options] [host]
222 --host=HOST configure for HOST [guessed]
237 -host | --host | --hos | --ho)
238 ac_prev=host ;;
239 -host=* | --host=* | --hos=* | --ho=*)
240 host="$ac_optarg" ;;
432 echo "configure: warning: $ac_option: invalid host typ
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0A.asm251 ; * Restores host-state fields.
365 ; * Dispatches an NMI to the host.
1125 ; Wrapper around vmx.pfnStartVM that preserves host XMM registers and
1175 ; Save the host XMM registers.
1237 ; Load the host XMM registers.
1253 ; Wrapper around svm.pfnVMRun that preserves host XMM registers and
1303 ; Save the host XMM registers.
1365 ; Load the host XMM registers.
1588 ; Do it a second time pretending we're a 64-bit host.
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIMessageCenter.h222 void cannotCreateHostInterface(const CHost &host, QWidget *pParent = 0);
224 void cannotRemoveHostInterface(const CHost &host, const QString &strInterfaceName, QWidget *pParent = 0);
H A DVBoxGlobal.h109 /** Returns the copy of VirtualBox host-object wrapper. */
110 CHost host() const { return m_host; } function in class:VBoxGlobal
349 /** X11: Performs mapping of the passed @a pWidget to host-screen with passed @a uScreenId. */
451 /** Holds the copy of VirtualBox host-object wrapper. */
/vbox/src/VBox/Additions/linux/sharedfolders/
H A Dregops.c320 * make the shared folders host service use our fMode parameter */
640 struct inode *inode = mapping->host;
691 struct inode *inode = mapping->host;
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c134 char *hostname; /* the host name */
273 * the protocol host port and path it indicates.
328 * the protocol host port it indicates.
798 * the host to answer.
936 __xmlIOErr(XML_FROM_HTTP, 0, "Error connecting to remote host");
953 * @host: the host name
956 * Attempt a connection to the given host:port endpoint. It tries
963 xmlNanoHTTPConnectHost(const char *host, int port) argument
1003 status = getaddrinfo (host, NUL
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dcltsrv.c1092 PRHostEnt host; local
1103 rv = PR_GetHostByName(serverName, buffer, BUFFER_SIZE, &host);
1128 0, &host, DEFAULT_PORT, &client[index].serverAddress);
H A Dprovider.c1305 PRHostEnt host; local
1316 rv = PR_GetHostByName(serverName, buffer, BUFFER_SIZE, &host);
1337 0, &host, DEFAULT_PORT, &client[index].serverAddress);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.c565 struct hostent *host, res; local
576 if ((host = gethostbyaddr_r(inetaddr, NS_INADDRSZ,
578 return (dt_printf(dtp, fp, format, host->h_name));
580 if ((host = getipnodebyaddr(inetaddr, NS_IN6ADDRSZ,
582 return (dt_printf(dtp, fp, format, host->h_name));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageModifyVM.cpp1122 /* host drive? */
1123 else if (!RTStrNICmp(ValueUnion.psz, RT_STR_TUPLE("host:")))
1125 ComPtr<IHost> host; local
1126 CHECK_ERROR(a->virtualBox, COMGETTER(Host)(host.asOutParam()));
1127 rc = host->FindHostDVDDrive(Bstr(ValueUnion.psz + 5).raw(),
1135 errorArgument("Invalid host DVD drive name \"%s\"", ValueUnion.psz + 5);
1139 rc = host->FindHostDVDDrive(Bstr(szPathReal).raw(),
1143 errorArgument("Invalid host DVD drive name \"%s\"", ValueUnion.psz + 5);
1200 /* host drive? */
1201 else if (!RTStrNICmp(ValueUnion.psz, RT_STR_TUPLE("host
1203 ComPtr<IHost> host; local
[all...]

Completed in 112 milliseconds

123456