Searched refs:ppvInstance (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGlobal.cpp37 DECLCALLBACK(int) supSvcGlobalCreate(void **ppvInstance) argument
39 *ppvInstance = (void *)1;
H A DSUPSvcInternal.h73 DECLCALLBACK(int) supSvcGrantCreate(void **ppvInstance);
82 DECLCALLBACK(int) supSvcGlobalCreate(void **ppvInstance);
H A DSUPSvc.cpp72 * @param ppvInstance Where to store the instance handle.
74 DECLCALLBACKMEMBER(int, pfnCreate)(void **ppvInstance);
H A DSUPSvcGrant.cpp631 DECLCALLBACK(int) supSvcGrantCreate(void **ppvInstance) argument
675 *ppvInstance = pThis;
/vbox/include/iprt/
H A Dvfslowlevel.h247 * @param ppvInstance Where to return the pointer to the instance data
251 PRTVFS phVfs, void **ppvInstance);
306 * @param ppvInstance Where to return the pointer to the instance data
310 PRTVFSOBJ phVfsObj, void **ppvInstance);
430 * @param ppvInstance Where to return the pointer to the instance data
434 PRTVFSFSSTREAM phVfsFss, void **ppvInstance);
633 * @param ppvInstance Where to return the pointer to the instance data
637 PRTVFSSYMLINK phVfsSym, void **ppvInstance);
776 * @param ppvInstance Where to return the pointer to the instance data
780 PRTVFSIOSTREAM phVfsIos, void **ppvInstance);
[all...]
/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp713 PRTVFSOBJ phVfsObj, void **ppvInstance)
723 AssertPtr(ppvInstance);
745 *ppvInstance = pThis->pvThis;
1589 PRTVFS phVfs, void **ppvInstance)
1598 AssertPtr(ppvInstance);
1622 *ppvInstance = pThis->Base.pvThis;
1672 PRTVFSFSSTREAM phVfsFss, void **ppvInstance)
1684 AssertPtr(ppvInstance);
1711 *ppvInstance = pThis->Base.pvThis;
1804 PRTVFSSYMLINK phVfsSym, void **ppvInstance)
712 RTVfsNewBaseObj(PCRTVFSOBJOPS pObjOps, size_t cbInstance, RTVFS hVfs, RTVFSLOCK hLock, PRTVFSOBJ phVfsObj, void **ppvInstance) argument
1588 RTVfsNew(PCRTVFSOPS pVfsOps, size_t cbInstance, RTVFS hVfs, RTVFSLOCK hLock, PRTVFS phVfs, void **ppvInstance) argument
1671 RTVfsNewFsStream(PCRTVFSFSSTREAMOPS pFsStreamOps, size_t cbInstance, RTVFS hVfs, RTVFSLOCK hLock, PRTVFSFSSTREAM phVfsFss, void **ppvInstance) argument
1803 RTVfsNewSymlink(PCRTVFSSYMLINKOPS pSymlinkOps, size_t cbInstance, RTVFS hVfs, RTVFSLOCK hLock, PRTVFSSYMLINK phVfsSym, void **ppvInstance) argument
1946 RTVfsNewIoStream(PCRTVFSIOSTREAMOPS pIoStreamOps, size_t cbInstance, uint32_t fOpen, RTVFS hVfs, RTVFSLOCK hLock, PRTVFSIOSTREAM phVfsIos, void **ppvInstance) argument
2381 RTVfsNewFile(PCRTVFSFILEOPS pFileOps, size_t cbInstance, uint32_t fOpen, RTVFS hVfs, RTVFSLOCK hLock, PRTVFSFILE phVfsFile, void **ppvInstance) argument
[all...]
/vbox/include/VBox/HostServices/
H A DVBoxCrOpenGLSvc.h103 DECLR3CALLBACKMEMBER(void, H3DORBegin, (const void *pvContext, void **ppvInstance,
/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h259 static DECLCALLBACK(void) H3DORBegin(const void *pvContext, void **ppvInstance,
314 static DECLCALLBACK(int) tsmfHostChannelAttach(void *pvProvider, void **ppvInstance, uint32_t u32Flags,
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_server.h62 DECLR3CALLBACKMEMBER(void, CRORBegin, (const void *pvContext, void **ppvInstance,
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1834 /* static */ DECLCALLBACK(void) ConsoleVRDPServer::H3DORBegin(const void *pvContext, void **ppvInstance, argument
1875 *ppvInstance = p;

Completed in 97 milliseconds