Searched refs:host (Results 101 - 125 of 132) sorted by relevance

123456

/vbox/src/recompiler/
H A Dcpu-all.h44 * WORDS_ALIGNED : if defined, the host cpu can only make word aligned
47 * HOST_WORDS_BIGENDIAN : if defined, the host cpu is big endian and
219 * raw : host memory access
772 /* On some host systems the guest address space is reserved on the host.
1039 uint8_t *host; member in struct:RAMBlock
H A Dcpu-exec.c74 /* exit the current TB from a signal handler. The host registers are
89 /* XXX: restore cpu registers saved in host registers */
848 /* XXX: Save/restore host fpu exception state?. */
943 /* 'pc' is the host PC at which the exception was raised. 'address' is
1462 #error host CPU specific signal handler needed
/vbox/src/libs/liblzf-3.4/
H A Dconfigure539 # Name of the host.
813 -host | --host | --hos | --ho)
815 -host=* | --host=* | --hos=* | --ho=*)
1033 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1035 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1063 # There might be people who depend on the old broken behavior: `$host'
1064 # used to hold the argument of --host etc.
1067 host
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jar ... parse/ org/kohsuke/rngom/parse/compact/ org/kohsuke/rngom/parse/host/ org/kohsuke/rngom/parse/xml/ org/kohsuke/rngom/util/ org ...
H A Dsaaj-impl.jar ... 3E" <init> (java.lang.String, int) String host int port public java.lang.Object run () throws ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImpl.asm282 or [xSP], T0 ; merge guest flags with host flags.
1013 ; Alternative for non-SSE2 host.
1250 %ifdef RT_ARCH_AMD64 ; The 32-bit host version lives in IEMAllAImplC.cpp.
1546 %ifdef RT_ARCH_AMD64 ; The 32-bit host version lives in IEMAllAImplC.cpp.
/vbox/src/VBox/ValidationKit/testdriver/
H A Dvboxwrappers.py135 Deletes a disk image from the host, given it's location.
156 Deletes a disk image from the host, given an IMedium reference.
1303 aoHostNics = self.oVBoxMgr.getArray(self.oVBox.host, 'networkInterfaces');
1313 aoHostNics = self.oVBoxMgr.getArray(self.oVBox.host, 'networkInterfaces');
1443 reporter.errorXcpt('failed to determin the host IP for "%s".' % (sHostName,));
2449 # If the VM is configured with a NAT interface, connect to local host.
H A Dvbox.py2563 Raises exception on environment / host mismatch.
2573 fVBox = self.oVBox.host.getProcessorFeature(getattr(vboxcon, sEnum));
2591 Checks if hardware assisted virtualization is supported by the host.
2594 Raises exception on environment / host mismatch.
2600 Checks if nested paging is supported by the host.
2603 Raises exception on environment / host mismatch.
2610 Checks if the host supports 64-bit guests.
2613 Raises exception on environment / host mismatch.
2620 Returns the number of CPUs on the host.
2623 Raises exception on environment / host mismatc
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvboxhgsmi.c118 vboxCrHgsmiLog("hgsmi: cps: %.1f, host %.1f%%\n", cps, percent);
315 crError("crVBoxHGCMCall called on host side!");
338 * 1. host must complete commands in the same order as it receives them
364 * 1. host must complete commands in the same order as it receives them
886 crDebug("Reallocating host buffer from %d to %d bytes", conn->cbHostBufferAllocated, cbWriteback);
929 /* we're at the host side, so just store data until guest polls us */
1128 * Called on host side only, to "accept" client connection
1252 strcpy (info.Loc.u.host.achName, "VBoxSharedCrOpenGL");
1312 crError("crVBoxHGSMIDoConnect called on host side!");
1514 /* Can't open VBox guest driver here, because it gets called for host sid
[all...]
H A Dvboxhgcm.c128 vboxCrHgsmiLog("hgcm: cps: %.1f, host %.1f%%\n", cps, percent);
262 crWarning("_crVBoxHGSMIClientInit: pfnBufferCreate failed to allocate host->guest buffer");
416 * 1. host must complete commands in the same order as it receives them
443 * 1. host must complete commands in the same order as it receives them
556 /* make sure there's host buffer and it's clear */
684 crError("crVBoxHGCMCall called on host side!");
706 /* We're either on host side, or we failed to allocate DDRAW buffer */
948 crDebug("Reallocating host buffer from %d to %d bytes", conn->cbHostBufferAllocated, parms.cbWriteback.u.value32);
990 /* we're at the host side, so just store data until guest polls us */
1240 * Called on host sid
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp868 /* add the state field if it's a host USB device */
921 /* add the state field if it's a host USB device */
1052 bool fVTxAMDVSupported = host().GetProcessorFeature(KProcessorFeature_HWVirtEx);
1805 /* Get existing-host-drive vector: */
1809 case UIMediumType_DVD: mediums = vboxGlobal().host().GetDVDDrives(); break;
1810 case UIMediumType_Floppy: mediums = vboxGlobal().host().GetFloppyDrives(); break;
1813 /* Prepare choose-existing-host-drive actions: */
1816 /* Make sure host-drive usage is unique: */
1830 /* If host-drives usage is unique: */
2892 /* We create a list of the size of all available host monitor
[all...]
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibGuestCtrl.cpp61 strcpy(Info.Loc.u.host.achName, "VBoxGuestControlSvc");
95 * Waits until a new host message arrives.
102 * in a second call to the host.
113 Msg.hdr.u32Function = GUEST_MSG_WAIT; /* Tell the host we want our next command. */
134 * Asks the host guest control service to set a command filter to this
136 * The filter(s) are a bitmask for the context IDs, served from the host.
151 Msg.hdr.u32Function = GUEST_MSG_FILTER_SET; /* Tell the host we want to set a filter. */
178 Msg.hdr.u32Function = GUEST_MSG_FILTER_UNSET; /* Tell the host we want to unset the filter. */
229 * Tells the host service to skip the current message returned by
241 Msg.hdr.u32Function = GUEST_MSG_SKIP; /* Tell the host w
[all...]
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp415 /* create the performance collector object BEFORE host */
421 /* create the host object early, machines will need it */
426 rc = m->pHost->i_loadSettings(m->pMainConfigFile->host);
3503 * If the UUID refers to a host drive of the given device type, this
3512 * @param uuid UUID to search for; must refer to a host drive or an image file or be null.
3513 * @param fRefresh Whether to refresh the list of host drives in IHost (see Host::getDrives())
3537 // first search for host drive with that UUID
4116 // host data (USB filters)
4117 rc = m->pHost->i_saveSettings(m->pMainConfigFile->host);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp157 * We have to try several times since the host can be picky
269 * Tell the host that we're going to free the memory we reserved for
296 * Report the guest information to the host.
364 * Report the guest driver status to the host.
372 * Report guest status of the VBox driver to the host.
432 * Deflate the balloon by one chunk - info the host and free the memory object.
476 * Inflate/deflate the memory balloon and notify the host.
757 * Sends heartbeat to host.
793 * Configure the host to check guest's heartbeat
794 * and get heartbeat interval from the host
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmshtml.idl7723 HRESULT host([in] BSTR v);
7726 HRESULT host([retval, out] BSTR *p);
7860 void host(BSTR v);
7863 BSTR host();
9418 HRESULT host([in] BSTR v);
9421 HRESULT host([retval, out] BSTR *p);
9490 void host(BSTR v);
9493 BSTR host();
/vbox/src/recompiler/tcg/
H A Dtcg.c54 #include "host-utils.h"
68 #error GUEST_BASE not supported on this host.
/vbox/src/VBox/Main/xml/
H A DSettings.cpp533 * from both MainConfigFile (for host filters) and MachineConfigFile (for machine
562 // the next 2 are irrelevant for host USB objects
566 // action is only used with host USB objects
1078 * because it's used in both MainConfigFile (for host filters) and
1569 readUSBDeviceFilters(*pelmGlobalChild, host.llUSBDeviceFilters);
1774 host.llUSBDeviceFilters,
2003 /* The default value for PAE depends on the host:
2004 * - 64 bits host -> always true
2005 * - 32 bits host -> true for Windows & Darwin (masked off if the host cp
[all...]
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA.cpp2911 rc = vmsvga3dSurfaceDMA(pThis, pCmd->guest, pCmd->host, pCmd->transfer, cCopyBoxes, (SVGA3dCopyBox *)(pCmd + 1));
3261 * Copy from a GMR to host memory or vice versa
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmshtml.idl8743 HRESULT host([in] BSTR v);
8746 HRESULT host([retval, out] BSTR *p);
8880 void host(BSTR v);
8883 BSTR host();
10843 HRESULT host([in] BSTR v);
10846 HRESULT host([retval, out] BSTR *p);
10942 void host(BSTR v);
10945 BSTR host();
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h1568 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host);
H A DVBoxCAPI_v3_0.h2029 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host);
H A DVBoxCAPI_v3_1.h1934 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host);
H A DVBoxCAPI_v3_2.h1979 nsresult (*GetHost)(IVirtualBox *pThis, IHost * *host);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c8079 char * host; local
8085 if (!PyArg_ParseTuple(args, (char *)"zizzi:xmlNanoFTPProxy", &host, &port, &user, &passwd, &type))
8088 xmlNanoFTPProxy(host, port, user, passwd, type);

Completed in 575 milliseconds

123456