Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_proc.h53 char dpr_errmsg[BUFSIZ]; /* error message */ member
H A Ddt_pid.c105 len = vsnprintf(dpr->dpr_errmsg, sizeof (dpr->dpr_errmsg), in dt_pid_error()
108 if (dpr->dpr_errmsg[len - 2] == '\n') in dt_pid_error()
109 dpr->dpr_errmsg[len - 2] = '\0'; in dt_pid_error()
H A Ddt_proc.c295 dpr->dpr_errmsg); in dt_proc_rdevent()