ReactOS 0.4.16-dev-13-ge2fc578
|
Go to the source code of this file.
Definition at line 410 of file conmgr.c.
Referenced by ConMgrSerialPortConsumer().
NTSTATUS NTAPI ConMgrChannelClose | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 354 of file conmgr.c.
Definition at line 438 of file conmgr.c.
Definition at line 81 of file conmgr.c.
Referenced by ConMgrInitialize(), ConMgrResetCurrentChannel(), and ConMgrSerialPortConsumer().
NTSTATUS NTAPI ConMgrDisplayFastChannelSwitchingInterface | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 278 of file conmgr.c.
Referenced by ConMgrAdvanceCurrentChannel(), and ConMgrResetCurrentChannel().
Definition at line 235 of file conmgr.c.
Referenced by ConMgrSimpleEventMessage().
NTSTATUS NTAPI ConMgrFlushData | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 139 of file conmgr.c.
Referenced by RawChannelOEcho(), RawChannelOFlush(), VTUTF8ChannelAnsiDispatch(), VTUTF8ChannelOEcho(), and VTUTF8ChannelOFlush().
NTSTATUS NTAPI ConMgrGetChannelCloseMessage | ( | IN PSAC_CHANNEL | Channel, |
IN NTSTATUS | CloseStatus, | ||
OUT PWCHAR | OutputBuffer | ||
) |
Definition at line 888 of file conmgr.c.
Referenced by ChanMgrCloseChannel().
Definition at line 163 of file conmgr.c.
Referenced by InitializeDeviceData().
BOOLEAN NTAPI ConMgrIsSacChannel | ( | IN PSAC_CHANNEL | Channel | ) |
BOOLEAN NTAPI ConMgrIsWriteEnabled | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 155 of file conmgr.c.
Referenced by ConMgrChannelClose(), RawChannelOWrite(), and VTUTF8ChannelOWrite().
Definition at line 456 of file conmgr.c.
Referenced by ConMgrSerialPortConsumer().
Definition at line 317 of file conmgr.c.
Referenced by ConMgrChannelClose(), and ConMgrSerialPortConsumer().
Definition at line 574 of file conmgr.c.
Referenced by ConMgrWorkerProcessEvents().
NTSTATUS NTAPI ConMgrSetCurrentChannel | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 287 of file conmgr.c.
Referenced by ConMgrAdvanceCurrentChannel(), and ConMgrResetCurrentChannel().
Definition at line 372 of file conmgr.c.
Referenced by FreeGlobalData().
Definition at line 252 of file conmgr.c.
Referenced by DoRebootCommand().
VOID NTAPI ConMgrWorkerProcessEvents | ( | IN PSAC_DEVICE_EXTENSION | DeviceExtension | ) |
Definition at line 835 of file conmgr.c.
Referenced by WorkerProcessEvents().
Definition at line 111 of file conmgr.c.
Referenced by RawChannelOEcho(), RawChannelOFlush(), VTUTF8ChannelAnsiDispatch(), VTUTF8ChannelOEcho(), and VTUTF8ChannelOFlush().
DEFINE_GUID | ( | PRIMARY_SAC_CHANNEL_APPLICATION_GUID | , |
0x63D02270 | , | ||
0x8AA4 | , | ||
0x11D5 | , | ||
0xBC | , | ||
0xCF | , | ||
0x80 | , | ||
0x6D | , | ||
0x61 | , | ||
0x72 | , | ||
0x69 | , | ||
0x6F | |||
) |
Definition at line 57 of file conmgr.c.
Referenced by ConMgrEventMessage(), ConMgrInitialize(), ConMgrProcessInputLine(), ConMgrSerialPortConsumer(), DoFullInfoCommand(), DoPagingCommand(), DoRebootCommand(), DoTlistCommand(), and PrintHelpMessage().
Definition at line 41 of file conmgr.c.
Referenced by ConMgrEventMessage(), ConMgrSerialPortConsumer(), DoRebootCommand(), DoTlistCommand(), and SacPutSimpleMessage().
BOOLEAN ConMgrLastCharWasCR |
Definition at line 32 of file conmgr.c.
Referenced by ConMgrSerialPortConsumer().
PSAC_CHANNEL CurrentChannel |
Definition at line 26 of file conmgr.c.
Referenced by ChanMgrGetChannelByName(), ChanMgrGetNextActiveChannel(), ConMgrAdvanceCurrentChannel(), ConMgrDisplayCurrentChannel(), ConMgrInitialize(), ConMgrIsWriteEnabled(), ConMgrResetCurrentChannel(), ConMgrSerialPortConsumer(), ConMgrSetCurrentChannel(), and ConMgrShutdown().
KMUTEX CurrentChannelLock |
Definition at line 24 of file conmgr.c.
Referenced by SacAcquireMutexLock(), SacAssertMutexLockHeld(), SacInitializeMutexLock(), and SacReleaseMutexLock().
LONG CurrentChannelRefCount |
Definition at line 23 of file conmgr.c.
Referenced by SacAcquireMutexLock(), SacAssertMutexLockHeld(), SacInitializeMutexLock(), and SacReleaseMutexLock().
ULONG ExecutePostConsumerCommand |
Definition at line 29 of file conmgr.c.
Referenced by ConMgrProcessInputLine(), ConMgrSerialPortConsumer(), and ConMgrWorkerProcessEvents().
PSAC_CHANNEL ExecutePostConsumerCommandData |
Definition at line 30 of file conmgr.c.
Referenced by ConMgrWorkerProcessEvents().
BOOLEAN GlobalDoThreads |
Definition at line 35 of file conmgr.c.
Referenced by DoFullInfoCommand().
BOOLEAN GlobalPagingNeeded |
Definition at line 35 of file conmgr.c.
Referenced by ConMgrProcessInputLine(), and DoPagingCommand().
CHAR InputBuffer[80] |
BOOLEAN InputInEscape |
Definition at line 32 of file conmgr.c.
Referenced by ConMgrSerialPortConsumer().
BOOLEAN InputInEscTab |
Definition at line 32 of file conmgr.c.
Referenced by ConMgrSerialPortConsumer().
PSAC_CHANNEL SacChannel |
Definition at line 27 of file conmgr.c.
Referenced by ConMgrInitialize(), ConMgrIsSacChannel(), ConMgrResetCurrentChannel(), ConMgrSerialPortConsumer(), ConMgrShutdown(), and SacPutString().