Searched refs:pvScratchBuf (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControl.cpp203 uint8_t *pvScratchBuf = (uint8_t*)RTMemAlloc(cbScratchBuf); local
204 AssertReturn(pvScratchBuf, VERR_NO_MEMORY);
322 pvScratchBuf, cbScratchBuf, pfShutdown);
354 if (pvScratchBuf)
355 RTMemFree(pvScratchBuf);
H A DVBoxServiceControlSession.cpp64 static int gstcntlSessionHandleFileWrite(const PVBOXSERVICECTRLSESSION pSession, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf);
69 static int gstcntlSessionHandleProcInput(const PVBOXSERVICECTRLSESSION pSession, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf);
341 void *pvScratchBuf, size_t cbScratchBuf)
353 void *pvDataRead = pvScratchBuf;
399 void *pvScratchBuf, size_t cbScratchBuf)
413 void *pvDataRead = pvScratchBuf;
459 void *pvScratchBuf, size_t cbScratchBuf)
463 AssertPtrReturn(pvScratchBuf, VERR_INVALID_POINTER);
472 pvScratchBuf, cbScratchBuf,
480 rc = RTFileWrite(pFile->hFile, pvScratchBuf, cbToWrit
339 gstcntlSessionHandleFileRead(const PVBOXSERVICECTRLSESSION pSession, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf) argument
397 gstcntlSessionHandleFileReadAt(const PVBOXSERVICECTRLSESSION pSession, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf) argument
457 gstcntlSessionHandleFileWrite(const PVBOXSERVICECTRLSESSION pSession, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf) argument
505 gstcntlSessionHandleFileWriteAt(const PVBOXSERVICECTRLSESSION pSession, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf) argument
838 gstcntlSessionHandleProcInput(PVBOXSERVICECTRLSESSION pSession, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf) argument
1015 GstCntlSessionHandler(PVBOXSERVICECTRLSESSION pSession, uint32_t uMsg, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf, volatile bool *pfShutdown) argument
1408 uint8_t *pvScratchBuf = NULL; local
[all...]
H A DVBoxServiceControl.h307 extern int GstCntlSessionHandler(PVBOXSERVICECTRLSESSION pSession, uint32_t uMsg, PVBGLR3GUESTCTRLCMDCTX pHostCtx, void *pvScratchBuf, size_t cbScratchBuf, volatile bool *pfShutdown);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTLocalIpc.cpp369 uint8_t *pvScratchBuf = (uint8_t*)RTMemAlloc(cbScratchBuf); local
370 RTTEST_CHECK_RET(pCtx->hTest, pvScratchBuf != NULL, VERR_NO_MEMORY);
400 pvScratchBuf, cbScratchBuf,
411 RTMemFree(pvScratchBuf);
426 uint8_t *pvScratchBuf = (uint8_t*)RTMemAlloc(cbScratchBuf); local
427 RTTEST_CHECK_RET(hTest, pvScratchBuf != NULL, RTEXITCODE_FAILURE);
450 pvScratchBuf, cbScratchBuf,
467 RTMemFree(pvScratchBuf);

Completed in 50 milliseconds