ReactOS 0.4.16-dev-329-g9223134
|
#include "sacdrv.h"
Go to the source code of this file.
NTSTATUS NTAPI ChannelClearRedrawEvent | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 198 of file channel.c.
Referenced by ConMgrSetCurrentChannel().
NTSTATUS NTAPI ChannelClose | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 558 of file channel.c.
Referenced by ChanMgrCloseChannel(), and ConMgrShutdown().
NTSTATUS NTAPI ChannelCreate | ( | IN PSAC_CHANNEL | Channel, |
IN PSAC_CHANNEL_ATTRIBUTES | Attributes, | ||
IN SAC_CHANNEL_ID | ChannelId | ||
) |
Definition at line 457 of file channel.c.
Referenced by ChanMgrCreateChannel().
NTSTATUS NTAPI ChannelDereferenceHandles | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 35 of file channel.c.
Referenced by ChannelClose(), and ChannelDestroy().
NTSTATUS NTAPI ChannelDestroy | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 77 of file channel.c.
Referenced by RawChannelDestroy(), and VTUTF8ChannelDestroy().
Definition at line 389 of file channel.c.
Definition at line 343 of file channel.c.
Definition at line 297 of file channel.c.
Referenced by ChanMgrGetChannelByName().
NTSTATUS NTAPI ChannelGetStatus | ( | IN PSAC_CHANNEL | Channel, |
OUT PSAC_CHANNEL_STATUS | ChannelStatus | ||
) |
Definition at line 222 of file channel.c.
Referenced by ChannelIsActive(), and ChannelIsClosed().
Definition at line 209 of file channel.c.
Referenced by ConMgrDisplayCurrentChannel(), and ConMgrSetCurrentChannel().
ULONG NTAPI ChannelIBufferLength | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 163 of file channel.c.
Referenced by ConMgrSerialPortConsumer().
NTSTATUS NTAPI ChannelInitializeVTable | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 405 of file channel.c.
Referenced by ChannelCreate().
NTSTATUS NTAPI ChannelIRead | ( | IN PSAC_CHANNEL | Channel, |
IN PCHAR | Buffer, | ||
IN ULONG | BufferSize, | ||
IN OUT PULONG | ResultBufferSize | ||
) |
Definition at line 131 of file channel.c.
Referenced by ConMgrSerialPortConsumer().
WCHAR NTAPI ChannelIReadLast | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 150 of file channel.c.
Referenced by ConMgrSerialPortConsumer().
BOOLEAN NTAPI ChannelIsActive | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 250 of file channel.c.
Referenced by ChanMgrCloseChannel(), ChanMgrGetChannelCount(), ChanMgrGetNextActiveChannel(), ChanMgrReleaseChannel(), and ChannelDereferenceToZeroByIndex().
BOOLEAN NTAPI ChannelIsClosed | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 273 of file channel.c.
BOOLEAN NTAPI ChannelIsEqual | ( | IN PSAC_CHANNEL | Channel, |
IN PSAC_CHANNEL_ID | ChannelId | ||
) |
Definition at line 25 of file channel.c.
Referenced by ChanMgrGetByHandle(), and ConMgrIsWriteEnabled().
BOOLEAN NTAPI ChannelIsValidType | ( | IN SAC_CHANNEL_TYPE | ChannelType | ) |
Definition at line 116 of file channel.c.
Referenced by ConMgrSerialPortConsumer().
NTSTATUS NTAPI ChannelOFlush | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 103 of file channel.c.
Referenced by ConMgrDisplayCurrentChannel().
Definition at line 87 of file channel.c.
Referenced by SacPutString().
Definition at line 368 of file channel.c.
Referenced by ChannelCreate().
NTSTATUS NTAPI ChannelSetLockEvent | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 322 of file channel.c.
Referenced by ChannelCreate().
NTSTATUS NTAPI ChannelSetRedrawEvent | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 176 of file channel.c.
Referenced by ConMgrDisplayCurrentChannel().
NTSTATUS NTAPI ChannelSetStatus | ( | IN PSAC_CHANNEL | Channel, |
IN SAC_CHANNEL_STATUS | ChannelStatus | ||
) |
Definition at line 236 of file channel.c.
Referenced by ChannelClose(), and ChannelCreate().