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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.c178 (int)dpr->dpr_pid, (ulong_t)psp->pr_reg[R_PC]);
180 (int)dpr->dpr_pid, pc);
186 (int)dpr->dpr_pid, (ulong_t)dbp->dbp_addr, ++dbp->dbp_hits);
234 (int)dpr->dpr_pid, msg);
289 dt_dprintf("pid %d: breakpoint at %s()\n", (int)dpr->dpr_pid, fname);
301 (int)dpr->dpr_pid, evname, rd_errstr(err));
306 (int)dpr->dpr_pid, evname, rdm.type, rdm.u.state);
338 (int)dpr->dpr_pid, evname, rd_errstr(err));
344 (int)dpr->dpr_pid, evname, rdn.type);
394 (int)dpr->dpr_pid, dp
[all...]
H A Ddt_proc.h52 pid_t dpr_pid; /* pid of process */ member in struct:dt_proc
H A Ddt_pid.c798 (int)dpr->dpr_pid);
808 if (pid != dpr->dpr_pid)

Completed in 75 milliseconds