Lines Matching refs:kdp

100 kdp_glob_t      kdp;  variable
223 if (kdp.is_conn) { in kdp_connect()
224 if ((seq == kdp.conn_seq) && /* duplicate request */ in kdp_connect()
225 (rport == kdp.reply_port) && in kdp_connect()
226 (eport == kdp.exception_port) && in kdp_connect()
227 (key == kdp.session_key)) { in kdp_connect()
233 kdp.reply_port = rport; in kdp_connect()
234 kdp.exception_port = eport; in kdp_connect()
235 kdp.is_conn = TRUE; in kdp_connect()
236 kdp.conn_seq = seq; in kdp_connect()
237 kdp.session_key = key; in kdp_connect()
270 if (!kdp.is_conn) { in kdp_disconnect()
276 *reply_port = kdp.reply_port; in kdp_disconnect()
278 kdp.reply_port = kdp.exception_port = 0; in kdp_disconnect()
279 kdp.is_halted = kdp.is_conn = FALSE; in kdp_disconnect()
280 kdp.exception_seq = kdp.conn_seq = 0; in kdp_disconnect()
281 kdp.session_key = 0; in kdp_disconnect()
313 kdp.is_conn = TRUE; in kdp_reattach()
342 *reply_port = kdp.reply_port; in kdp_hostinfo()
372 *reply_port = kdp.reply_port; in kdp_kernelversion()
398 kdp.is_halted = TRUE; in kdp_suspend()
400 *reply_port = kdp.reply_port; in kdp_suspend()
426 kdp.is_halted = FALSE; in kdp_resumecpus()
428 *reply_port = kdp.reply_port; in kdp_resumecpus()
462 *reply_port = kdp.reply_port; in kdp_writemem()
496 *reply_port = kdp.reply_port; in kdp_writemem64()
532 *reply_port = kdp.reply_port; in kdp_writephysmem64()
570 *reply_port = kdp.reply_port; in kdp_readmem()
608 *reply_port = kdp.reply_port; in kdp_readmem64()
646 *reply_port = kdp.reply_port; in kdp_readphysmem64()
674 *reply_port = kdp.reply_port; in kdp_maxbytes()
707 *reply_port = kdp.reply_port; in kdp_version()
744 *reply_port = kdp.reply_port; in kdp_regions()
772 *reply_port = kdp.reply_port; in kdp_writeregs()
800 *reply_port = kdp.reply_port; in kdp_readregs()
831 *reply_port = kdp.reply_port; in kdp_breakpoint_set()
861 *reply_port = kdp.reply_port; in kdp_breakpoint64_set()
890 *reply_port = kdp.reply_port; in kdp_breakpoint_remove()
920 *reply_port = kdp.reply_port; in kdp_breakpoint64_remove()
1062 *reply_port = kdp.reply_port; in kdp_readioport()
1095 *reply_port = kdp.reply_port; in kdp_writeioport()
1125 *reply_port = kdp.reply_port; in kdp_readmsr64()
1152 *reply_port = kdp.reply_port; in kdp_writemsr64()
1185 *reply_port = kdp.reply_port; in kdp_dumpinfo()