Searched defs:host (Results 51 - 59 of 59) sorted by relevance

123

/vbox/src/recompiler/
H A Dexec.c222 /* offset in host memory of the page + io_index in the low bits */
557 the host cpu and OS */
1338 /* force the host page as non writable (writes will have a
1848 "show generated host assembly code for each compiled TB" },
3029 fprintf(stderr, "host lacks kvm mmu notifiers, -mem-path unsupported\n");
3115 ram_addr_t size, void *host)
3139 new_block->host = host;
3152 kvm_setup_guest_memory(new_block->host, size);
3183 new_block->host
3114 qemu_ram_alloc_from_ptr(DeviceState *dev, const char *name, ram_addr_t size, void *host) argument
3284 uint8_t *host = ptr; local
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp699 LONG host, guest; local
702 assignment->COMGETTER(HostAddress)(&host);
709 HostPCIAddress.fromLong(host);
994 ComPtr<IHost> host; local
995 hrc = virtualBox->COMGETTER(Host)(host.asOutParam()); H();
1200 hrc = host->GetProcessorFeature(ProcessorFeature_HWVirtEx, &fSupportsHwVirtEx); H();
1207 hrc = host->GetProcessorFeature(ProcessorFeature_LongMode, &fSupportsLongMode); H();
1210 LogRel(("WARNING! 64-bit guest type selected but the host CPU does NOT support 64-bit.\n"));
1215 LogRel(("WARNING! 64-bit guest type selected but the host CPU does NOT support HW virtualization.\n"));
1250 LogRel(("fHMForced=true - Darwin host\
4599 ComPtr<IHost> host; local
[all...]
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga3d_reg.h42 * register. Is set by the host and read by the guest. This lets
177 * them so that we can query the host for what the supported surface
986 SVGA3D_QUERYSTATE_PENDING = 0, /* Waiting on the host (set by guest) */
987 SVGA3D_QUERYSTATE_SUCCEEDED = 1, /* Completed successfully (set by host) */
988 SVGA3D_QUERYSTATE_FAILED = 2, /* Completed unsuccessfully (set by host) */
1128 * A surface is a hierarchy of host VRAM surfaces: 1D, 2D, or 3D, with
1344 * If the discard flag is present in a surface DMA operation, the host may
1351 * If the unsynchronized flag is present, the host may perform this upload
1366 SVGA3dSurfaceImageId host; member in struct:__anon14726
1372 * "destination" as the host imag
[all...]
/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);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jar ... 3E" <init> (java.lang.String, int) String host int port public java.lang.Object run () throws ...
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 Dsjsxp.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
/vbox/src/libs/libxml2-2.6.31/
H A Dtestapi.c11770 char * host; /* the proxy host name */ local
11786 host = gen_const_char_ptr(n_host, 0);
11792 xmlNanoFTPProxy((const char *)host, port, (const char *)user, (const char *)passwd, type);
11794 des_const_char_ptr(n_host, (const char *)host, 0);
[all...]

Completed in 307 milliseconds

123