Home
last modified time | relevance | path

Searched refs:exception_seq (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.101.15/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c88 rq->hdr.seq = kdp.exception_seq; in kdp_exception()
124 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq)); in kdp_exception_ack()
126 if (rq->hdr.seq == kdp.exception_seq) { in kdp_exception_ack()
128 kdp.exception_seq++; in kdp_exception_ack()
/xnu-10063.101.15/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c82 rq->hdr.seq = kdp.exception_seq; in kdp_exception()
118 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq)); in kdp_exception_ack()
120 if (rq->hdr.seq == kdp.exception_seq) { in kdp_exception_ack()
122 kdp.exception_seq++; in kdp_exception_ack()
/xnu-10063.101.15/osfmk/kdp/
H A Dkdp_udp.c107 static unsigned char exception_seq; variable
620 exception_seq++; in kdp_reply()
1136 exception_seq = hdr->seq; in kdp_handler()
1140 if (hdr->seq == (exception_seq - 1)) { in kdp_handler()
1145 } else if ((hdr->seq != exception_seq) && in kdp_handler()
1148 hdr->seq, exception_seq); in kdp_handler()
1185 exception_seq = hdr->seq; in kdp_handler()
1259 exception_seq = 0; in kdp_connection_wait()
1291 !hdr->is_reply && (hdr->seq == exception_seq)) { in kdp_connection_wait()
1300 exception_seq = 0; in kdp_connection_wait()
[all …]
H A Dkdp_internal.h51 unsigned char exception_seq; member
H A Dkdp.c280 kdp.exception_seq = kdp.conn_seq = 0; in kdp_disconnect()