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

/vbox/src/VBox/Additions/common/VBoxVideo/
H A DHGSMIBase.cpp48 HGSMIOFFSET offMem = HGSMIPointerToOffset(&pCtx->areaCtx, pHdr); local
49 Assert(offMem != HGSMIOFFSET_VOID);
50 if(offMem != HGSMIOFFSET_VOID)
52 HGSMINotifyHostCmdComplete(pCtx, offMem);
/vbox/src/VBox/Devices/Graphics/HGSMI/
H A DHGSMIHost.cpp584 HGSMIOFFSET offMem = HGSMIHeapBufferOffset (&pIns->hostHeap, pvMem); local
586 if (offMem != HGSMIOFFSET_VOID)
591 /* Search the Processed list for the given offMem. */
599 if (pIter->offBuffer == offMem)
612 LogRel(("HGSMI[%s]: the host frees unprocessed FIFO entry: 0x%08X\n", pIns->pszName, offMem));
668 static int hgsmiHostCommandWrite (HGSMIINSTANCE *pIns, HGSMIOFFSET offMem
685 pEntry->offBuffer = offMem;
731 // HGSMIOFFSET offMem;
733 // int rc = hgsmiCheckMemPtr (pIns, pvMem, &offMem);
1675 static int hgsmiGuestCommandComplete (HGSMIINSTANCE *pIns, HGSMIOFFSET offMem) argument
[all...]
/vbox/src/VBox/Debugger/
H A DDBGPlugInWinNt.cpp250 uint32_t offMem; member in struct:DBGDIGGERWINNTRDR::__anon9855
323 DBGFR3AddrAdd(&Addr, pThis->aMappings[i].offMem + offMap);
523 pRdr->aMappings[j].offMem = paShs[i].VirtualAddress;
534 pRdr->aMappings[0].offMem = 0;
552 pRdr->aMappings[0].offMem = 0;

Completed in 40 milliseconds