Searched refs:exception_seq (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_internal.h48 unsigned char exception_seq; member in struct:__anon1003
H A Dkdp_udp.c102 static unsigned char exception_seq; variable
540 exception_seq++;
1037 exception_seq = hdr->seq;
1040 if (hdr->seq == (exception_seq - 1)) {
1045 } else if ((hdr->seq != exception_seq) &&
1048 hdr->seq, exception_seq);
1083 exception_seq = hdr->seq;
1168 exception_seq = 0;
1200 !hdr->is_reply && (hdr->seq == exception_seq)) {
1208 exception_seq
[all...]
H A Dkdp.c298 kdp.exception_seq = kdp.conn_seq = 0;
/darwin-on-arm/xnu/osfmk/kdp/ml/arm/
H A Dkdp_machdep.c94 rq->hdr.seq = kdp.exception_seq;
128 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq));
130 if (rq->hdr.seq == kdp.exception_seq) {
132 kdp.exception_seq++;
/darwin-on-arm/xnu/osfmk/kdp/ml/i386/
H A Dkdp_machdep.c93 rq->hdr.seq = kdp.exception_seq;
127 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq));
129 if (rq->hdr.seq == kdp.exception_seq) {
131 kdp.exception_seq++;
/darwin-on-arm/xnu/osfmk/kdp/ml/x86_64/
H A Dkdp_machdep.c93 rq->hdr.seq = kdp.exception_seq;
127 dprintf(("kdp_exception_ack seq %x %x\n", rq->hdr.seq, kdp.exception_seq));
129 if (rq->hdr.seq == kdp.exception_seq) {
131 kdp.exception_seq++;

Completed in 33 milliseconds