ReactOS 0.4.16-dev-306-g647d351
|
#include "kddll.h"
Go to the source code of this file.
Functions | |
ULONG NTAPI | KdpCalculateChecksum (IN PVOID Buffer, IN ULONG Length) |
VOID NTAPI | KdpSendControlPacket (IN USHORT PacketType, IN ULONG PacketId OPTIONAL) |
KDP_STATUS NTAPI | KdReceivePacket (IN ULONG PacketType, OUT PSTRING MessageHeader, OUT PSTRING MessageData, OUT PULONG DataLength, IN OUT PKD_CONTEXT KdContext) |
VOID NTAPI | KdSendPacket (IN ULONG PacketType, IN PSTRING MessageHeader, IN PSTRING MessageData, IN OUT PKD_CONTEXT KdContext) |
Variables | |
ULONG | CurrentPacketId = INITIAL_PACKET_ID | SYNC_PACKET_ID |
ULONG | RemotePacketId = INITIAL_PACKET_ID |
Definition at line 29 of file kddll.c.
Referenced by KdReceivePacket(), and KdSendPacket().
Definition at line 45 of file kddll.c.
Referenced by KdReceivePacket().
KDP_STATUS NTAPI KdReceivePacket | ( | IN ULONG | PacketType, |
OUT PSTRING | MessageHeader, | ||
OUT PSTRING | MessageData, | ||
OUT PULONG | DataLength, | ||
IN OUT PKD_CONTEXT | KdContext | ||
) |
Definition at line 80 of file kddll.c.
Referenced by KdPollBreakIn(), KdpPollBreakInWithPortLock(), KdpPromptString(), KdpSendWaitContinue(), and KdSendPacket().
VOID NTAPI KdSendPacket | ( | IN ULONG | PacketType, |
IN PSTRING | MessageHeader, | ||
IN PSTRING | MessageData, | ||
IN OUT PKD_CONTEXT | KdContext | ||
) |
Definition at line 314 of file kddll.c.
Referenced by KdpCheckLowMemory(), KdpFillMemory(), KdpGetBusData(), KdpGetContext(), KdpGetContextEx(), KdpGetVersion(), KdpNotSupported(), KdpPrintString(), KdpPromptString(), KdpQueryMemory(), KdpReadControlSpace(), KdpReadIoSpace(), KdpReadIoSpaceExtended(), KdpReadMachineSpecificRegister(), KdpReadPhysicalMemory(), KdpReadVirtualMemory(), KdpRestoreBreakpoint(), KdpRestoreBreakPointEx(), KdpSearchMemory(), KdpSendWaitContinue(), KdpSetBusData(), KdpSetContext(), KdpSetContextEx(), KdpWriteBreakpoint(), KdpWriteBreakPointEx(), KdpWriteControlSpace(), KdpWriteCustomBreakpoint(), KdpWriteIoSpace(), KdpWriteIoSpaceExtended(), KdpWriteMachineSpecificRegister(), KdpWritePhysicalMemory(), and KdpWriteVirtualMemory().
ULONG CurrentPacketId = INITIAL_PACKET_ID | SYNC_PACKET_ID |
Definition at line 13 of file kddll.c.
Referenced by KdReceivePacket(), and KdSendPacket().
ULONG RemotePacketId = INITIAL_PACKET_ID |
Definition at line 14 of file kddll.c.
Referenced by KdReceivePacket(), and KdSendPacket().