ReactOS
0.4.15-dev-5608-gafb953a
|
Go to the source code of this file.
Macros | |
#define | NOEXTAPI |
#define | KDDBGPRINT(...) |
Enumerations | |
enum | KDP_STATUS { KDP_PACKET_RECEIVED = 0, KDP_PACKET_TIMEOUT = 1, KDP_PACKET_RESEND = 2, KDP_PACKET_RECEIVED = 0, KDP_PACKET_TIMEOUT = 1, KDP_PACKET_RESEND = 2 } |
Functions | |
VOID NTAPI | KdpSendBuffer (IN PVOID Buffer, IN ULONG Size) |
KDP_STATUS NTAPI | KdpReceiveBuffer (OUT PVOID Buffer, IN ULONG Size) |
KDP_STATUS NTAPI | KdpReceivePacketLeader (OUT PULONG PacketLeader) |
VOID NTAPI | KdpSendByte (IN UCHAR Byte) |
KDP_STATUS NTAPI | KdpPollByte (OUT PUCHAR OutByte) |
KDP_STATUS NTAPI | KdpReceiveByte (OUT PUCHAR OutByte) |
KDP_STATUS NTAPI | KdpPollBreakIn (VOID) |
Enumerator | |
---|---|
KDP_PACKET_RECEIVED | |
KDP_PACKET_TIMEOUT | |
KDP_PACKET_RESEND | |
KDP_PACKET_RECEIVED | |
KDP_PACKET_TIMEOUT | |
KDP_PACKET_RESEND |
KDP_STATUS NTAPI KdpPollBreakIn | ( | VOID | ) |
Definition at line 343 of file kdcom.c.
KDP_STATUS NTAPI KdpPollByte | ( | OUT PUCHAR | OutByte | ) |
Definition at line 299 of file kdcom.c.
KDP_STATUS NTAPI KdpReceiveByte | ( | OUT PUCHAR | OutByte | ) |
Definition at line 321 of file kdcom.c.
Referenced by finish_gdb_packet(), gdb_receive_packet(), KdpReceiveBuffer(), and KdpReceivePacketLeader().
KDP_STATUS NTAPI KdpReceivePacketLeader | ( | OUT PULONG | PacketLeader | ) |
Definition at line 75 of file kdserial.c.
Referenced by KdReceivePacket().
Definition at line 291 of file kdcom.c.
Referenced by finish_gdb_packet(), gdb_receive_packet(), KdpPollBreakIn(), KdpSendBuffer(), KdSendPacket(), send_gdb_partial_binary(), send_gdb_partial_packet(), and start_gdb_packet().