Searched defs:iTry (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest.cpp163 uint32_t iTry; local
166 for (iTry = 0; iTry < RT_ELEMENTS(ahTries); iTry++)
208 LogRel(("VBoxGuest: Failed to reserve memory for the hypervisor: rc=%Rrc (cbHypervisor=%#x uAlignment=%#x iTry=%u)\n",
209 rc, cbHypervisor, uAlignment, iTry));
230 Log(("VBoxGuest: %p LB %#x; uAlignment=%#x iTry=%u hGuestMappings=%p (%s)\n",
233 uAlignment, iTry, pDevExt->hGuestMappings, hFictive != NIL_RTR0PTR ? "fictive" : "reservation"));
236 ahTries[iTry] = hObj;
242 while (iTry
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp4285 uint32_t iTry; local
4287 for (iTry = 0;; iTry++)
4318 if (iTry > 0 && supR3HardenedWinGetMilliTS() - uMsTsStart > 5000) /* 5 sec, at least two tries */
4330 if (iTry < 8)
4422 , s_wszName, rcNt, pszDefine, iTry,
4431 , s_wszName, rcNt, pszDefine, iTry,
4439 s_wszName, rcNt, pszDefine, iTry,

Completed in 76 milliseconds