Searched refs:pSession (Results 76 - 100 of 155) sorted by relevance

1234567

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.h54 * @param pSession is used to retrieve appearance information. */
55 UIIndicatorsPool(UISession *pSession, QWidget *pParent = 0);
H A DUIMachineLogic.h73 static UIMachineLogic* create(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType);
186 UIMachineLogic(QObject *pParent, UISession *pSession, UIVisualStateType visualStateType);
H A DUIMultiScreenLayout.cpp147 UISession *pSession = m_pMachineLogic->uisession();
155 if (UIFrameBuffer *pFrameBuffer = pSession->frameBuffer(iGuestScreen))
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Thread.cpp75 * @param pSession The caller's session.
79 DECLEXPORT(int) TSTRTR0ThreadSrvReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation, argument
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/
H A DVBoxMPCm.h32 struct VBOXVIDEOCM_SESSION *pSession; member in struct:VBOXVIDEOCM_CTX
/vbox/src/VBox/Frontends/VirtualBox/src/platform/darwin/
H A DUICocoaDockIconPreview.mm71 inline UICocoaDockIconPreviewPrivate(UISession *pSession, const QPixmap& overlayImage)
72 :UIAbstractDockIconPreviewHelper(pSession, overlayImage)
90 UICocoaDockIconPreview::UICocoaDockIconPreview(UISession *pSession, const QPixmap& overlayImage)
91 : UIAbstractDockIconPreview(pSession, overlayImage)
95 d = new UICocoaDockIconPreviewPrivate(pSession, overlayImage);
H A DUIAbstractDockIconPreview.cpp32 UIAbstractDockIconPreview::UIAbstractDockIconPreview(UISession * /* pSession */, const QPixmap& /* overlayImage */)
57 UIAbstractDockIconPreviewHelper::UIAbstractDockIconPreviewHelper(UISession *pSession, const QPixmap& overlayImage) argument
58 : m_pSession(pSession)
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuest-win.cpp668 PVBOXGUESTSESSION pSession; local
675 vrc = VbgdCommonCreateUserSession(&pDevExt->Core, &pSession);
680 vrc = VbgdCommonCreateKernelSession(&pDevExt->Core, &pSession);
683 pFileObj->FsContext = pSession;
715 PVBOXGUESTSESSION pSession = (PVBOXGUESTSESSION)pFileObj->FsContext; local
716 if (pSession)
717 VbgdCommonCloseSession(&pDevExt->Core, pSession);
748 PVBOXGUESTSESSION pSession = NULL; local
750 pSession = (PVBOXGUESTSESSION)pFileObj->FsContext;
752 LogFlowFunc(("uCmd=%u, pDevExt=0x%p, pSession
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceControlProcess.cpp63 * @param pSession Guest session the process is bound to.
68 const PVBOXSERVICECTRLSESSION pSession,
73 AssertPtrReturn(pSession, VERR_INVALID_POINTER);
78 pProcess->pSession = pSession;
155 AssertPtr(pProcess->pSession);
156 rc = GstCntlSessionProcessRemove(pProcess->pSession, pProcess);
1165 AssertPtr(pProcess->pSession);
1166 int rc = RTCritSectEnter(&pProcess->pSession->CritSect);
1176 RTListForEach(&pProcess->pSession
67 gstcntlProcessInit(PVBOXSERVICECTRLPROCESS pProcess, const PVBOXSERVICECTRLSESSION pSession, const PVBOXSERVICECTRLPROCSTARTUPINFO pStartupInfo, uint32_t u32ContextID) argument
1769 GstCntlProcessStart(const PVBOXSERVICECTRLSESSION pSession, const PVBOXSERVICECTRLPROCSTARTUPINFO pStartupInfo, uint32_t uContextID) argument
1913 const PVBOXSERVICECTRLSESSION pSession = pThis->pSession; local
[all...]
/vbox/src/VBox/Debugger/
H A DVBoxDbgGui.cpp55 int VBoxDbgGui::init(ISession *pSession) argument
62 m_pSession = pSession;
/vbox/src/VBox/Main/include/
H A DGuestSessionImpl.h42 GuestSessionTask(GuestSession *pSession);
75 SessionTaskOpen(GuestSession *pSession,
102 SessionTaskCopyTo(GuestSession *pSession,
105 SessionTaskCopyTo(GuestSession *pSession,
134 SessionTaskCopyFrom(GuestSession *pSession,
159 SessionTaskUpdateAdditions(GuestSession *pSession,
224 int i_copyFileToGuest(GuestSession *pSession, PRTISOFSFILE pISO,
227 int i_runFileOnGuest(GuestSession *pSession, GuestProcessStartupInfo &procInfo);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineLogicScale.cpp44 UIMachineLogicScale::UIMachineLogicScale(QObject *pParent, UISession *pSession) argument
45 : UIMachineLogic(pParent, pSession, UIVisualStateType_Scale)
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetARP.cpp33 * @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 DVBoxNetBaseService.cpp181 CloseReq.pSession = m->m_pSession;
394 OpenReq.pSession = m->m_pSession;
424 GetBufferPtrsReq.pSession = m->m_pSession;
445 ActiveReq.pSession = m->m_pSession;
506 WaitReq.pSession = m->m_pSession;
522 AbortReq.pSession = m->m_pSession;
565 SendReq.pSession = m->m_pSession;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/
H A DUIMachineLogicFullscreen.h55 UIMachineLogicFullscreen(QObject *pParent, UISession *pSession);
/vbox/src/VBox/VMM/VMMR0/
H A DGVMMR0.cpp116 PSUPDRVSESSION pSession; member in struct:GVMHANDLE
530 * @param pSession The session handle. Used for authentication.
534 GVMMR0DECL(int) GVMMR0SetConfig(PSUPDRVSESSION pSession, const char *pszName, uint64_t u64Value) argument
541 AssertPtrReturn(pSession, VERR_INVALID_HANDLE);
597 * @param pSession The session handle. Used for authentication.
601 GVMMR0DECL(int) GVMMR0QueryConfig(PSUPDRVSESSION pSession, const char *pszName, uint64_t *pu64Value) argument
608 AssertPtrReturn(pSession, VERR_INVALID_HANDLE);
710 if (!VALID_PTR(pReq->pSession))
719 int rc = GVMMR0CreateVM(pReq->pSession, pReq->cCpus, &pVM);
735 * @param pSession Th
741 GVMMR0CreateVM(PSUPDRVSESSION pSession, uint32_t cCpus, PVM *ppVM) argument
2343 GVMMR0QueryStatistics(PGVMMSTATS pStats, PSUPDRVSESSION pSession, PVM pVM) argument
2478 GVMMR0ResetStatistics(PCGVMMSTATS pStats, PSUPDRVSESSION pSession, PVM pVM) argument
[all...]
/vbox/src/VBox/VMM/VMMAll/
H A DPDMAllCritSect.cpp136 PSUPDRVSESSION pSession = pCritSect->s.CTX_SUFF(pVM)->pSession; local
170 int rc = SUPSemEventWaitNoResume(pSession, hEvent, RT_INDEFINITE_WAIT);
173 int rc = SUPSemEventWaitNoResume(pSession, hEvent, RT_INDEFINITE_WAIT);
608 PSUPDRVSESSION pSession = pCritSect->s.CTX_SUFF(pVM)->pSession; local
609 int rc = SUPSemEventSignal(pSession, hEvent);
/vbox/src/VBox/VMM/VMMR3/
H A DPDMCritSect.cpp150 int rc = SUPSemEventCreate(pVM->pSession, (PSUPSEMEVENT)&pCritSect->Core.EventSem);
208 SUPSemEventClose(pVM->pSession, (SUPSEMEVENT)pCritSect->Core.EventSem);
237 int rc = SUPSemEventCreate(pVM->pSession, (PSUPSEMEVENT)&pCritSect->Core.hEvtWrite);
241 rc = SUPSemEventMultiCreate(pVM->pSession, (PSUPSEMEVENT)&pCritSect->Core.hEvtRead);
309 SUPSemEventMultiClose(pVM->pSession, (SUPSEMEVENT)pCritSect->Core.hEvtRead);
311 SUPSemEventClose(pVM->pSession, (SUPSEMEVENT)pCritSect->Core.hEvtWrite);
517 SUPSemEventSignal(pVM->pSession, hEvent);
519 int rc = SUPSemEventClose(pVM->pSession, hEvent);
586 int rc1 = SUPSemEventClose(pVM->pSession, hEvtWrite); AssertRC(rc1);
587 int rc2 = SUPSemEventMultiClose(pVM->pSession, hEvtRea
[all...]
/vbox/include/VBox/vmm/
H A Dgmm.h421 GMMR0DECL(int) GMMR0QueryStatistics(PGMMSTATS pStats, PSUPDRVSESSION pSession);
422 GMMR0DECL(int) GMMR0ResetStatistics(PCGMMSTATS pStats, PSUPDRVSESSION pSession);
736 PSUPDRVSESSION pSession; member in struct:GMMQUERYSTATISTICSSREQ
756 PSUPDRVSESSION pSession; member in struct:GMMRESETSTATISTICSSREQ
H A Dpdmpci.h356 PCIRAWR0DECL(int) PciRawR0ProcessReq(PSUPDRVSESSION pSession, PVM pVM, PPCIRAWSENDREQ pReq);
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvGip.cpp412 * @param pSession Session to which the GIP mapping should belong.
420 SUPR0DECL(int) SUPR0GipMap(PSUPDRVSESSION pSession, PRTR3PTR ppGipR3, PRTHCPHYS pHCPhysGip)
423 PSUPDRVDEVEXT pDevExt = pSession->pDevExt;
426 LogFlow(("SUPR0GipMap: pSession=%p ppGipR3=%p pHCPhysGip=%p\n", pSession, ppGipR3, pHCPhysGip));
431 AssertReturn(SUP_IS_SESSION_VALID(pSession), VERR_INVALID_PARAMETER);
448 if (pSession->GipMapObjR3 == NIL_RTR0MEMOBJ)
449 rc = RTR0MemObjMapUser(&pSession->GipMapObjR3, pDevExt->GipMemObj, (RTR3PTR)-1, 0,
452 pGipR3 = RTR0MemObjAddressR3(pSession->GipMapObjR3);
464 if (!pSession
[all...]
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstGIP-2.cpp126 PSUPDRVSESSION pSession = NIL_RTR0PTR; local
127 int rc = SUPR3Init(&pSession);
H A DtstSupTscDelta.cpp85 PSUPDRVSESSION pSession = NIL_RTR0PTR;
86 int rc = SUPR3Init(&pSession);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.cpp51 UIMachineLogicNormal::UIMachineLogicNormal(QObject *pParent, UISession *pSession) argument
52 : UIMachineLogic(pParent, pSession, UIVisualStateType_Normal)
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.cpp47 UIMachineLogicSeamless::UIMachineLogicSeamless(QObject *pParent, UISession *pSession) argument
48 : UIMachineLogic(pParent, pSession, UIVisualStateType_Seamless)

Completed in 63 milliseconds

1234567