Searched refs:cSessions (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPSvcGrant.cpp836 unsigned cSessions = 0; local
838 cSessions++;
841 supSvcLogError("supSvcGrantTryStop - %u active sessions after waiting %u ms", cSessions, (unsigned)u64Elapsed);
975 unsigned cSessions = 0; local
980 if (cSessions)
981 supSvcLogError("supSvcGrantStopAndDestroy: %d session failed to terminate!", cSessions);
H A DSUPDrvInternal.h689 /** Spinlock protecting apSessionHashTab, cSessions,
697 int32_t cSessions; member in struct:SUPDRVDEVEXT
H A DSUPDrv.cpp1105 ASMAtomicIncS32(&pDevExt->cSessions);
1184 ASMAtomicDecS32(&pDevExt->cSessions);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp1025 ULONG cSessions = 0;
1026 NTSTATUS rcNt = LsaEnumerateLogonSessions(&cSessions, &paSessions);
1053 VBoxServiceVerbose(3, "Found %ld sessions\n", cSessions);
1068 pUserInfo = (PVBOXSERVICEVMINFOUSER)RTMemAllocZ(cSessions * sizeof(VBOXSERVICEVMINFOUSER) + 1);
1076 * Note: The cSessions loop variable does *not* correlate with
1079 for (ULONG i = 0; i < cSessions; i++)
1081 VBoxServiceVerbose(3, "Handling session %RU32 (of %RU32)\n", i + 1, cSessions);
1156 Assert(cUniqueUsers <= cSessions);
1163 "#%RU32: cSessions=%RU32, cProcs=%RU32, cUniqueUsers=%RU32",
1164 s_uDebugIter, cSessions, cProc
[all...]
H A DVBoxServiceVMInfo.cpp627 char **ppszSessions; int cSessions; local
630 DBUS_TYPE_OBJECT_PATH, &ppszSessions, &cSessions,
633 VBoxServiceVerbose(4, "ConsoleKit: retrieved %RU16 session(s)\n", cSessions);
/vbox/src/VBox/Additions/common/VBoxGuest/
H A DVBoxGuestInternal.h183 uint32_t cSessions; member in struct:VBOXGUESTDEVEXT
H A DVBoxGuest.cpp970 pDevExt->cSessions = 0;
1239 pDevExt->cSessions++;
1273 pDevExt->cSessions++;
1299 pDevExt->cSessions--;
2640 pDevExt->cSessions, "EventFilterTracker");
2667 pDevExt->cSessions, "EventFilterTracker");
2789 pDevExt->cSessions, "MouseStatusTracker");
2817 pDevExt->cSessions, "MouseStatusTracker");
3258 pDevExt->cSessions, "SetGuestCapsTracker");
3274 pDevExt->cSessions, "SetGuestCapsTracke
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp3397 size_t cSessions = collSessions.size(); local
3399 if (cSessions)
3405 for (size_t i = 0; i < cSessions; i++)
3586 size_t cSessions = collSessions.size(); local
3589 for (size_t i = 0; i < cSessions; i++)
3762 size_t cSessions = collSessions.size(); local
3764 for (size_t i = 0; i < cSessions; i++)
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py1842 cSessions = len(self.oTstDrv.oVBoxMgr.getArray(oSession.o.console.guest, 'sessions'));
1843 if cSessions is not 0:
1844 reporter.error('Found %d stale session(s), expected 0' % (cSessions,));
1895 cSessions = len(self.oTstDrv.oVBoxMgr.getArray(oSession.o.console.guest, 'sessions'));
1896 if cSessions is not 0:
1897 reporter.error('Found %d stale session(s), expected 0' % (cSessions,));

Completed in 80 milliseconds