Searched refs:is_reply (Results 1 – 6 of 6) sorted by relevance
162 if (rd->hdr.is_reply) { in kdp_packet()242 rp->hdr.is_reply = 1; in kdp_connect()292 rp->hdr.is_reply = 1; in kdp_disconnect()337 rp->hdr.is_reply = 1; in kdp_hostinfo()364 rp->hdr.is_reply = 1; in kdp_kernelversion()393 rp->hdr.is_reply = 1; in kdp_suspend()421 rp->hdr.is_reply = 1; in kdp_resumecpus()459 rp->hdr.is_reply = 1; in kdp_writemem()493 rp->hdr.is_reply = 1; in kdp_writemem64()529 rp->hdr.is_reply = 1; in kdp_writephysmem64()[all …]
169 unsigned is_reply:1; /* 0 => request, 1 => reply */ member
1129 if (hdr->is_reply) { in kdp_handler()1158 if (!manual_hdr->is_reply) { in kdp_handler()1289 !hdr->is_reply && (hdr->seq == exception_seq)) { in kdp_connection_wait()
9 def GetKDPPacketHeaderInt(request=0, is_reply=False, seq=0, length=0, key=0): argument21 if is_reply:
80 rq->hdr.is_reply = 0; in kdp_exception()113 if (!rq->hdr.is_reply || rq->hdr.request != KDP_EXCEPTION) { in kdp_exception_ack()
86 rq->hdr.is_reply = 0; in kdp_exception()119 if (!rq->hdr.is_reply || rq->hdr.request != KDP_EXCEPTION) { in kdp_exception_ack()