Searched refs:Session (Results 26 - 49 of 49) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiProto.h626 @param[in, out] Session The iSCSI session.
632 IN OUT ISCSI_SESSION *Session,
667 @param[in] Session Points to the iSCSI session.
674 IN ISCSI_SESSION *Session
691 @param[in] Session The iSCSI session
701 IN ISCSI_SESSION *Session
707 @param[in] Session The iSCSI session
716 IN ISCSI_SESSION *Session
808 @param[in, out] Session The iSCSI session.
821 IN OUT ISCSI_SESSION *Session,
[all...]
H A DIScsiMisc.h318 @param[in] Session The iSCSI session data.
326 IN ISCSI_SESSION *Session
H A DIScsiMisc.c820 Private->Session = NULL;
1241 @param Session The iSCSI session.
1249 IN ISCSI_SESSION *Session
1257 if (Session->State != SESSION_STATE_LOGGED_IN) {
1262 Session->Conns.ForwardLink,
1292 (BOOLEAN) (!Session->ConfigData->SessionConfigData.InitiatorInfoFromDhcp);
1296 &Session->ConfigData->SessionConfigData.Gateway
1301 &Session->ConfigData->SessionConfigData.SubnetMask
1339 if (Private->Session != NULL) {
1340 IScsiSessionAbort (Private->Session);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIkeCommon.h162 @param[in] Session Pointer of the IKE_SA_SESSION.
167 IN UINT8 *Session
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiDriver.c215 // Duplicate the Session's tcp connection device path. The source port field
245 IScsiSessionAbort (&Private->Session);
309 Conn = NET_LIST_HEAD (&Private->Session.Conns, ISCSI_CONNECTION, Link);
379 IScsiSessionAbort (&Private->Session);
H A DIScsiProto.h626 @param[in, out] Session The iSCSI session.
631 IN OUT ISCSI_SESSION *Session,
663 @param[in] Session Maximum CmdSN from the target.
670 IN ISCSI_SESSION *Session
784 @param[in, out] Session The iSCSI session.
796 IN OUT ISCSI_SESSION *Session,
951 @retval EFI_DEVICE_ERROR Session state was not as required.
979 @param[in, out] Session The iSCSI session.
984 IN OUT ISCSI_SESSION *Session,
992 @param[in, out] Session Th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcImpl.c1518 @param Session Received UDP session.
1527 IN EFI_UDP4_SESSION_DATA *Session
1538 CopyMem (&DestIp4Address, &Session->DestinationAddress, sizeof (DestIp4Address));
1631 EFI_UDP4_SESSION_DATA *Session; local
1707 Session = &RxData->UdpSession;
1716 if (CheckIpByFilter (Mode, Session)) {
1731 CopyMem (DestIp, &Session->DestinationAddress, sizeof (EFI_IPv4_ADDRESS));
1735 if (EFI_IP4_EQUAL (DestIp, &Session->DestinationAddress)) {
1739 if (EFI_IP4_EQUAL (&Private->StationIp, &Session->DestinationAddress)) {
1753 *DestPort = Session
[all...]
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/
H A Duser.c112 } Session; typedef in typeref:struct:__anon2095
121 #define SESSION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), session_get_type (), Session))
123 G_DEFINE_TYPE (Session, session, G_TYPE_OBJECT);
592 static Session *
596 Session *session = NULL;
605 g_variant_new ("(ss)", "org.freedesktop.DisplayManager.Session", "UserName"),
612 g_warning ("Error getting UserName from org.freedesktop.DisplayManager.Session: %s", error->message);
646 Session *session;
668 Session *session = link->data;
673 g_debug ("Session
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo-win.cpp558 VBoxServiceVerbose(1, "Session became invalid while enumerating!\n");
600 VBoxServiceVerbose(4, "Session %RU32: PID=%ld (fInt=%RTbool): %ls\n",
601 pSessionData->Session, paProcs[i].id, paProcs[i].fInteractive,
618 *puTerminalSession = pSessionData->Session;
696 VBoxServiceVerbose(3, "Session data: Name=%ls, SessionID=%RU32, LogonID=%ld,%ld, LogonType=%ld\n",
698 pSessionData->Session,
706 if ( pSessionData->Session == 0
728 VBoxServiceVerbose(3, "Session LogonType=%ld is supported -- looking up SID + type ...\n",
769 VBoxServiceVerbose(3, "Account User=%ls, Session=%ld, LogonID=%ld,%ld, AuthPkg=%ls, Domain=%ls\n",
770 pUserInfo->wszUser, pSessionData->Session, pSessionDat
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Library/
H A DUdpIoLib.h122 UDP_SESSION_DATA Session; member in struct:__anon11074
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/EfiSocketLib/
H A DSocket.h145 EFI_UDP4_SESSION_DATA Session; ///< Remote network address member in struct:__anon12967
155 EFI_UDP4_SESSION_DATA Session; ///< Remote network address member in struct:__anon12968
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Daudiopolicy.idl221 [out] IAudioSessionControl **Session
H A Dntsecapi.h259 ULONG Session; member in struct:_SECURITY_LOGON_SESSION_DATA
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrlListener.cpp347 CHECK_ERROR_BREAK(pEvent, COMGETTER(Session)(pSession.asOutParam()));
357 RTPrintf("Session ID=%RU32 \"%s\" changed status to [%s]\n",
418 CHECK_ERROR_BREAK(pEvent, COMGETTER(Session)(pSession.asOutParam()));
427 RTPrintf("Session ID=%RU32 \"%s\" %s\n",
/vbox/src/VBox/Main/src-client/win/
H A Ddllmain.cpp41 OBJECT_ENTRY(CLSID_Session, Session)
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DSocket.h700 EFI_UDP4_SESSION_DATA Session; member in struct:_UDP_RSV_DATA
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dntsecapi.h255 ULONG Session; member in struct:_SECURITY_LOGON_SESSION_DATA
/vbox/src/VBox/ValidationKit/testdriver/
H A Dtxsclient.py51 # These are used both the Session and Transport classes.
376 class Session(TdTaskBase): class in inherits:TdTaskBase
433 reporter.maybeErr(not fIgnoreErrors, 'txsclient.Session.startTask: failed to cancel previous task.');
440 reporter.maybeErr(not fIgnoreErrors, 'txsclient.Session.startTask: race.');
2092 oSession = Session(oTransport, cMsTimeout, cMsIdleFudge);
2108 oSession = Session(oTransport, cMsTimeout, cMsIdleFudge, fTryConnect = True);
/vbox/src/VBox/Main/include/
H A DMachineImpl.h125 struct Session struct in struct:Machine::Data
151 /** Session type string (for indirect sessions) */
154 /** Session machine object */
192 Session mSession;
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp923 rc = pVirtualBoxClient->COMGETTER(Session)(session.asOutParam());
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImpl.cpp66 const ComObjPtr<GuestSession> &Session(void) const { return mSession; } function in class:GuestSessionTaskInternal
609 LogFlowThisFunc(("Session ID=%RU32 not started (anymore), status now is: %RU32\n",
646 NULL /* Session status */, pGuestRc);
751 LogFlowFunc(("Removing directory \"%s\" (Session: %RU32) (now total %zu processes, %RU32 objects)\n",
937 LogFlowFunc(("Added new guest directory \"%s\" (Session: %RU32) (now total %zu dirs, %RU32 objects)\n",
1188 LogFlowThisFunc(("Removing guest file \"%s\" (Session: %RU32) (now total %zu files, %RU32 objects)\n",
1313 LogFlowFunc(("Added new guest file \"%s\" (Session: %RU32) (now total %zu files, %RU32 objects)\n",
1492 return setError(E_UNEXPECTED, tr("Session is not in started state"));
1664 NULL /* Session status */, pGuestRc);
1724 const ComObjPtr<GuestSession> pSession(pTask->Session());
[all...]
/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp279 pcszDescr = "Session timeout in seconds; 0 = disable timeouts (" DEFAULT_TIMEOUT_SECS_STRING ").";
2199 rc = g_pVirtualBoxClient->COMGETTER(Session)(pSession.asOutParam());
2208 WEBDEBUG(("Session object ref is %s\n", resp->returnval.c_str()));
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp1424 rc = pVirtualBoxClient->COMGETTER(Session)(pSession.asOutParam());
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp843 LogWarningThisFunc(("Session machine is not NULL (%p), the direct session is still open!\n",
7750 * @param aMachine Session machine object.
12566 Data::Session::RemoteControlList::iterator it =
12610 * the Session implementation has released the VirtualBox reference
12884 /* set the state to Saving (expected by Session::SaveStateWithReason()) */
13269 /* go to the closing state (essential for all open*Session() calls and
13307 Data::Session::RemoteControlList::iterator it =
13613 * Session::uninit() for details). */
14559 * process in this case is waiting inside Session::close() for the

Completed in 440 milliseconds

12