Home
last modified time | relevance | path

Searched refs:PacketType (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp239 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()
255 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()
605 GDBRemoteCommunication::PacketType
638 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
706 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
783 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
821 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()
823 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
827 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
H A DGDBRemoteCommunication.h73 enum class PacketType { Invalid = 0, Standard, Notify }; enum
119 PacketType CheckForPacket(const uint8_t *src, size_t src_len,
/freebsd/stand/i386/libi386/
H A Dpxe.h446 uint16_t PacketType; /* type (defined right here) */ member
H A Dpxe.c225 gci_p->PacketType = PXENV_PACKET_TYPE_BINL_REPLY; in pxe_init()