ReactOS 0.4.16-dev-250-g3ecd236
|
Go to the source code of this file.
Classes | |
struct | _SMP_SESSION |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct _SMP_SESSION | SMP_SESSION |
typedef struct _SMP_SESSION * | PSMP_SESSION |
Functions | |
BOOLEAN NTAPI | SmpCheckDuplicateMuSessionId (IN ULONG MuSessionId) |
PSMP_SESSION NTAPI | SmpSessionIdToSession (IN ULONG SessionId) |
VOID NTAPI | SmpDeleteSession (IN ULONG SessionId) |
ULONG NTAPI | SmpAllocateSessionId (IN PSMP_SUBSYSTEM Subsystem, IN PSMP_SUBSYSTEM OtherSubsystem) |
NTSTATUS NTAPI | SmpGetProcessMuSessionId (IN HANDLE ProcessHandle, OUT PULONG SessionId) |
NTSTATUS NTAPI | SmpSetProcessMuSessionId (IN HANDLE ProcessHandle, IN ULONG SessionId) |
Variables | |
RTL_CRITICAL_SECTION | SmpSessionListLock |
LIST_ENTRY | SmpSessionListHead |
ULONG | SmpNextSessionId |
BOOLEAN | SmpNextSessionIdScanMode |
BOOLEAN | SmpDbgSsLoaded |
HANDLE | SmpSessionsObjectDirectory |
typedef struct _SMP_SESSION * PSMP_SESSION |
typedef struct _SMP_SESSION SMP_SESSION |
ULONG NTAPI SmpAllocateSessionId | ( | IN PSMP_SUBSYSTEM | Subsystem, |
IN PSMP_SUBSYSTEM | OtherSubsystem | ||
) |
Definition at line 123 of file smsessn.c.
Referenced by SmpLoadSubSystem(), and SmpSbCreateSession().
Definition at line 37 of file smsessn.c.
Referenced by SmpLoadDeferedSubsystem(), SmpLoadSubSystem(), and SmpSbCreateSession().
Definition at line 98 of file smsessn.c.
Referenced by SmpLoadSubSystem(), and SmpSbCreateSession().
Definition at line 168 of file smsessn.c.
Referenced by SmpHandleConnectionRequest(), SmpLoadDeferedSubsystem(), and SmpSbCreateSession().
PSMP_SESSION NTAPI SmpSessionIdToSession | ( | IN ULONG | SessionId | ) |
Definition at line 70 of file smsessn.c.
Referenced by SmpDeleteSession().
Definition at line 199 of file smsessn.c.
Referenced by SmpExecuteImage().
BOOLEAN SmpDbgSsLoaded |
Definition at line 30 of file smsessn.c.
Referenced by SmpInit(), and SmpSbCreateSession().
ULONG SmpNextSessionId |
Definition at line 28 of file smsessn.c.
Referenced by SmpAllocateSessionId(), and SmpInit().
BOOLEAN SmpNextSessionIdScanMode |
Definition at line 29 of file smsessn.c.
Referenced by SmpAllocateSessionId(), and SmpInit().
LIST_ENTRY SmpSessionListHead |
Definition at line 27 of file smsessn.c.
Referenced by SmpAllocateSessionId(), SmpInit(), and SmpSessionIdToSession().
RTL_CRITICAL_SECTION SmpSessionListLock |
Definition at line 26 of file smsessn.c.
Referenced by SmpAllocateSessionId(), SmpDeleteSession(), and SmpInit().
HANDLE SmpSessionsObjectDirectory |
Definition at line 31 of file smsessn.c.
Referenced by SmpLoadDataFromRegistry().