Searched defs:version (Results 101 - 125 of 223) sorted by relevance

123456789

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dvbe.h27 int version; member in struct:__anon7182
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dvbe.h28 int version; member in struct:__anon7490
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dvbe.h28 int version; member in struct:__anon7860
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dvbe.h28 int version; member in struct:__anon8216
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dvbe.h28 int version; member in struct:__anon8533
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dvbe.h28 int version; member in struct:__anon8856
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dvbe.h28 int version; member in struct:__anon9170
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dvbe.h28 int version; member in struct:__anon9490
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dvbe.h28 int version; member in struct:__anon5016
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dvbe.h28 int version; member in struct:__anon5328
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dvbe.h28 int version; member in struct:__anon5640
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dvbe.h27 int version; member in struct:__anon5951
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dvbe.h27 int version; member in struct:__anon6254
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dvbe.h27 int version; member in struct:__anon6552
/vbox/src/VBox/Debugger/
H A DDBGPlugInDarwin.cpp13 * Foundation, in version 2 as it comes in the "COPYING" file of the
49 char version[64]; member in struct:OSX32_kmod_info
69 char version[64]; member in struct:OSX64_kmod_info
98 /** The address of an kernel version string (there are several).
769 const char *pszVersion = f64Bit ? uMod.Info64.version : uMod.Info32.version;
770 if ( !RTStrEnd(pszVersion, sizeof(uMod.Info64.version))
773 Log(("OSXDig: kmod_info @%RGv: Bad version '%.*s'\n", AddrModInfo.FlatPtr,
774 sizeof(uMod.Info64.version), pszVersion));
924 sure there is a kernel version strin
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c73 int version; member in struct:__anon9938
239 if (p->version > 1) {
265 if (p->version > 1) {
463 /* version currently has no effect for writing longs. */
465 PyMarshal_WriteLongToFile(long x, FILE *fp, int version) argument
472 wf.version = version;
477 PyMarshal_WriteObjectToFile(PyObject *x, FILE *fp, int version) argument
483 wf.strings = (version > 0) ? PyDict_New() : NULL;
484 wf.version
1217 PyMarshal_WriteObjectToString(PyObject *x, int version) argument
1259 int version = Py_MARSHAL_VERSION; local
1333 int version = Py_MARSHAL_VERSION; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
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
65 DWORD version; member in struct:__anon13226
273 return EXTENSION_MAP[i].version;
873 /* Certain applications (Steam) complain if we report an outdated driver version. In general,
874 * reporting a driver version is moot because we are not the Windows driver, and we have different
877 * The driver version ha
[all...]
/vbox/src/VBox/Devices/PC/
H A DDevDMA.cpp13 * Foundation, in version 2 as it comes in the "COPYING" file of the
856 static int dmaLoadController(PSSMHANDLE pSSMHandle, DMAControl *dc, int version) argument
867 if (version > DMA_SAVESTATE_OLD)
880 if (version == DMA_SAVESTATE_OLD)
897 if (version == DMA_SAVESTATE_OLD)
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/
H A Dint13.h190 /** INT13 extensions version 1.x */
192 /** INT13 extensions version 2.0 (EDD-1.0) */
194 /** INT13 extensions version 2.1 (EDD-1.1) */
196 /** INT13 extensions version 3.0 (EDD-3.0) */
327 uint8_t version; member in struct:eltorito_descriptor_fixed
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dx509.c6 * published by the Free Software Foundation; either version 2 of the
7 * License, or any later version.
68 __einfo_uniqify ( EINFO_EINVAL, 0x06, "Invalid version" )
154 * Parse X.509 certificate version
163 int version; local
166 /* Enter version */
171 if ( ( rc = asn1_integer ( &cursor, &version ) ) != 0 ) {
172 DBGC ( cert, "X509 %p cannot parse version: %s\n",
179 if ( version < 0 ) {
180 DBGC ( cert, "X509 %p invalid version
[all...]
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c17 * Foundation, in version 2 as it comes in the "COPYING" file of the
1016 printf("VirtualBox version: %u.%u.%u\n", ver / 1000000, ver / 1000 % 1000, ver % 1000);
1018 printf("VirtualBox API version: %u.%u\n", ver / 1000, ver % 1000);
1055 * Now ask for revision, version and home folder information of
1073 char *version = NULL; local
1074 g_pVBoxFuncs->pfnUtf16ToUtf8(versionUtf16, &version);
1075 printf("\tVersion: %s\n", version);
1076 g_pVBoxFuncs->pfnUtf8Free(version);
/vbox/src/VBox/Main/src-client/
H A DVMMDevInterface.cpp13 * Foundation, in version 2 as it comes in the "COPYING" file of the
193 * Reports Guest Additions API and OS version.
195 * Called whenever the Additions issue a guest version report request or the VM
215 char version[16]; local
216 RTStrPrintf(version, sizeof(version), "%d", guestInfo->interfaceVersion);
217 guest->i_setAdditionsInfo(Bstr(version), guestInfo->osType);
234 guest->i_setAdditionsInfo(Bstr(), guestInfo->osType); /* Clear interface version + OS type. */
237 guest->i_setAdditionsInfo2(0, "", 0, 0); /* Clear Guest Additions version. */
670 * @param uVersion Data layout version
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dfcels.h76 /** Login version */
77 uint16_t version; member in struct:fc_login_common
101 /** Fibre Channel default login version */
122 /** Vendor version level */
227 /** Vendor version level */
H A Dfip.h9 * published by the Free Software Foundation; either version 2 of the
10 * License, or any later version.
29 /** Frame version */
30 uint8_t version; member in struct:fip_header
45 /** FIP frame version */
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_open.c70 * of identifiers below to fill in the attribute and version fields associated
74 * far. DT_VERS_LATEST must correspond to the latest version value among all
77 * You must update DT_VERS_LATEST and DT_VERS_STRING when adding a new version,
78 * and then add the new version to the _dtrace_versions[] array declared below.
96 * The version number should be increased for every customer visible release
105 * easily determined from the version number. Minor bugs do not require any
106 * modification to the version number.
678 const char *const _dtrace_version = DT_VERS_STRING; /* API version string */
680 int _dtrace_rdvers = RD_VERSION; /* rtld_db feature version */
815 dt_vopen(int version, in argument
1387 dtrace_open(int version, int flags, int *errp) argument
1393 dtrace_vopen(int version, int flags, int *errp, const dtrace_vector_t *vector, void *arg) argument
[all...]

Completed in 161 milliseconds

123456789