Searched defs:cRetries (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp432 unsigned cRetries = 2; local
504 } while (cRetries-- > 0);
1288 int cRetries = 1000; local
1295 Log2(("TMTimerSet: %p:{.enmState=%s, .pszDesc='%s'} cRetries=%d u64Expire=%'RU64\n",
1296 pTimer, tmTimerState(enmState), R3STRING(pTimer->pszDesc), cRetries, u64Expire));
1372 } while (cRetries-- > 0);
1603 for (int cRetries = 1000; ; cRetries--)
1627 Log2(("TMTimerSetRelative: %p:{.enmState=%s, .pszDesc='%s', .u64Expire=%'RU64} cRetries=%d [EXP/STOP]\n",
1628 pTimer, tmTimerState(enmState), R3STRING(pTimer->pszDesc), pTimer->u64Expire, cRetries));
1878 int cRetries = 1000; local
2022 int cRetries = 1000; local
[all...]
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLib.cpp2204 SUPR3DECL(int) SUPR3TscDeltaMeasure(RTCPUID idCpu, bool fAsync, bool fForce, uint8_t cRetries, uint8_t cMsWaitRetry) argument
2214 Req.u.In.cRetries = cRetries;
H A DSUPDrvIOC.h1511 uint8_t cRetries; member in struct:SUPTSCDELTAMEASURE::__anon16364::__anon16365
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp598 int cRetries = 0; local
626 if ( cRetries < VBOX_NETCFG_MAX_RETRIES
629 cRetries++;
630 logStringW(hModule, L"doNetCfgInit: lpszLockedBy is 6to4svc.dll, retrying %d out of %d", cRetries, VBOX_NETCFG_MAX_RETRIES);
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp1228 int cRetries = 5;
1229 while (rcNt == STATUS_VERIFY_REQUIRED && cRetries-- > 0)
1553 int cRetries = 10; local
1555 while (RT_FAILURE(rc) && cRetries-- > 0)
1641 int cRetries = 10; local
1648 && cRetries-- > 0)
1680 cRetries = 10;
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp2017 int cRetries = 5; local
2019 while (cRetries-- > 0)

Completed in 82 milliseconds