Searched refs:hosts (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Efi/etc/
H A Dhost.conf3 hosts
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dlibteac.c92 static host_t* hosts= NULL; /* this one ends up sorted by host name */ variable
108 if (hosts) crFree(hosts);
109 if (!(hosts= (host_t*)crAlloc(INITIAL_HOST_TABLE_SIZE*sizeof(host_t)))) {
134 crRealloc((void**)&hosts,newSize*sizeof(host_t));
143 hosts[i].name= strdup(string);
151 hosts[i].railMask= atoi(string);
164 hosts[i].id= atoi(string);
177 hosts[i].sdramAddrBase= (sdramaddr_t)strtol(string, (char**)NULL, 0);
190 hosts[
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnbconn.c66 static char *hosts[4] = {"cynic", "warp", "gandalf", "neon"}; variable
127 argv[1] = hosts[index];
/vbox/src/VBox/Runtime/common/math/
H A Dbignum-amd64-x86.asm374 ; On 64-bit hosts the array is always zero padded to a multiple of 8 bytes, so
/vbox/
H A Dconfigure2311 [ "$OS" = "darwin" ] && echo " contains OS X 10.6 SDK (required for Mountain Lion and newer hosts"
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h1298 xListHostsReply hosts;
1295 xListHostsReply hosts; member in union:__anon9761
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h1270 xListHostsReply hosts;
1267 xListHostsReply hosts; member in union:__anon2204
/vbox/src/VBox/VMM/testcase/
H A DtstX86-1A.asm2613 fxsave [xSP + 1024 +512] ; FPUDS and FPUCS for 64-bit hosts.
2738 fxsave [xSP + 1024 +512] ; FPUDS and FPUCS for 64-bit hosts.
/vbox/src/VBox/VMM/VMMAll/
H A DIEMAllAImpl.asm865 mov ecx, [esp + 16 + 4 + 0] ; pu64Reg - Note! Pointer on 32-bit hosts!

Completed in 100 milliseconds