Home
last modified time | relevance | path

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

/xnu-10002.41.9/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-10002.41.9/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c81 rq->hdr.seq = kdp.exception_seq; in kdp_exception()
117 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq)); in kdp_exception_ack()
119 if (rq->hdr.seq == kdp.exception_seq) { in kdp_exception_ack()
121 kdp.exception_seq++; in kdp_exception_ack()
/xnu-10002.41.9/osfmk/kdp/
H A Dkdp_udp.c105 static unsigned char exception_seq; variable
618 exception_seq++; in kdp_reply()
1134 exception_seq = hdr->seq; in kdp_handler()
1138 if (hdr->seq == (exception_seq - 1)) { in kdp_handler()
1143 } else if ((hdr->seq != exception_seq) && in kdp_handler()
1146 hdr->seq, exception_seq); in kdp_handler()
1183 exception_seq = hdr->seq; in kdp_handler()
1257 exception_seq = 0; in kdp_connection_wait()
1289 !hdr->is_reply && (hdr->seq == exception_seq)) { in kdp_connection_wait()
1298 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()