Searched defs:fPresent (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp1221 bool fPresent = m_order.contains(type); local
1222 if (fRestricted && fPresent)
1224 else if (!fRestricted && !fPresent)
/vbox/include/VBox/
H A Drawpci.h127 bool fPresent; member in struct:__anon237
/vbox/src/VBox/VMM/VMMR3/
H A DPGMSavedState.cpp2534 uint8_t fPresent; local
2535 rc = SSMR3GetU8(pSSM, &fPresent);
2537 AssertLogRelMsgReturn(fPresent == (uint8_t)true || fPresent == (uint8_t)false,
2538 ("fPresent=%#x iPage=%#x GCPhys=%#x %s\n", fPresent, iPage, pRam->GCPhys, pRam->pszDesc),
2545 if (fPresent)
/vbox/src/VBox/Devices/PC/
H A DDevACPI.cpp949 bool fPresent; /* battery present? */ local
957 rc = pThis->pDrv->pfnQueryBatteryStatus(pThis->pDrv, &fPresent, &hostRemainingCapacity,
1009 bool fPresent; /* battery present? */ local
1017 rc = pThis->pDrv->pfnQueryBatteryStatus(pThis->pDrv, &fPresent, &hostRemainingCapacity,
1021 return fPresent
/vbox/src/VBox/Devices/Storage/
H A DDevLsiLogicSCSI.cpp4564 bool fPresent; local
4565 rc = SSMR3GetBool(pSSM, &fPresent);
4567 if (fPresent != (pThis->paDeviceStates[i].pDrvBase != NULL))
4569 i, pThis->paDeviceStates[i].pDrvBase != NULL, fPresent);
H A DDevBusLogic.cpp104 bool fPresent; member in struct:BUSLOGICDEVICE
1968 if (pBusLogic->aDeviceStates[i].fPresent)
1979 if (pBusLogic->aDeviceStates[i + 8].fPresent)
1991 if (pBusLogic->aDeviceStates[i].fPresent)
2480 if (!pTaskState->CTX_SUFF(pTargetDevice)->fPresent)
2914 if (!pBusLogic->aDeviceStates[uTargetIdCCB].fPresent)
3182 SSMR3PutBool(pSSM, pThis->aDeviceStates[i].fPresent);
3199 SSMR3PutBool(pSSM, pDevice->fPresent);
3298 bool fPresent; local
3299 rc = SSMR3GetBool(pSSM, &fPresent);
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp244 BOOL fPresent = FALSE; local
246 empty.asOutParam(), aFilePath.asOutParam(), &fPresent);
249 if (!fPresent)
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp449 bool fPresent; member in struct:RTDBGMODDWARF::__anon16559
1423 if (!pThis->aSections[enmSect].fPresent)
2801 if (!pThis->aSections[krtDbgModDwarfSect_line].fPresent)
4462 if (pThis->aSections[krtDbgModDwarfSect_pubnames].fPresent)
4728 AssertMsgReturn(!pThis->aSections[enmSect].fPresent, ("duplicate %s\n", pszSection), VINF_SUCCESS /*ignore*/);
4730 pThis->aSections[enmSect].fPresent = true;
4847 if (pThis->aSections[krtDbgModDwarfSect_info].fPresent)

Completed in 102 milliseconds