Searched defs:version (Results 51 - 75 of 223) sorted by relevance

123456789

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dbzimage.h37 /** Boot protocol version supported */
38 uint16_t version; member in struct:bzimage_header
43 /** Pointer to kernel version string */
91 * We advertise ourselves as Etherboot version 6.
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dlkrnprefix.S123 version: label
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu_init.c409 GLfloat version; local
410 version = crStrToFloat((const char *) render_spu.ws.glGetString(GL_VERSION));
412 if (version>=2.f || crStrstr((const char*)render_spu.ws.glGetString(GL_EXTENSIONS), "GL_ARB_vertex_shader"))
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Deth_slow.h16 /** Subtype version number */
17 uint8_t version; member in struct:eth_slow_header
23 /** LACP version number */
29 /** Marker version number */
H A Dbofm.h52 /** Unsupported parameter structure version */
82 /** Data structure version */
83 uint8_t version; member in struct:bofm_global_header
H A Dibft.h88 uint8_t version; member in struct:ibft_header
/vbox/src/VBox/Devices/USB/win/
H A DUSBProxyDevice-win.cpp13 * Foundation, in version 2 as it comes in the "COPYING" file of the
135 * Check the version
137 USBSUP_VERSION version = {0}; local
139 if (DeviceIoControl(pPriv->hDev, SUPUSB_IOCTL_GET_VERSION, NULL, 0, &version, sizeof(version), &cbReturned, NULL))
141 if (!( version.u32Major != USBDRV_MAJOR_VERSION
142 || version.u32Minor < USBDRV_MINOR_VERSION))
176 version.u32Major, version.u32Minor, USBDRV_MAJOR_VERSION, USBDRV_MINOR_VERSION));
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.c6 * published by the Free Software Foundation; either version 2 of the
7 * License, or any later version.
456 shared->misc.version = cpu_to_le32 ( VMXNET3_VERSION_MAGIC );
533 * Check version
539 uint32_t version; local
542 /* Read version */
543 version = readl ( vmxnet->vd + VMXNET3_VD_VRRS );
545 DBGC ( vmxnet, "VMXNET3 %p is version %d (UPT version %d)\n",
546 vmxnet, version, upt_versio
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtraplib.h114 * The following are initialized with the client-side version number
116 * these values are updated with the *oldest* version numbers.
119 CARD16 version /*B16*/; /* The xtrap extension version number */ member in struct:_XETC
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_main.c13 * version 2.1 of the License, or (at your option) any later version.
28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
30 * that LGPLv2 or any later version may be used, or where a choice of which version
103 struct wined3d * CDECL wined3d_create(UINT version, DWORD flags) argument
127 if (version == 7 && wined3d_settings.no_3d)
130 hr = wined3d_init(object, version, flags);
141 TRACE("Created wined3d object %p for d3d%d support.\n", object, version);
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dicd_drv.c14 * Foundation, in version 2 as it comes in the "COPYING" file of the
97 BOOL APIENTRY DrvValidateVersion(DWORD version) argument
101 crDebug("DrvValidateVersion %x -> TRUE\n", version);
105 crDebug("DrvValidateVersion %x -> FALSE, going to use system default opengl32.dll\n", version);
/vbox/include/VBox/
H A DVBoxGuest16.h12 * Foundation, in version 2 as it comes in the "COPYING" file of the
69 unsigned long version; member in struct:__anon78
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dunzip.h113 uLong version; /* version made by 2 bytes */ member in struct:unz_file_info64_s
114 uLong version_needed; /* version needed to extract 2 bytes */
134 uLong version; /* version made by 2 bytes */ member in struct:unz_file_info_s
135 uLong version_needed; /* version needed to extract 2 bytes */
313 This is the Central-header version of the extra field
410 This is the local-header version of the extra field (sometimes, there is
411 more info in the local-header version than in the central-header)
/vbox/src/VBox/Devices/PC/BIOS/
H A Data.c8 * Foundation, in version 2 as it comes in the "COPYING" file of the
28 * version 2 of the License, or (at your option) any later version.
592 uint8_t version, model[41]; local
600 // Read ATA/ATAPI version
602 for (version = 15; version > 0; version--) {
603 if ((ataversion & (1 << version)) !=0 )
634 printf(" ATA-%d Hard-Disk (%lu MBytes)\n", version, sizeinm
[all...]
/vbox/src/VBox/HostServices/SharedFolders/
H A Dservice.cpp12 * Foundation, in version 2 as it comes in the "COPYING" file of the
180 uint32_t len, version; local
184 int rc = SSMR3GetU32(pSSM, &version);
187 if ( version > SHFL_SSM_VERSION
188 || version < SHFL_SSM_VERSION_FOLDERNAME_UTF16)
232 if (version == SHFL_SSM_VERSION_FOLDERNAME_UTF16)
1467 LogRelFunc(("SharedFolders host service: version mismatch while loading: ptable->cbSize = %u (should be %u), ptable->u32Version = 0x%08X (should be 0x%08X)\n",
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libctf/common/
H A Dctf_lib.c574 * Set the CTF library client version to the specified version. If version is
575 * zero, we just return the default library version number.
578 ctf_version(int version) argument
580 if (version < 0) {
585 if (version > 0) {
586 if (version > CTF_VERSION) {
590 ctf_dprintf("ctf_version: client using version %d\n", version);
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Dctrl.c8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
23 * the General Public License version 2 (GPLv2) at this time for any software where
25 * that GPLv2 or any later version may be used, or where a choice of which version
221 uint16 version; local
224 /* version\0user\0domain\0host\0flags */
227 version = 0x0100;
233 rdssl_sha1_update(&sha1, (uint8 *) & version, sizeof(version));
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DOid.h178 char* version; member in struct:__anon4452
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_main.c13 * version 2.1 of the License, or (at your option) any later version.
28 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
30 * that LGPLv2 or any later version may be used, or where a choice of which version
94 IWineD3D * WINAPI WineDirect3DCreate(UINT version, IUnknown *parent) argument
114 hr = wined3d_init(object, version, parent);
125 TRACE("Created wined3d object %p for d3d%d support.\n", object, version);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DOid.h178 char* version; member in struct:__anon4011
/vbox/src/VBox/Runtime/common/zip/
H A Dtar.h13 * Foundation, in version 2 as it comes in the "COPYING" file of the
92 /** The ustar version string.
112 char version[2]; member in struct:RTZIPTARHDRPOSIX
131 AssertCompileMemberOffset(RTZIPTARHDRPOSIX, version, 263);
213 char version[2]; member in struct:RTZIPTARHDRCOMMON
/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPCOMPrivate.h29 * of those above. If you wish to allow use of your version of this file only
31 * use your version of this file under the terms of the MPL, indicate your
34 * the provisions above, a recipient may use your version of this file under
121 PRUint32 version; member in struct:XPCOMFunctions
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dxvdix.h48 ** - version 2.0 upgrade
51 ** - version 1.4 upgrade
210 int version, revision; member in struct:__anon7015
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxvdix.h48 ** - version 2.0 upgrade
51 ** - version 1.4 upgrade
207 int version, revision; member in struct:__anon7324
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxvdix.h48 ** - version 2.0 upgrade
51 ** - version 1.4 upgrade
216 int version, revision; member in struct:__anon7700

Completed in 116 milliseconds

123456789