Searched refs:u32VersionEnd (Results 1 - 13 of 13) sorted by relevance
/vbox/src/VBox/VMM/include/ |
H A D | PDMAsyncCompletionInternal.h | 153 uint32_t u32VersionEnd; member in struct:PDMASYNCCOMPLETIONEPCLASSOPS
|
/vbox/src/VBox/HostDrivers/VBoxNetAdp/ |
H A D | VBoxNetAdp.c | 206 Assert(pThis->MyPort.u32VersionEnd == INTNETTRUNKIFPORT_VERSION); 235 Assert(pThis->MyPort.u32VersionEnd == INTNETTRUNKIFPORT_VERSION); 265 Assert(pThis->MyPort.u32VersionEnd == INTNETTRUNKIFPORT_VERSION); 296 Assert(pThis->MyPort.u32VersionEnd == INTNETTRUNKIFPORT_VERSION); 535 Assert(pThis->MyPort.u32VersionEnd == INTNETTRUNKIFPORT_VERSION); 839 pNew->MyPort.u32VersionEnd = INTNETTRUNKIFPORT_VERSION;
|
/vbox/src/VBox/HostDrivers/VBoxNetFlt/ |
H A D | VBoxNetFlt.c | 608 Assert(pThis->MyPort.u32VersionEnd == INTNETTRUNKIFPORT_VERSION); 716 Assert(pThis->MyPort.u32VersionEnd == INTNETTRUNKIFPORT_VERSION); 785 Assert(pThis->MyPort.u32VersionEnd == INTNETTRUNKIFPORT_VERSION); 831 Assert(pThis->MyPort.u32VersionEnd == INTNETTRUNKIFPORT_VERSION); 877 Assert(pThis->MyPort.u32VersionEnd == INTNETTRUNKIFPORT_VERSION); 1005 pNew->MyPort.u32VersionEnd = INTNETTRUNKIFPORT_VERSION;
|
/vbox/include/VBox/ |
H A D | rawpci.h | 479 uint32_t u32VersionEnd; member in struct:RAWPCIDEVPORT 481 /** Version number for the RAWPCIDEVPORT::u32Version and RAWPCIIFPORT::u32VersionEnd fields. */
|
H A D | intnet.h | 601 uint32_t u32VersionEnd; member in struct:INTNETTRUNKSWPORT 604 /** Version number for the INTNETTRUNKIFPORT::u32Version and INTNETTRUNKIFPORT::u32VersionEnd fields. */ 779 uint32_t u32VersionEnd; member in struct:INTNETTRUNKIFPORT 782 /** Version number for the INTNETTRUNKIFPORT::u32Version and INTNETTRUNKIFPORT::u32VersionEnd fields. */
|
/vbox/src/VBox/Devices/Bus/ |
H A D | SrvPciRawR0.cpp | 251 AssertReturn(pDevPort->u32VersionEnd == RAWPCIDEVPORT_VERSION, VERR_INVALID_PARAMETER); 499 pNew->DevPort.u32VersionEnd = RAWPCIDEVPORT_VERSION;
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | PDMDevice.cpp | 679 AssertLogRelMsg(pReg->u32VersionEnd == PDM_DEVREG_VERSION, 680 ("u32VersionEnd=%#x, expected %#x. (szName=%s)\n", 681 pReg->u32VersionEnd, PDM_DEVREG_VERSION, pReg->szName));
|
H A D | PDMDriver.cpp | 311 AssertMsgReturn(pReg->u32VersionEnd == PDM_DRVREG_VERSION, 312 ("%s: #x\n", pReg->szName, pReg->u32VersionEnd),
|
H A D | PDMAsyncCompletion.cpp | 827 AssertReturn(pEpClassOps->u32VersionEnd == PDMAC_EPCLASS_OPS_VERSION, VERR_VERSION_MISMATCH);
|
/vbox/src/VBox/HostDrivers/VBoxPci/ |
H A D | VBoxPci.c | 483 pNew->DevPort.u32VersionEnd = RAWPCIDEVPORT_VERSION;
|
/vbox/include/VBox/vmm/ |
H A D | pdmdrv.h | 278 uint32_t u32VersionEnd; member in struct:PDMDRVREG
|
H A D | pdmdev.h | 339 uint32_t u32VersionEnd; member in struct:PDMDEVREG
|
/vbox/src/VBox/Devices/Network/ |
H A D | SrvIntNetR0.cpp | 5523 pTrunk->SwitchPort.u32VersionEnd = INTNETTRUNKSWPORT_VERSION;
|
Completed in 1929 milliseconds