Home
last modified time | relevance | path

Searched refs:reply_command (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.cpp142 uint8_t reply_command = exc_reply_packet.GetU8(&offset); in SetStopInfoFrom_KDP_EXCEPTION() local
143 if (reply_command == CommunicationKDP::KDP_EXCEPTION) { in SetStopInfoFrom_KDP_EXCEPTION()
H A DCommunicationKDP.cpp92 const uint8_t reply_command = reply_packet.GetU8(&offset); in SendRequestAndGetReply() local
97 if ((reply_command & eCommandTypeMask) == command) { in SendRequestAndGetReply()
252 uint8_t reply_command = packet.GetU8(&offset); in CheckForPacket() local
253 switch (reply_command) { in CheckForPacket()
261 request_ack_packet.PutHex8(reply_command | ePacketTypeReply); in CheckForPacket()
/openbsd-src/usr.bin/openssl/
H A Dts.c95 static int reply_command(CONF *conf, char *section, char *queryfile,
433 ret = !reply_command(conf, cfg.section, in ts_main()
774 reply_command(CONF *conf, char *section, char *queryfile, char *passin, in reply_command() function