Searched defs:vMinor (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprvrsion.h73 PRUint8 vMinor; /* Minor version of this component */ member in struct:__anon17204
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddixstruct.h104 unsigned short vMajor, vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddixstruct.h104 unsigned short vMajor, vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddixstruct.h119 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddixstruct.h115 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddixstruct.h115 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddixstruct.h114 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddixstruct.h114 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddixstruct.h115 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddixstruct.h114 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddixstruct.h113 unsigned short vMajor, vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddixstruct.h115 unsigned short vMajor, vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddixstruct.h104 unsigned short vMajor, vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/include/
H A Ddixstruct.h111 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddixstruct.h122 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddixstruct.h122 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddixstruct.h119 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/HostServices/SharedOpenGL/crserver/
H A Dcrservice.cpp614 || paParms[1].type != VBOX_HGCM_SVC_PARM_32BIT /* vMinor */
623 uint32_t vMinor = paParms[1].u.uint32; local
626 rc = crVBoxServerClientSetVersion(u32ClientID, vMajor, vMinor);
630 svcClientVersionUnsupported(vMajor, vMinor);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddixstruct.h124 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddixstruct.h124 unsigned short vMajor,vMinor; member in struct:_Client
/vbox/include/VBox/HostServices/
H A DVBoxCrOpenGLSvc.h187 uint32_t vMinor; member in struct:__anon47
285 HGCMFunctionParameter vMinor; member in struct:__anon53
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dvboxhgsmi.c1142 static int crVBoxHGSMISetVersion(CRConnection *conn, unsigned int vMajor, unsigned int vMinor) argument
1154 parms.vMinor.type = VMMDevHGCMParmType_32bit;
1155 parms.vMinor.u.value32 = CR_PROTOCOL_VERSION_MINOR;
1164 parms.vMajor.u.value32, parms.vMinor.u.value32);
1169 conn->vMinor = CR_PROTOCOL_VERSION_MINOR;
H A Dvboxhgcm.c1252 static int crVBoxHGCMSetVersion(CRConnection *conn, unsigned int vMajor, unsigned int vMinor) argument
1264 parms.vMinor.type = VMMDevHGCMParmType_32bit;
1265 parms.vMinor.u.value32 = CR_PROTOCOL_VERSION_MINOR;
1275 conn->vMinor = CR_PROTOCOL_VERSION_MINOR;
1281 parms.vMajor.u.value32, parms.vMinor.u.value32));
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h258 uint32_t vMajor, vMinor; /*Protocol version*/ member in struct:CRConnection
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCr.cpp787 static int vboxMpCrCtlConSetVersion(PVBOXMP_CRCTLCON pCrCtlCon, uint32_t u32ClientID, uint32_t vMajor, uint32_t vMinor) argument
799 parms.vMinor.type = VMMDevHGCMParmType_32bit;
800 parms.vMinor.u.value32 = vMinor;

Completed in 73 milliseconds

12