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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h48 char dpr_errmsg[BUFSIZ]; /* error message */ member in struct:dt_proc
H A Ddt_pid.c105 len = vsnprintf(dpr->dpr_errmsg, sizeof (dpr->dpr_errmsg),
108 if (dpr->dpr_errmsg[len - 2] == '\n')
109 dpr->dpr_errmsg[len - 2] = '\0';
H A Ddt_proc.c316 dpr->dpr_errmsg);

Completed in 94 milliseconds