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
1131 if (hdr->is_reply) { in kdp_handler()1160 if (!manual_hdr->is_reply) { in kdp_handler()1291 !hdr->is_reply && (hdr->seq == exception_seq)) { in kdp_connection_wait()
7 def GetKDPPacketHeaderInt(request=0, is_reply=False, seq=0, length=0, key=0): argument19 if is_reply:
87 rq->hdr.is_reply = 0; in kdp_exception()120 if (!rq->hdr.is_reply || rq->hdr.request != KDP_EXCEPTION) { in kdp_exception_ack()
81 rq->hdr.is_reply = 0; in kdp_exception()114 if (!rq->hdr.is_reply || rq->hdr.request != KDP_EXCEPTION) { in kdp_exception_ack()