Searched refs:u32Version (Results 51 - 75 of 118) sorted by relevance

12345

/vbox/include/VBox/
H A Dhgcmsvc.h356 uint32_t u32Version; member in struct:_VBOXHGCMSVCFNTABLE
H A Drawpci.h357 uint32_t u32Version; member in struct:RAWPCIDEVPORT
481 /** Version number for the RAWPCIDEVPORT::u32Version and RAWPCIIFPORT::u32VersionEnd fields. */
H A Dintnet.h415 uint32_t u32Version; member in struct:INTNETTRUNKSWPORT
604 /** Version number for the INTNETTRUNKIFPORT::u32Version and INTNETTRUNKIFPORT::u32VersionEnd fields. */
639 uint32_t u32Version; member in struct:INTNETTRUNKIFPORT
782 /** Version number for the INTNETTRUNKIFPORT::u32Version and INTNETTRUNKIFPORT::u32VersionEnd fields. */
/vbox/src/VBox/VMM/VMMR3/
H A DPDMDevice.cpp321 pDevIns->u32Version = PDM_DEVINS_VERSION;
484 RegCB.Core.u32Version = PDM_DEVREG_CB_VERSION;
639 AssertMsgReturn(pReg->u32Version == PDM_DEVREG_VERSION,
640 ("Unknown struct version %#x!\n", pReg->u32Version),
H A DGIMHv.cpp99 if (!pVM->gim.s.u32Version)
248 if (!pVM->gim.s.u32Version)
H A DPDMDriver.cpp88 RegCB.Core.u32Version = PDM_DRVREG_CB_VERSION;
124 RegCB.Core.u32Version = PDM_DRVREG_CB_VERSION;
268 AssertMsgReturn(pReg->u32Version == PDM_DRVREG_VERSION,
269 ("%#x\n", pReg->u32Version),
691 pNew->u32Version = PDM_DRVINS_VERSION;
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp926 static int vbvaVHWACommandLoadPending(PVGASTATE pVGAState, PSSMHANDLE pSSM, uint32_t u32Version) argument
928 if (u32Version < VGA_SAVEDSTATE_VERSION_WITH_PENDVHWA)
1682 int vboxVBVALoadStateExec (PPDMDEVINS pDevIns, PSSMHANDLE pSSM, uint32_t u32Version) argument
1684 if (u32Version < VGA_SAVEDSTATE_VERSION_HGSMI)
1692 int rc = HGSMIHostLoadStateExec (pIns, pSSM, u32Version);
1780 if (u32Version > VGA_SAVEDSTATE_VERSION_WITH_CONFIG)
1834 if (u32Version >= VGA_SAVEDSTATE_VERSION_MODE_HINTS)
1859 if (u32Version > VGA_SAVEDSTATE_VERSION_WDDM)
1863 if (u32Version < VGA_SAVEDSTATE_VERSION_FIXED_PENDVHWA)
1889 rc = vbvaVHWACommandLoadPending(pVGAState, pSSM, u32Version);
[all...]
H A DDevVGA_VDMA.cpp137 uint32_t u32Version; member in struct:VBVAEXHOSTCTL::__anon13221::__anon13223
173 static int VBoxVBVAExHSLoadState(struct VBVAEXHOSTCONTEXT *pCmdVbva, uint8_t* pu8VramBase, PSSMHANDLE pSSM, uint32_t u32Version);
676 static int vboxVBVAExHSLoadGuestCtl(struct VBVAEXHOSTCONTEXT *pCmdVbva, uint8_t* pu8VramBase, PSSMHANDLE pSSM, uint32_t u32Version) argument
707 static int vboxVBVAExHSLoadStateLocked(struct VBVAEXHOSTCONTEXT *pCmdVbva, uint8_t* pu8VramBase, PSSMHANDLE pSSM, uint32_t u32Version) argument
718 rc = vboxVBVAExHSLoadGuestCtl(pCmdVbva, pu8VramBase, pSSM, u32Version);
728 static int VBoxVBVAExHSLoadState(struct VBVAEXHOSTCONTEXT *pCmdVbva, uint8_t* pu8VramBase, PSSMHANDLE pSSM, uint32_t u32Version) argument
730 Assert(VGA_SAVEDSTATE_VERSION_3D <= u32Version);
738 rc = vboxVBVAExHSLoadStateLocked(pCmdVbva, pu8VramBase, pSSM, u32Version);
1389 int rc = VBoxVBVAExHSLoadState(&pVdma->CmdVbva, pu8VramBase, pCmd->u.state.pSSM, pCmd->u.state.u32Version);
1396 rc = pVdma->CrSrvInfo.pfnLoadState(pVdma->CrSrvInfo.hSvr, pCmd->u.state.pSSM, pCmd->u.state.u32Version);
[all...]
H A DDevVGA.h687 int vboxVBVALoadStateExec (PPDMDEVINS pDevIns, PSSMHANDLE pSSM, uint32_t u32Version);
710 int vboxVDMASaveLoadExecPerform(struct VBOXVDMAHOST *pVdma, PSSMHANDLE pSSM, uint32_t u32Version);
/vbox/src/VBox/Storage/
H A DQCOW.cpp59 uint32_t u32Version; member in struct:QCowHeader
335 pHeader->u32Version = RT_BE2H_U32(pHeader->u32Version);
340 if (pHeader->u32Version == 1)
349 else if (pHeader->u32Version == 2)
383 pHeader->u32Version = RT_H2BE_U32(pImage->uVersion);
1067 if (Header.u32Version == 1)
1090 else if (Header.u32Version == 2)
1120 pImage->pszFilename, Header.u32Version);
H A DVDICore.h82 uint32_t u32Version; member in struct:VDIPREHEADER
/vbox/src/VBox/HostServices/HostChannel/
H A Dservice.cpp869 LogRel2(("VBoxHGCMSvcLoad: pTable->cbSize = %d, pTable->u32Version = 0x%08X\n",
870 pTable->cbSize, pTable->u32Version));
873 || pTable->u32Version != VBOX_HGCM_SVC_VERSION)
/vbox/src/VBox/HostServices/SharedClipboard/
H A Dservice.cpp981 LogRel2(("VBoxHGCMSvcLoad: ptable->cbSize = %d, ptable->u32Version = 0x%08X\n", ptable->cbSize, ptable->u32Version));
984 || ptable->u32Version != VBOX_HGCM_SVC_VERSION)
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_stream.c497 int crServerPendLoadState(PSSMHANDLE pSSM, uint32_t u32Version) argument
503 if (u32Version < SHCROGL_SSM_VERSION_WITH_PEND_CMD_INFO)
/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h523 uint32_t u32Version; /* This field presents only if the VRDE_USB_CAPS2_FLAG_VERSION flag is set. */ member in struct:_VRDEUSBREQNEGOTIATERET_2
534 uint32_t u32Version; /* This field presents only if the VRDE_USB_CAPS2_FLAG_VERSION flag is set. */ member in struct:_VRDEUSBREQNEGOTIATERET_3
H A DVRDEVideoIn.h839 uint32_t u32Version; /* VRDE_VIDEOIN_NEGOTIATE_VERSION */ member in struct:VRDEVIDEOINMSG_NEGOTIATE
995 uint32_t u32Version; /* VRDE_VIDEOIN_NEGOTIATE_VERSION */ member in struct:VRDEVIDEOINNOTIFYATTACH
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-haiku.h94 uint32_t u32Version; member in struct:VBoxGuestDeviceState
H A DVBoxGuest-win.cpp1218 LogFunc(("VMMDevMemory: Version = 0x%x, Size = %d\n", pVMMDevMemory->u32Version, pVMMDevMemory->u32Size));
1221 if (pVMMDevMemory->u32Version == VMMDEV_MEMORY_VERSION)
1233 LogFunc(("Wrong version (%u), refusing operation!\n", pVMMDevMemory->u32Version));
/vbox/include/VBox/vmm/
H A Dvmm.h159 uint32_t u32Version; member in struct:VMM2USERMETHODS
/vbox/src/VBox/VMM/include/
H A DSSMInternal.h223 uint32_t u32Version; member in struct:SSMUNIT
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBBackend.cpp1038 if (pret2->u32Version <= VRDE_USB_VERSION)
1041 mClientVersion = pret2->u32Version;
1045 LogRel(("VRDP: ERROR: unsupported remote USB protocol client version %d.\n", pret2->u32Version));
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1322 int loadExec (struct SSMHANDLE * pSSM, uint32_t u32Version, void *pvVRAM);
1405 static int vhwaLoadExec(VHWACommandList * pCmdList, struct SSMHANDLE * pSSM, uint32_t u32Version);
1521 static int vhwaLoadSurface(VHWACommandList * pCmdList, struct SSMHANDLE * pSSM, uint32_t cBackBuffers, uint32_t u32Version);
1523 static int vhwaLoadOverlayData(VHWACommandList * pCmdList, struct SSMHANDLE * pSSM, uint32_t u32Version);
1747 int vhwaLoadExec (struct SSMHANDLE * pSSM, uint32_t u32Version);
/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp2148 PciBusReg.u32Version = PDM_PCIBUSREG_VERSION;
2161 if (pBus->pPciHlpR3->u32Version != PDM_PCIHLPR3_VERSION)
2164 pBus->pPciHlpR3->u32Version != PDM_PCIHLPR3_VERSION);
2251 /* u32Version */
2524 PciBusReg.u32Version = PDM_PCIBUSREG_VERSION;
2537 if (pBus->pPciHlpR3->u32Version != PDM_PCIHLPR3_VERSION)
2540 pBus->pPciHlpR3->u32Version, PDM_PCIHLPR3_VERSION);
2611 /* u32Version */
H A DDevPciIch9.cpp2561 PciBusReg.u32Version = PDM_PCIBUSREG_VERSION;
2574 if (pBus->pPciHlpR3->u32Version != PDM_PCIHLPR3_VERSION)
2577 pBus->pPciHlpR3->u32Version, PDM_PCIHLPR3_VERSION);
2817 PciBusReg.u32Version = PDM_PCIBUSREG_VERSION;
2830 if (pBus->pPciHlpR3->u32Version != PDM_PCIHLPR3_VERSION)
2833 pBus->pPciHlpR3->u32Version, PDM_PCIHLPR3_VERSION);
2942 /* u32Version */
2998 /* u32Version */
/vbox/src/VBox/HostServices/SharedFolders/
H A Dservice.cpp1461 Log(("SharedFolders host service: VBoxHGCMSvcLoad: ptable->cbSize = %u, ptable->u32Version = 0x%08X\n",
1462 ptable->cbSize, ptable->u32Version));
1465 || ptable->u32Version != VBOX_HGCM_SVC_VERSION)
1467 LogRelFunc(("SharedFolders host service: version mismatch while loading: ptable->cbSize = %u (should be %u), ptable->u32Version = 0x%08X (should be 0x%08X)\n",
1468 ptable->cbSize, sizeof (VBOXHGCMSVCFNTABLE), ptable->u32Version, VBOX_HGCM_SVC_VERSION));

Completed in 252 milliseconds

12345