Lines Matching refs:dpr_pid

155 		    (int)dpr->dpr_pid, (ulong_t)psp->pr_reg[R_PC]);  in dt_proc_bpmatch()
160 (int)dpr->dpr_pid, (ulong_t)dbp->dbp_addr, ++dbp->dbp_hits); in dt_proc_bpmatch()
208 (int)dpr->dpr_pid, msg); in dt_proc_notify()
263 dt_dprintf("pid %d: breakpoint at %s()\n", (int)dpr->dpr_pid, fname); in dt_proc_bpmain()
275 (int)dpr->dpr_pid, evname, rd_errstr(err)); in dt_proc_rdevent()
280 (int)dpr->dpr_pid, evname, rdm.type, rdm.u.state); in dt_proc_rdevent()
312 (int)dpr->dpr_pid, evname, rd_errstr(err)); in dt_proc_rdwatch()
318 (int)dpr->dpr_pid, evname, rdn.type); in dt_proc_rdwatch()
354 (int)dpr->dpr_pid, dpr->dpr_rtld ? rd_errstr(err) : in dt_proc_attach()
366 (int)dpr->dpr_pid, strerror(errno)); in dt_proc_attach()
471 int pid = dpr->dpr_pid; in dt_proc_control()
529 (int)dpr->dpr_pid, strerror(errno)); in dt_proc_control()
622 (int)dpr->dpr_pid, strerror(errno)); in dt_proc_control()
678 if (dpr->dpr_pid == pid) in dt_proc_lookup()
709 dt_dprintf("abandoning pid %d\n", (int)dpr->dpr_pid); in dt_proc_destroy()
712 dt_dprintf("killing pid %d\n", (int)dpr->dpr_pid); in dt_proc_destroy()
715 dt_dprintf("releasing pid %d\n", (int)dpr->dpr_pid); in dt_proc_destroy()
834 int pid = dpr->dpr_pid; in dt_proc_create_thread()
855 (int)dpr->dpr_pid, strerror(err)); in dt_proc_create_thread()
884 dpr->dpr_pid = Pstatus(dpr->dpr_proc)->pr_pid; in dt_proc_create()
892 dpr->dpr_hash = dph->dph_hash[dpr->dpr_pid & (dph->dph_hashlen - 1)]; in dt_proc_create()
893 dph->dph_hash[dpr->dpr_pid & (dph->dph_hashlen - 1)] = dpr; in dt_proc_create()
896 dt_dprintf("created pid %d\n", (int)dpr->dpr_pid); in dt_proc_create()
916 if (dpr->dpr_pid == pid && !dpr->dpr_stale) { in dt_proc_grab()
951 dpr->dpr_pid = pid; in dt_proc_grab()