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.cpp250 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()
266 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()
615 GDBRemoteCommunication::PacketType
648 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
716 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
826 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()
828 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
832 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
H A DGDBRemoteCommunication.h85 enum class PacketType { Invalid = 0, Standard, Notify }; enum
131 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()