Searched defs:version (Results 1 - 25 of 223) sorted by relevance

123456789

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/vmware/
H A Dvmware.c6 * published by the Free Software Foundation; either version 2 of the
7 * License, or any later version.
41 uint32_t version; local
46 vmware_cmd_get_version ( &version, &magic, &product_type );
54 DBGC ( VMW_MAGIC, "VMware product type %04x version %08x detected\n",
55 product_type, version );
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dmisyncfd.h37 int version; member in struct:_syncFdScreenFuncs
H A Ddri3.h58 uint32_t version; member in struct:dri3_screen_info
H A Dpresent.h89 uint32_t version; member in struct:present_screen_info
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dmisyncfd.h37 int version; member in struct:_syncFdScreenFuncs
H A Ddri3.h56 uint32_t version; member in struct:dri3_screen_info
H A Dpresent.h89 uint32_t version; member in struct:present_screen_info
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dmisyncfd.h37 int version; member in struct:_syncFdScreenFuncs
H A Ddri3.h53 uint32_t version; member in struct:dri3_screen_info
H A Dpresent.h89 uint32_t version; member in struct:present_screen_info
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/PyEfiCompressor/
H A Dsetup.py27 version="0.01", variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/PyUtility/
H A Dsetup.py27 version="0.01", variable
/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dglobals.php9 * published by the Free Software Foundation; either version 2 of the
10 * License, or any later version.
25 // Compute iPXE version based on source tree
26 exec ( "make -C '$src_dir' version 2>&1", $make_output, $status );
27 $version = ( $status == 0 && count ( $make_output ) > 1 ) variable
39 $header_title = "ROM-o-matic for iPXE $version";
41 $html_title = "ROM-o-matic for iPXE $version";
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddri2.h42 unsigned int version; /* Version of this struct */ member in struct:__anon8122
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/
H A Dpnpbios.c6 * published by the Free Software Foundation; either version 2 of the
7 * License, or any later version.
41 uint8_t version; member in struct:pnp_bios
/vbox/src/VBox/VMM/testcase/
H A DtstSSM-2.cpp13 * Foundation, in version 2 as it comes in the "COPYING" file of the
42 uint32_t version = 0; local
43 rc = SSMR3Seek(pSSM, pszUnitname, 0 /* iInstance */, &version);
57 RTPrintf("Unit size %zu bytes, version %d\n", cbUnit, version);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ipxe/
H A Dvmware.h23 /** Get VMware version */
30 * Get VMware version
32 * @ret version VMware version(?)
37 vmware_cmd_get_version ( uint32_t *version, uint32_t *magic, argument
43 : "=a" ( *version ), "=b" ( *magic ),
/vbox/src/VBox/Main/include/
H A DUSBDeviceImpl.h14 * Foundation, in version 2 as it comes in the "COPYING" file of the
65 version (1), portVersion (1), speed (USBConnectionSpeed_Null), remote (FALSE) {}
87 /** The major USB version number of the device. */
88 const USHORT version; member in struct:OUSBDevice::Data
89 /** The major USB version number of the port the device is attached to. */
H A DRemoteUSBDeviceImpl.h16 * Foundation, in version 2 as it comes in the "COPYING" file of the
99 Data() : vendorId (0), productId (0), revision (0), port (0), version (1),
115 const uint16_t version; member in struct:RemoteUSBDevice::Data
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Deapol.h6 * published by the Free Software Foundation; either version 2 of the
7 * License, or any later version.
45 /** Expected EAPOL version field value
47 * Version 2 is often seen and has no format differences from version 1;
48 * however, many older APs will completely drop version-2 packets, so
49 * we advertise ourselves as version 1.
64 /** EAPOL version identifier, always 1 */
65 u8 version; member in struct:eapol_frame
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_getstring.c38 static GLfloat version = 0.; local
47 version = crStrToFloat((char *) return_value);
48 version = crStateComputeVersion(version);
53 return version;
131 float version; local
137 version = GetVersionString();
138 sprintf((char*)ctx->glVersion, "%.1f Chromium %s", version, CR_VERSION_STRING);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprvrsion.h28 * of those above. If you wish to allow use of your version of this file only
30 * use your version of this file under the terms of the MPL, indicate your
33 * the provisions above, a recipient may use your version of this file under
49 /* All components participating in the PR version protocol must expose
62 * The first field defines which version of this structure is in use.
63 * At this time, only version 2 is specified. If this value is not
66 PRInt32 version; member in struct:__anon17204
70 char * buildTimeString;/* a human readable version of the time */
72 PRUint8 vMajor; /* Major version of this component */
73 PRUint8 vMinor; /* Minor version o
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateDefs.cpp13 * Foundation, in version 2 as it comes in the "COPYING" file of the
103 /* Return 'true' if saved version value is NOT valid or NOT equal to current: */
104 if (!version().isValid() || version() != VBoxVersion(vboxGlobal().vboxVersionStringNormalized()))
145 VBoxVersion VBoxUpdateData::version() const function in class:VBoxUpdateData
184 /* Parse 'version' value: */
220 /* Encode 'version' value: */
/vbox/src/VBox/RDP/client-1.8.3/
H A Diso.c10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
25 * the General Public License version 2 (GPLv2) at this time for any software where
27 * that GPLv2 or any later version may be used, or where a choice of which version
54 out_uint8(s, 3); /* version */
79 out_uint8(s, 3); /* version */
114 uint8 version; local
119 in_uint8(s, version);
121 *rdpver = version;
[all...]
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpidl_panel.h27 * of those above. If you wish to allow use of your version of this file only
29 * use your version of this file under the terms of the NPL, indicate your
32 * the provisions above, a recipient may use your version of this file under
95 short version; /* version # of settings data */ member in struct:XPIDLSettings

Completed in 118 milliseconds

123456789