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

/xnu-2422.115.4/osfmk/kdp/
H A Dkdp_internal.h48 unsigned char exception_seq; member in struct:__anon969
H A Dkdp_udp.c101 static unsigned char exception_seq; variable
652 exception_seq++;
1149 exception_seq = hdr->seq;
1152 if (hdr->seq == (exception_seq - 1)) {
1157 } else if ((hdr->seq != exception_seq) &&
1160 hdr->seq, exception_seq);
1195 exception_seq = hdr->seq;
1270 exception_seq = 0;
1302 !hdr->is_reply && (hdr->seq == exception_seq)) {
1310 exception_seq
[all...]
H A Dkdp.c310 kdp.exception_seq = kdp.conn_seq = 0;
/xnu-2422.115.4/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 43 milliseconds