Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp251 if (CheckForPacket(nullptr, 0, packet) != PacketType::Invalid) in WaitForPacketNoLock()
267 if (CheckForPacket(buffer, bytes_read, packet) != PacketType::Invalid) in WaitForPacketNoLock()
617 GDBRemoteCommunication::PacketType
650 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
718 return GDBRemoteCommunication::PacketType::Invalid; in CheckForPacket()
828 return GDBRemoteCommunication::PacketType::Notify; in CheckForPacket()
830 return GDBRemoteCommunication::PacketType::Standard; in CheckForPacket()
834 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,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.h71 enum PacketType { enum
/openbsd-src/sys/arch/i386/stand/libsa/
H A Dpxe.c424 gci->PacketType = PXENV_PACKET_TYPE_CACHED_REPLY; in pxe_init()
H A Dpxe.h455 uint16_t PacketType; /* type (defined right here) */ member
/openbsd-src/sys/arch/amd64/stand/libsa/
H A Dpxe.c424 gci->PacketType = PXENV_PACKET_TYPE_CACHED_REPLY; in pxe_init()
H A Dpxe.h455 uint16_t PacketType; /* type (defined right here) */ member