Searched defs:iSelf (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Debugger/
H A DVBoxDbgStatsQt4.cpp103 uint32_t iSelf; member in struct:DBGGUISTATSNODE
771 Assert(!a_pRoot->iSelf);
801 a_pNode->iSelf = UINT32_MAX;
835 pRoot->iSelf = 0;
855 pNode->iSelf = UINT32_MAX;
891 pChild->iSelf = iShift + 1;
896 pNode->iSelf = iPosition;
912 beginInsertRows(createIndex(pParent->iSelf, 0, pParent), 0, 0);
925 uint32_t iPosition = pNode->iSelf;
932 pChild->iSelf
[all...]
/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmp-r0drv-nt.cpp469 unsigned iSelf = KeGetCurrentProcessorNumber(); local
473 if ( (i != iSelf)
482 pfnWorker(iSelf, pvUser1, pvUser2);
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp105 uint16_t iSelf; member in struct:GVMHANDLE
343 pGVMM->aHandles[0].iSelf = 0;
348 pGVMM->aHandles[i].iSelf = i;
354 pGVMM->aHandles[i].iSelf = i;
777 && pHandle->iSelf == iHandle)
1186 || iHandle != pHandle->iSelf)
1188 SUPR0Printf("GVM: handle %d is out of range or corrupt (iSelf=%d)!\n", iHandle, pHandle->iSelf);
1235 SUPR0Printf("GVM: can't find the handle previous previous of %d!\n", pHandle->iSelf);
1598 if ( pGVMM->aHandles[i].iSelf
[all...]

Completed in 63 milliseconds