Searched defs:version (Results 151 - 175 of 223) sorted by relevance

123456789

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dvmxnet3.h9 * published by the Free Software Foundation; either version 2 of the
10 * License, or any later version.
134 /** Driver version */
135 uint32_t version; member in struct:vmxnet3_misc_config
140 /** UPT version supported */
164 /** Driver version magic */
205 uint32_t version; member in struct:vmxnet3_variable_config
482 /** vmxnet3 version that we support */
485 /** UPT version that we support */
/vbox/src/VBox/NetworkServices/DHCP/
H A DConfig.cpp13 * Foundation, in version 2 as it comes in the "COPYING" file of the
32 #include <VBox/version.h>
166 const std::string tagXMLLeasesAttributeVersion = "version";
179 * <Leases version="1.0">
214 com::Utf8Str version; local
216 root->getAttributeValue(tagXMLLeasesAttributeVersion.c_str(), version);
218 /* XXX: version check */
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdp.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
713 out_uint16_le(s, 0x200); /* Protocol version */
818 out_uint16_le(s, g_bitmap_cache_persist_enable ? 2 : 0); /* version */
1430 uint32 version; local
1443 in_uint32_le(s, version);
1444 if (version !
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/internal/
H A Ddri_interface.h94 * extension, we increase the version number. The corresponding
96 * points at compile time and the version field in the extension
102 int version; member in struct:__DRIextensionRec
169 * \since Internal API version 20030317.
176 * \since Internal API version 20030317.
538 * Stored version of some component (i.e., server-side DRI module, kernel-side
542 * There are several data structures that explicitly store a major version,
543 * minor version, and patch level. These structures should be modified to
547 int major; /**< Major version number. */
548 int minor; /**< Minor version numbe
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dwinbase16.h7 * version 2.1 of the License, or (at your option) any later version.
22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
24 * that LGPLv2 or any later version may be used, or where a choice of which version
81 WORD version; /* 1a Expected Windows version */ member in struct:_TDB
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h515 const xmlChar *version; /* the XML version string */ member in struct:_xmlDoc
712 xmlNewDoc (const xmlChar *version);
H A Dparser.h31 * The default version of XML used: 1.0
74 const xmlChar *version; /* the version string for entity */ member in struct:_xmlParserInput
190 const xmlChar *version; /* the XML version string */ member in struct:_xmlParserCtxt
652 * The SAX version 2 API extensions *
737 /* The following fields are extensions available only on version 2 */
H A DschemasInternals.h926 const xmlChar *version; member in struct:_xmlSchema
/vbox/src/libs/libxml2-2.6.31/
H A Dxmllint.c2778 fprintf(stderr, "%s: using libxml version %s\n", name, xmlParserVersion);
2821 printf("\t--version : display the version of the XML library used\n");
2939 int version = 0; local
2985 } else if ((!strcmp(argv[i], "-version")) ||
2986 (!strcmp(argv[i], "--version"))) {
2988 version = 1;
3523 if ((files == 0) && (!generate) && (version == 0)) {
H A Dxmlwriter.c506 * @version: the xml version ("1.0") or NULL for default ("1.0")
515 xmlTextWriterStartDocument(xmlTextWriterPtr writer, const char *version, argument
558 count = xmlOutputBufferWriteString(writer->out, "<?xml version=");
566 if (version != 0)
567 count = xmlOutputBufferWriteString(writer->out, version);
4517 doc = ctxt->myDoc = xmlNewDoc(ctxt->version);
/vbox/src/VBox/Main/include/
H A Dovfreader.h15 * Foundation, in version 2 as it comes in the "COPYING" file of the
202 OVFVersion_T version;//OVF standard version, it is used internally only by VirtualBox member in struct:ovf::EnvelopeData
207 return version;
213 if (version == OVFVersion_0_9)
215 else if (version == OVFVersion_1_0)
217 else if (version == OVFVersion_2_0)
225 version = v;
/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga3d_shaderdefs.h61 /* SVGA3D version information. */
468 SVGA3dShaderVersion version; member in struct:__anon14795
474 /* SVGA3D version specific register assignments */
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/presenter/
H A Dserver_presenter.cpp14 * Foundation, in version 2 as it comes in the "COPYING" file of the
2911 int CrFbEntryLoadState(CR_FRAMEBUFFER *pFb, PSSMHANDLE pSSM, uint32_t version) argument
2969 int CrFbLoadState(CR_FRAMEBUFFER *pFb, PSSMHANDLE pSSM, uint32_t version) argument
2983 rc = CrFbEntryLoadState(pFb, pSSM, version);
2992 int CrPMgrLoadState(PSSMHANDLE pSSM, uint32_t version) argument
3010 if (version < SHCROGL_SSM_VERSION_WITH_FB_INFO)
3047 if (version < SHCROGL_SSM_VERSION_WITH_FB_INFO)
3090 if (version >= SHCROGL_SSM_VERSION_WITH_SCREEN_MAP_REORDERED)
3096 if (version == SHCROGL_SSM_VERSION_WITH_SCREEN_MAP)
3105 rc = CrFbLoadState(pFb, pSSM, version);
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_main.c100 WARN(("no major version specified for client!"));
1217 static int crVBoxServerFBImageDataInitEx(CRFBData *pData, CRContextInfo *pCtxInfo, CRMuralInfo *pMural, GLboolean fWrite, uint32_t version, GLuint overrideWidth, GLuint overrideHeight) argument
1230 /* the version should be always actual when we do reads,
1232 CRASSERT(fWrite || version == SHCROGL_SSM_VERSION);
1278 || version < SHCROGL_SSM_VERSION_WITH_SINGLE_DEPTH_STENCIL /* <- older version had a typo which lead to back always being used,
1302 if (version < SHCROGL_SSM_VERSION_WITH_SAVED_DEPTH_STENCIL_BUFFER)
1306 if (version < SHCROGL_SSM_VERSION_WITH_SINGLE_DEPTH_STENCIL)
1308 /* if (pCtxInfo->CreateInfo.requestedVisualBits & CR_DEPTH_BIT) */ /* <- older version had a typo which lead to back always being used,
1339 /* if (pCtxInfo->CreateInfo.requestedVisualBits & CR_STENCIL_BIT) */ /* <- older version ha
1902 crVBoxServerLoadMurals(CR_SERVER_LOADSTATE_READER *pReader, uint32_t version) argument
2085 crVBoxServerLoadFBImage(PSSMHANDLE pSSM, uint32_t version, CRContextInfo* pContextInfo, CRMuralInfo *pMural) argument
2201 crVBoxServerLoadStatePerform(PSSMHANDLE pSSM, uint32_t version) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dieee80211.h805 /** RSN information element version */
806 u16 version; member in struct:ieee80211_ie_rsn
872 /** 802.11 RSN IE: expected version number */
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_config.h273 char version[VXGE_HW_FW_STRLEN]; member in struct:vxge_hw_device_version
421 * @fw_version: Firmware version
423 * @flash_version: Firmware version
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/ddc/
H A Dedid.h42 /* EDID version */
116 /* extract information from version section */
315 int version; member in struct:edid_version
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/internal/
H A Ddri_interface.h105 * extension, we increase the version number. The corresponding
107 * points at compile time and the version field in the extension
113 int version; member in struct:__DRIextensionRec
163 * \since Internal API version 20030317.
170 * \since Internal API version 20030317.
239 * setTexBuffer2 in version 2 of this interface
599 * Stored version of some component (i.e., server-side DRI module, kernel-side
603 * There are several data structures that explicitly store a major version,
604 * minor version, and patch level. These structures should be modified to
608 int major; /**< Major version numbe
[all...]
/vbox/include/iprt/formats/
H A Dhfs.h12 * Foundation, in version 2 as it comes in the "COPYING" file of the
46 /** @name HFS version numbers (HFSPlusVolumeHeader::version).
52 /** @name HFS mount version numbers (HFSPlusVolumeHeader::lastMountedVersion).
588 uint16_t version; member in struct:HFSPlusVolumeHeader
/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h12 * Foundation, in version 2 as it comes in the "COPYING" file of the
103 /* The initial version 1. */
110 /* The default VRDE server version of Remote USB Protocol. */
416 /** USB version number. */
477 /* The server requests the version of the port the device is attached to.
486 /* Remote USB Protocol version. */
487 /* VRDE_USB_VERSION_3: the 32 bit field is splitted to 16 bit version and 16 bit flags.
490 * a new capability without increasing the protocol version.
492 uint16_t version; member in struct:_VRDEUSBREQNEGOTIATEPARM
501 #define VRDE_USB_CAPS2_FLAG_VERSION (0x2) /* The client is negotiating the protocol version
[all...]
/vbox/src/apps/svnsync-vbox/
H A Dmain.c13 * newer version instead, at your option.
65 /* The base for this code is version 1.5 from the subversion repository,
186 {"version", svnsync_opt_version, 0,
187 N_("show program version information")},
209 svn_boolean_t version; member in struct:__anon17009
244 /* Check that the version of libraries in use match what we expect. */
1389 * deltas/properties) version is. */
2949 "Type 'svnsync --version' to see the program version and RA modules.\n"
2963 opt_baton ? opt_baton->version
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddirectx.c14 * version 2.1 of the License, or (at your option) any later version.
29 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where
31 * that LGPLv2 or any later version may be used, or where a choice of which version
56 DWORD version; member in struct:__anon1955
454 return EXTENSION_MAP[i].version;
1030 /* Certain applications (Steam) complain if we report an outdated driver version. In general,
1031 * reporting a driver version is moot because we are not the Windows driver, and we have different
1034 * The driver version ha
5704 wined3d_init(IWineD3DImpl *wined3d, UINT version, IUnknown *parent) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dedid.h41 /* EDID version */
115 /* extract information from version section */
176 case RATIO1_1: y = ((v->version > 1 || v->revision > 2) \
345 int version; member in struct:edid_version
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dedid.h39 /* EDID version */
113 /* extract information from version section */
174 case RATIO1_1: y = ((v->version > 1 || v->revision > 2) \
343 int version; member in struct:edid_version
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dedid.h39 /* EDID version */
113 /* extract information from version section */
178 case RATIO1_1: y = ((v->version > 1 || v->revision > 2) \
400 int version; member in struct:edid_version

Completed in 204 milliseconds

123456789