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

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h46 char dpr_errmsg[BUFSIZ]; /* error message */ member in struct:dt_proc
H A Ddt_pid.c100 len = vsnprintf(dpr->dpr_errmsg, sizeof (dpr->dpr_errmsg),
103 if (dpr->dpr_errmsg[len - 2] == '\n')
104 dpr->dpr_errmsg[len - 2] = '\0';
H A Ddt_proc.c312 dpr->dpr_errmsg);

Completed in 127 milliseconds