Searched refs:pSession (Results 51 - 75 of 155) sorted by relevance

1234567

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrlListener.cpp346 ComPtr<IGuestSession> pSession; local
347 CHECK_ERROR_BREAK(pEvent, COMGETTER(Session)(pSession.asOutParam()));
348 AssertBreak(!pSession.isNull());
351 CHECK_ERROR_BREAK(pSession, COMGETTER(Status)(&sessSts));
353 CHECK_ERROR_BREAK(pSession, COMGETTER(Id)(&uID));
355 CHECK_ERROR_BREAK(pSession, COMGETTER(Name)(strName.asOutParam()));
417 ComPtr<IGuestSession> pSession; local
418 CHECK_ERROR_BREAK(pEvent, COMGETTER(Session)(pSession.asOutParam()));
419 AssertBreak(!pSession.isNull());
423 CHECK_ERROR_BREAK(pSession, COMGETTE
[all...]
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupSem-Zombie.cpp113 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);
H A DtstInt.cpp58 PSUPDRVSESSION pSession; local
59 rc = SUPR3Init(&pSession);
98 pVM->pSession = pSession;
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIIndicatorsPool.cpp71 UISessionStateStatusBarIndicator(UISession *pSession) : m_pSession(pSession) {} argument
89 /** Constructor, passes @a pSession to the UISessionStateStatusBarIndicator constructor. */
90 UIIndicatorHardDrive(UISession *pSession) argument
91 : UISessionStateStatusBarIndicator(pSession)
162 /** Constructor, passes @a pSession to the UISessionStateStatusBarIndicator constructor. */
163 UIIndicatorOpticalDisks(UISession *pSession) argument
164 : UISessionStateStatusBarIndicator(pSession)
239 /** Constructor, passes @a pSession to the UISessionStateStatusBarIndicator constructor. */
240 UIIndicatorFloppyDisks(UISession *pSession) argument
317 UIIndicatorNetwork(UISession *pSession) argument
471 UIIndicatorUSB(UISession *pSession) argument
537 UIIndicatorSharedFolders(UISession *pSession) argument
608 UIIndicatorDisplay(UISession *pSession) argument
690 UIIndicatorVideoCapture(UISession *pSession) argument
812 UIIndicatorFeatures(UISession *pSession) argument
892 UIIndicatorMouse(UISession *pSession) argument
952 UIIndicatorKeyboard(UISession *pSession) argument
1021 UIIndicatorsPool(UISession *pSession, QWidget *pParent ) argument
[all...]
H A DUIConsoleEventHandler.cpp42 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/Main/src-client/
H A DGuestSessionImplTasks.cpp65 GuestSessionTask::GuestSessionTask(GuestSession *pSession) argument
67 mSession = pSession;
162 SessionTaskOpen::SessionTaskOpen(GuestSession *pSession, argument
165 : GuestSessionTask(pSession),
181 ComObjPtr<GuestSession> pSession = mSession; local
182 Assert(!pSession.isNull());
184 AutoCaller autoCaller(pSession);
187 int vrc = pSession->i_startSessionInternal(pGuestRc);
218 SessionTaskCopyTo::SessionTaskCopyTo(GuestSession *pSession, argument
220 : GuestSessionTask(pSession),
232 SessionTaskCopyTo(GuestSession *pSession, PRTFILE pSourceFile, size_t cbSourceOffset, uint64_t cbSourceSize, const Utf8Str &strDest, uint32_t uFlags) argument
253 ComObjPtr<GuestSession> pSession = mSession; local
578 SessionTaskCopyFrom(GuestSession *pSession, const Utf8Str &strSource, const Utf8Str &strDest, uint32_t uFlags) argument
596 ComObjPtr<GuestSession> pSession = mSession; local
850 SessionTaskUpdateAdditions(GuestSession *pSession, const Utf8Str &strSource, const ProcessArguments &aArguments, uint32_t uFlags) argument
905 i_copyFileToGuest(GuestSession *pSession, PRTISOFSFILE pISO, Utf8Str const &strFileSource, const Utf8Str &strFileDest, bool fOptional, uint32_t *pcbSize) argument
1018 i_runFileOnGuest(GuestSession *pSession, GuestProcessStartupInfo &procInfo) argument
1071 ComObjPtr<GuestSession> pSession = mSession; local
[all...]
H A DGuestDirectoryImpl.cpp61 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 DVirtualBoxClientImpl.cpp166 ComPtr<ISession> pSession; local
167 HRESULT rc = pSession.createInprocObject(CLSID_Session);
169 aSession = pSession;
/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrvIDC.h71 PSUPDRVSESSION pSession; member in struct:SUPDRVIDCREQHDR
111 PSUPDRVSESSION pSession; member in struct:SUPDRVIDCREQCONNECT::__anon16278::SUPDRVIDCREQCONNECTOUT
261 * @param pSession The session. (This is NULL for SUPDRV_IDC_REQ_CONNECT.)
267 typedef DECLCALLBACK(int) FNSUPDRVIDCENTRY(PSUPDRVSESSION pSession, uint32_t uReq, void *pvReq, uint32_t cbReq);
H A DSUPSvcGrant.cpp366 PSUPSVCGRANTSESSION pSession = (PSUPSVCGRANTSESSION)RTMemAlloc(sizeof(*pSession)); local
367 if (!pSession)
372 pSession->pPrev = NULL;
373 pSession->pNext = NULL;
374 pSession->pParent = pThis;
375 pSession->hSession = hSession;
376 pSession->fTerminate = false;
377 pSession->hThread = NIL_RTTHREAD;
390 pSession
[all...]
/vbox/src/VBox/Debugger/
H A DVBoxDbgGui.h52 * @param pSession VBox Session object.
54 int init(ISession *pSession);
/vbox/src/VBox/Main/include/
H A DGuestDirectoryImpl.h38 int init(Console *pConsole, GuestSession *pSession, ULONG uDirID, const GuestDirectoryOpenInfo &openInfo);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/normal/
H A DUIMachineLogicNormal.h31 UIMachineLogicNormal(QObject *pParent, UISession *pSession);
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/seamless/
H A DUIMachineLogicSeamless.h34 UIMachineLogicSeamless(QObject *pParent, UISession *pSession);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.h32 DECLEXPORT(int) TSTRTR0TimerSrvReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation,
H A DtstRTR0DbgKrnlInfoDriver.cpp69 PSUPDRVSESSION pSession;
70 rc = SUPR3Init(&pSession);
H A DtstRTR0MemUserKernel.cpp45 * @param pSession The caller's session.
49 DECLEXPORT(int) TSTRTR0MemUserKernelSrvReqHandler(PSUPDRVSESSION pSession, uint32_t uOperation, argument
52 NOREF(pSession);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestInternal.h77 PVBOXGUESTSESSION pSession; member in struct:VBOXGUESTWAIT
327 void VbgdCommonCloseSession(PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession);
329 int VbgdCommonIoCtlFast(unsigned iFunction, PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession);
330 int VbgdCommonIoCtl(unsigned iFunction, PVBOXGUESTDEVEXT pDevExt, PVBOXGUESTSESSION pSession,
H A DVBoxGuest-linux.c700 PVBOXGUESTSESSION pSession; local
707 rc = VbgdCommonCreateUserSession(&g_DevExt, &pSession);
710 pFilp->private_data = pSession;
712 pSession->fUserSession = true;
715 Log(("vboxguestLinuxOpen: g_DevExt=%p pSession=%p rc=%d/%d (pid=%d/%d %s)\n",
716 &g_DevExt, pSession, rc, vboxguestLinuxConvertToNegErrno(rc),
730 Log(("vboxguestLinuxRelease: pFilp=%p pSession=%p pid=%d/%d %s\n",
757 PVBOXGUESTSESSION pSession = (PVBOXGUESTSESSION)pFilp->private_data; local
789 rc = VbgdCommonIoCtl(uCmd, &g_DevExt, pSession, pvBuf, cbData, &cbDataReturned);
862 PVBOXGUESTSESSION pSession local
888 PVBOXGUESTSESSION pSession = (PVBOXGUESTSESSION)pFile->private_data; local
[all...]
/vbox/include/VBox/
H A Ddbggui.h86 * @param pSession The VirtualBox session.
91 DBGDECL(int) DBGGuiCreate(ISession *pSession, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT);
93 typedef DECLCALLBACK(int) FNDBGGUICREATE(ISession *pSession, PDBGGUI *ppGui, PCDBGGUIVT *ppGuiVT);
/vbox/src/VBox/NetworkServices/NetLib/
H A DVBoxNetUDP.cpp182 static int vboxnetudpSend(PSUPDRVSESSION pSession, INTNETIFHANDLE hIf, PINTNETBUF pBuf, argument
242 return VBoxNetIntIfSend(pSession, hIf, pBuf, RT_ELEMENTS(aSegs), &aSegs[0], true /* fFlush */);
250 * @param pSession The support driver session handle.
262 int VBoxNetUDPUnicast(PSUPDRVSESSION pSession, INTNETIFHANDLE hIf, PINTNETBUF pBuf, argument
267 return vboxnetudpSend(pSession, hIf, pBuf,
278 * @param pSession The support driver session handle.
288 int VBoxNetUDPBroadcast(PSUPDRVSESSION pSession, INTNETIFHANDLE hIf, PINTNETBUF pBuf, argument
298 return vboxnetudpSend(pSession, hIf, pBuf,
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNet-1.cpp170 * @param pSession The session.
177 static void doXmitFrame(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, void *pvFrame, size_t cbFrame, PRTSTREAM pFileRaw, PRTSTREAM pFileText) argument
217 SendReq.pSession = pSession;
233 * @param pSession The session.
239 static void doXmitTest(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, PCRTMAC pSrcMac, PRTSTREAM pFileRaw, PRTSTREAM pFileText) argument
324 doXmitFrame(hIf, pSession, pBuf, &abFrame[0], (uint8_t *)(pDhcpMsg + 1) - (uint8_t *)&abFrame[0], pFileRaw, pFileText);
358 * @param pSession The session.
364 static void doPingTest(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, PCRTMAC pSrcMac, PRTSTREAM pFileRaw, PRTSTREAM pFileText) argument
413 doXmitFrame(hIf, pSession, pBu
428 doPacketSniffing(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF pBuf, uint32_t cMillies, PRTSTREAM pFileRaw, PRTSTREAM pFileText, PCRTMAC pSrcMac) argument
821 PSUPDRVSESSION pSession; local
[all...]
H A DtstIntNetR0.cpp106 INTNETR3DECL(void *) SUPR0ObjRegister(PSUPDRVSESSION pSession, SUPDRVOBJTYPE enmType, argument
109 RTTEST_CHECK_RET(g_hTest, pSession == g_pSession, NULL);
121 INTNETR3DECL(int) SUPR0ObjAddRefEx(void *pvObj, PSUPDRVSESSION pSession, bool fNoBlocking) argument
123 RTTEST_CHECK_RET(g_hTest, pSession == g_pSession, VERR_INVALID_PARAMETER);
130 INTNETR3DECL(int) SUPR0ObjAddRef(void *pvObj, PSUPDRVSESSION pSession) argument
132 return SUPR0ObjAddRefEx(pvObj, pSession, false);
135 INTNETR3DECL(int) SUPR0ObjRelease(void *pvObj, PSUPDRVSESSION pSession) argument
137 RTTEST_CHECK_RET(g_hTest, pSession == g_pSession, VERR_INVALID_PARAMETER);
148 INTNETR3DECL(int) SUPR0ObjVerifyAccess(void *pvObj, PSUPDRVSESSION pSession, const char *pszObjName) argument
150 RTTEST_CHECK_RET(g_hTest, pSession
155 SUPR0MemAlloc(PSUPDRVSESSION pSession, uint32_t cb, PRTR0PTR ppvR0, PRTR3PTR ppvR3) argument
167 SUPR0MemFree(PSUPDRVSESSION pSession, RTHCUINTPTR uPtr) argument
193 tstIntNetSendBuf(PINTNETRINGBUF pRingBuf, INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, void const *pvBuf, size_t cbBuf) argument
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPDrv-win.cpp286 static int VBoxDrvNtDeviceControlSlow(PSUPDRVDEVEXT pDevExt, PSUPDRVSESSION pSession, PIRP pIrp, PIO_STACK_LOCATION pStack);
817 PSUPDRVSESSION pSession; local
819 &pSession);
822 rc = supdrvSessionHashTabInsert(pDevExt, pSession, (PSUPDRVSESSION *)&pFileObj->FsContext, NULL);
823 supdrvSessionRelease(pSession);
826 pSession->pNtProtect = pNtProtect; /* Keeps reference. */
863 PSUPDRVSESSION pSession; local
864 rc = supdrvCreateSession(pDevExt, true /*fUser*/, false /*fUnrestricted*/, &pSession);
867 rc = supdrvSessionHashTabInsert(pDevExt, pSession, (PSUPDRVSESSION *)&pFileObj->FsContext, NULL);
868 supdrvSessionRelease(pSession);
883 PSUPDRVSESSION pSession; local
934 PSUPDRVSESSION pSession = supdrvSessionHashTabLookup(pDevExt, RTProcSelf(), RTR0ProcHandleSelf(), local
976 PSUPDRVSESSION pSession = supdrvSessionHashTabLookup(pDevExt, RTProcSelf(), RTR0ProcHandleSelf(), local
1026 PSUPDRVSESSION pSession = supdrvSessionHashTabLookup(pDevExt, RTProcSelf(), RTR0ProcHandleSelf(), local
1216 PSUPDRVSESSION pSession = supdrvSessionHashTabLookup(pDevExt, RTProcSelf(), RTR0ProcHandleSelf(), local
1263 VBoxDrvNtDeviceControlSlow(PSUPDRVDEVEXT pDevExt, PSUPDRVSESSION pSession, PIRP pIrp, PIO_STACK_LOCATION pStack) argument
1359 PSUPDRVSESSION pSession = pFileObj ? (PSUPDRVSESSION)pFileObj->FsContext : NULL; local
1599 supdrvOSCleanupSession(PSUPDRVDEVEXT pDevExt, PSUPDRVSESSION pSession) argument
1611 supdrvOSSessionHashTabInserted(PSUPDRVDEVEXT pDevExt, PSUPDRVSESSION pSession, void *pvUser) argument
1617 supdrvOSSessionHashTabRemoved(PSUPDRVDEVEXT pDevExt, PSUPDRVSESSION pSession, void *pvUser) argument
1626 supdrvOSObjInitCreator(PSUPDRVOBJ pObj, PSUPDRVSESSION pSession) argument
1644 supdrvOSObjCanAccess(PSUPDRVOBJ pObj, PSUPDRVSESSION pSession, const char *pszObjName, int *prc) argument
3023 PSUPDRVSESSION pSession = supdrvSessionHashTabLookup(pDevExt, (RTPROCESS)(uintptr_t)hDeadPid, local
[all...]
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp272 PSUPDRVSESSION pSession; member in struct:INTNETIF
786 * @param pSession The current session.
788 DECLINLINE(int) intnetR0IfRetain(PINTNETIF pIf, PSUPDRVSESSION pSession)
790 int rc = SUPR0ObjAddRefEx(pIf->pvObj, pSession, true /* fNoBlocking */);
802 * @param pSession The current session.
804 DECLINLINE(bool) intnetR0IfRelease(PINTNETIF pIf, PSUPDRVSESSION pSession)
806 int rc = SUPR0ObjRelease(pIf->pvObj, pSession);
3839 * @param pSession The caller's session.
3841 INTNETR0DECL(int) IntNetR0IfSend(INTNETIFHANDLE hIf, PSUPDRVSESSION pSession)
3852 PINTNETIF pIf = (PINTNETIF)RTHandleTableLookupWithCtx(pIntNet->hHtIfs, hIf, pSession);
[all...]

Completed in 99 milliseconds

1234567