Searched refs:dpr_pid (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c174 (int)dpr->dpr_pid, (ulong_t)psp->pr_reg[R_PC]);
176 (int)dpr->dpr_pid, pc);
182 (int)dpr->dpr_pid, (ulong_t)dbp->dbp_addr, ++dbp->dbp_hits);
230 (int)dpr->dpr_pid, msg);
285 dt_dprintf("pid %d: breakpoint at %s()\n", (int)dpr->dpr_pid, fname);
297 (int)dpr->dpr_pid, evname, rd_errstr(err));
302 (int)dpr->dpr_pid, evname, rdm.type, rdm.u.state);
334 (int)dpr->dpr_pid, evname, rd_errstr(err));
340 (int)dpr->dpr_pid, evname, rdn.type);
390 (int)dpr->dpr_pid, dp
[all...]
H A Ddt_proc.h50 pid_t dpr_pid; /* pid of process */ member in struct:dt_proc
H A Ddt_pid.c792 (int)dpr->dpr_pid);
802 if (pid != dpr->dpr_pid)

Completed in 45 milliseconds