Searched refs:dpr_pid (Results 1 – 3 of 3) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_proc.c | 160 (int)dpr->dpr_pid, pc); in dt_proc_bpmatch() 165 (int)dpr->dpr_pid, (ulong_t)dbp->dbp_addr, ++dbp->dbp_hits); in dt_proc_bpmatch() 213 (int)dpr->dpr_pid, msg); in dt_proc_notify() 268 dt_dprintf("pid %d: breakpoint at %s()\n", (int)dpr->dpr_pid, fname); in dt_proc_bpmain() 280 (int)dpr->dpr_pid, evname, rd_errstr(err)); in dt_proc_rdevent() 285 (int)dpr->dpr_pid, evname, rdm.type, rdm.u.state); in dt_proc_rdevent() 317 (int)dpr->dpr_pid, evname, rd_errstr(err)); in dt_proc_rdwatch() 323 (int)dpr->dpr_pid, evname, rdn.type); in dt_proc_rdwatch() 353 (int)dpr->dpr_pid, dpr->dpr_rtld ? rd_errstr(err) : in dt_proc_attach() 365 (int)dpr->dpr_pid, strerror(errno)); in dt_proc_attach() [all …]
|
H A D | dt_proc.h | 57 pid_t dpr_pid; /* pid of process */ member
|
H A D | dt_pid.c | 798 (int)dpr->dpr_pid); in dt_pid_create_probes_module() 808 if (pid != dpr->dpr_pid) in dt_pid_create_probes_module()
|