Searched refs:iFrame (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DEdkLogger.py211 # @param iFrame The frame number of the caller to get.
212 def getCallerName(oFrame = None, iFrame = 2):
218 while iFrame > 1:
221 iFrame = iFrame - 1;
228 # @param iFrame The frame to start with.
230 def getSimpleStack(iFrame = 2, cMaxFrames = 7):
233 sCaller = getCallerName(iFrame = iFrame + i);
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp224 uint32_t iFrame; member in struct:MYFRAMEHDR
244 uint32_t iFrame = 0; local
252 for (; cbSent < g_cbTransfer; iFrame++)
256 : iFrame % 1519 + sizeof(RTMAC) * 2 + sizeof(unsigned);
257 pHdr->iFrame = iFrame;
270 pHdr->iFrame = 0xffffdead;
283 "iFrame=%u cb=%'u\n",
284 &pArgs->Mac, iFrame, cbSent);
300 uint32_t iFrame local
[all...]
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxcommons.py123 fnLogger1('internal-error: No exception! %s' % (utils.getCallerName(iFrame=3)), utils.getCallerName(iFrame=3), sTsPrf);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmodcodeview.cpp309 uint16_t iFrame; member in struct:RTCVSEGMAPDESC
747 uint64_t uAddrSym = off + ((uint32_t)pThis->pSegMap->aDescs[iSeg - 1].iFrame << 4);
752 + ((uint32_t)pThis->pSegMap->aDescs[j].iFrame << 4);
1044 paDescs[i].iFrame, paDescs[i].offSegName, paDescs[i].offClassName, szFlags));
1070 && paDescs[i].iFrame != 0
1165 uint64_t uAddr = (uint64_t)paDescs[i].off + ((uint32_t)paDescs[i].iFrame << 4);
1180 uint64_t uAddr = (uint64_t)paDescs[j].off + ((uint32_t)paDescs[j].iFrame << 4);
1218 if ((uint64_t)paDescs[j].off + ((uint32_t)paDescs[j].iFrame << 4) == uBestAddr)
1236 uint32_t iFrame = UINT32_MAX; local
1238 if (paDescs[j].iFrame >
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceR0.cpp471 int iFrame = 0; local
472 while (iFrame < cMaxFrames)
474 paPcStack[iFrame] = NULL;
475 iFrame++;
502 int iFrame = 0; local
503 while (iFrame < cMaxFrames)
505 paPcStack[iFrame] = 0;
506 paFpStack[iFrame] = 0;
507 iFrame++;
520 int iFrame local
[all...]
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py1160 def getCallerName(oFrame=None, iFrame=2):
1169 while iFrame > 1:
1172 iFrame = iFrame - 1;
1206 for iFrame in range(min(cFrames, len(asTraceBack))):
1207 asRet.append(asTraceBack[-iFrame - 1]);
/vbox/src/VBox/VMM/VMMR3/
H A DDBGFStack.cpp154 pFrame->iFrame = 0;
173 pFrame->iFrame++;
407 if (pCur->iFrame >= 2048)
/vbox/src/VBox/HostDrivers/VBoxUSB/win/dev/
H A DVBoxUsbRt.cpp1340 ULONG iFrame, iStartFrame; local
1341 VBoxUsbToolCurrentFrame(pDevExt->pLowerDO, pIrp, &iFrame);
1342 iFrame += 2;
1344 if ((iFrame < iStartFrame) || (iStartFrame > iFrame + 512))
1345 iFrame = iStartFrame;
1346 pPipeInfo->NextScheduledFrame = iFrame + pUrbInfo->numIsoPkts;
1347 pUrb->UrbIsochronousTransfer.StartFrame = iFrame;
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py893 % (utils.getCallerName(iFrame=3)), utils.getCallerName(iFrame=3), sTsPrf);
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp2868 uint16_t iFrame; local
2869 for (iFrame = 0; iFrame < p->u16FrameCount; iFrame++)
2871 VRDEINPUT_TOUCH_FRAME *pFrame = &p->aFrames[iFrame];
/vbox/include/VBox/vmm/
H A Ddbgf.h766 uint32_t iFrame; member in struct:DBGFSTACKFRAME

Completed in 99 milliseconds