/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/ |
H A D | DockIconPreview.h | 27 UIDockIconPreview(UISession *pSession, const QPixmap& overlayImage) argument 28 : UICocoaDockIconPreview(pSession, overlayImage) {}
|
H A D | UIAbstractDockIconPreview.cpp | 32 UIAbstractDockIconPreview::UIAbstractDockIconPreview(UISession * /* pSession */, const QPixmap& /* overlayImage */) 57 UIAbstractDockIconPreviewHelper::UIAbstractDockIconPreviewHelper(UISession *pSession, const QPixmap& overlayImage) argument 58 : m_pSession(pSession)
|
/vbox/src/VBox/HostDrivers/Support/ |
H A D | SUPR0IdcClientInternal.h | 63 PSUPDRVSESSION pSession; member in struct:SUPDRVIDCHANDLEPRIVATE 79 PSUPDRVIDCHANDLE supR0IdcGetHandleFromSession(PSUPDRVSESSION pSession);
|
H A D | SUPR0IdcClient.c | 66 pHandle->s.pSession = NULL; 104 Req.Hdr.pSession = NULL; 111 pHandle->s.pSession = Req.u.Out.pSession; 123 if ( VALID_PTR(Req.u.Out.pSession) 131 AssertMsgFailed(("pSession=%p uSessionVersion=0x%x (r%u)\n", Req.u.Out.pSession, Req.u.Out.uSessionVersion, Req.u.Out.uDriverRevision)); 155 if (!pHandle->s.pSession) 157 AssertPtrReturn(pHandle->s.pSession, VERR_INVALID_HANDLE); 164 Req.pSession 187 PSUPDRVSESSION pSession; local 203 supR0IdcGetHandleFromSession(PSUPDRVSESSION pSession) argument [all...] |
H A D | SUPR0IdcClientStubs.c | 53 Req.Hdr.pSession = pHandle->s.pSession; 70 static void supR0IdcGetSymbolBySession(PSUPDRVSESSION pSession, PFNRT *ppfn, const char *pszName) argument 72 PSUPDRVIDCHANDLE pHandle = supR0IdcGetHandleFromSession(pSession); 78 SUPR0DECL(void *) SUPR0ObjRegister(PSUPDRVSESSION pSession, SUPDRVOBJTYPE enmType, PFNSUPDRVDESTRUCTOR pfnDestructor, void *pvUser1, void *pvUser2) argument 80 static DECLCALLBACKPTR(void *, s_pfn)(PSUPDRVSESSION /* pSession */, SUPDRVOBJTYPE /* enmType */, PFNSUPDRVDESTRUCTOR /* pfnDestructor */, void * /* pvUser1 */, void * /* pvUser2 */); 81 DECLCALLBACKPTR(void *, pfn)(PSUPDRVSESSION /* pSession */, SUPDRVOBJTYPE /* enmType */, PFNSUPDRVDESTRUCTOR /* pfnDestructor */, void * /* pvUser1 */, void * /* pvUser2 */); 85 supR0IdcGetSymbolBySession(pSession, (PFNRT *)&s_pfn, "SUPR0ObjRegister"); 91 return pfn(pSession, enmType, pfnDestructor, pvUser1, pvUser2); 95 SUPR0DECL(int) SUPR0ObjAddRef(void *pvObj, PSUPDRVSESSION pSession) argument 112 SUPR0ObjRelease(void *pvObj, PSUPDRVSESSION pSession) argument 129 SUPR0ObjVerifyAccess(void *pvObj, PSUPDRVSESSION pSession, const char *pszObjName) argument [all...] |
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTR0MemUserKernel.cpp | 45 * @param pSession The caller's session. 49 DECLEXPORT(int) TSTRTR0MemUserKernelSrvReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation, argument 52 NOREF(pSession);
|
H A D | tstRTR0DbgKrnlInfo.cpp | 46 * @param pSession The caller's session. 50 DECLEXPORT(int) TSTR0DbgKrnlInfoSrvReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation, argument 53 NOREF(pSession);
|
H A D | tstRTR0Thread.cpp | 75 * @param pSession The caller's session. 79 DECLEXPORT(int) TSTRTR0ThreadSrvReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation, argument
|
H A D | tstRTR0SemMutex.cpp | 52 * @param pSession The caller's session. 56 DECLEXPORT(int) TSTRTR0SemMutexSrvReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation, argument 59 NOREF(pSession);
|
H A D | tstRTR0CommonDriver.h | 98 PSUPDRVSESSION pSession; local 99 rc = SUPR3Init(&pSession);
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/ |
H A D | UIConsoleEventHandler.cpp | 42 void UIConsoleEventHandler::create(UISession *pSession) argument 46 m_spInstance = new UIConsoleEventHandler(pSession); 89 UIConsoleEventHandler::UIConsoleEventHandler(UISession *pSession) argument 90 : m_pSession(pSession)
|
/vbox/src/VBox/NetworkServices/NetLib/ |
H A D | VBoxNetARP.cpp | 33 * @param pSession The support driver session. 39 bool VBoxNetArpHandleIt(PSUPDRVSESSION pSession, INTNETIFHANDLE hIf, PINTNETBUF pBuf, PCRTMAC pMacAddr, RTNETADDRIPV4 IPv4Addr) argument 150 VBoxNetIntIfSend(pSession, hIf, pBuf, RT_ELEMENTS(aSegs), &aSegs[0], true /* fFlush */);
|
H A D | VBoxNetIntIf.cpp | 38 * @param pSession The support driver session. 41 int VBoxNetIntIfFlush(PSUPDRVSESSION pSession, INTNETIFHANDLE hIf) argument 46 SendReq.pSession = pSession; 118 * @param pSession The support driver session. 125 int VBoxNetIntIfSend(PSUPDRVSESSION pSession, INTNETIFHANDLE hIf, PINTNETBUF pBuf, argument 131 VBoxNetIntIfFlush(pSession, hIf); 135 rc = VBoxNetIntIfFlush(pSession, hIf);
|
/vbox/src/VBox/Additions/common/VBoxGuest/ |
H A D | VBoxGuestIDC-unix.c.h | 47 PVBOXGUESTSESSION pSession; local 71 rc = VbgdCommonCreateKernelSession(&g_DevExt, &pSession); 75 return pSession; 104 PVBOXGUESTSESSION pSession = (PVBOXGUESTSESSION)pvSession; local 107 AssertPtrReturn(pSession, VERR_INVALID_POINTER); 108 VbgdCommonCloseSession(&g_DevExt, pSession); 139 PVBOXGUESTSESSION pSession = (PVBOXGUESTSESSION)pvSession; local 142 AssertPtrReturn(pSession, VERR_INVALID_POINTER); 143 AssertMsgReturn(pSession->pDevExt == &g_DevExt, 144 ("SC: %p != %p\n", pSession [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/ |
H A D | VBoxMPCm.h | 32 struct VBOXVIDEOCM_SESSION *pSession; member in struct:VBOXVIDEOCM_CTX
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstGlobalConfig.cpp | 96 PSUPDRVSESSION pSession; local 97 int rc = SUPR3Init(&pSession); 107 Req.pSession = pSession;
|
/vbox/src/VBox/ValidationKit/utils/misc/ |
H A D | loadgeneratorR0.cpp | 75 extern "C" DECLEXPORT(int) LoadGenR0ServiceReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation, argument 87 NOREF(pSession);
|
/vbox/src/VBox/Main/include/ |
H A D | GuestProcessImpl.h | 201 ComObjPtr<GuestSession> pSession; member in class:GuestProcessTool
|
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/ |
H A D | UIMachineLogicScale.cpp | 44 UIMachineLogicScale::UIMachineLogicScale(QObject *pParent, UISession *pSession) argument 45 : UIMachineLogic(pParent, pSession, UIVisualStateType_Scale)
|
/vbox/src/VBox/Main/src-client/ |
H A D | GuestDirectoryImpl.cpp | 61 int GuestDirectory::init(Console *pConsole, GuestSession *pSession, argument 64 LogFlowThisFunc(("pConsole=%p, pSession=%p, uDirID=%RU32, strPath=%s, strFilter=%s, uFlags=%x\n", 65 pConsole, pSession, uDirID, openInfo.mPath.c_str(), openInfo.mFilter.c_str(), 69 AssertPtrReturn(pSession, VERR_INVALID_POINTER); 79 int vrc = bindToSession(pConsole, pSession, uDirID /* Object ID */); 82 mSession = pSession;
|
H A D | VirtualBoxClientImpl.cpp | 166 ComPtr<ISession> pSession; local 167 HRESULT rc = pSession.createInprocObject(CLSID_Session); 169 aSession = pSession;
|
/vbox/src/VBox/HostDrivers/Support/testcase/ |
H A D | tstInt.cpp | 58 PSUPDRVSESSION pSession; local 59 rc = SUPR3Init(&pSession); 98 pVM->pSession = pSession;
|
H A D | tstSupSem-Zombie.cpp | 113 PSUPDRVSESSION pSession; local 114 rc = SUPR3Init(&pSession); 120 g_pSession = pSession; 126 RTTESTI_CHECK_RC(rc = SUPSemEventCreate(pSession, &hEvent), VINF_SUCCESS); 130 RTTESTI_CHECK_RC(SUPSemEventMultiCreate(pSession, &hEventMulti), VINF_SUCCESS);
|
/vbox/src/VBox/Debugger/ |
H A D | VBoxDbg.cpp | 78 * @param pSession The ISession interface. (DBGGuiCreate) 83 static int dbgGuiCreate(ISession *pSession, PUVM pUVM, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT) argument 95 if (pSession) 96 rc = pGui->pVBoxDbgGui->init(pSession); 126 * @param pSession The VirtualBox session. 131 DBGDECL(int) DBGGuiCreate(ISession *pSession, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT) argument 133 AssertPtrReturn(pSession, VERR_INVALID_POINTER); 134 return dbgGuiCreate(pSession, NULL, ppGui, ppGuiVT);
|
H A D | VBoxDbgGui.cpp | 55 int VBoxDbgGui::init(ISession *pSession) argument 62 m_pSession = pSession;
|