Home
last modified time | relevance | path

Searched refs:D_PDESC_INVAL (Results 1 – 7 of 7) sorted by relevance

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.reap.ksh109 grep D_PDESC_INVAL test.out 2> /dev/null 1>&2
H A Dtst.noreap.ksh118 if grep D_PDESC_INVAL test.out 2> /dev/null 1>&2 ; then
H A Dtst.noreapring.ksh113 if grep D_PDESC_INVAL test.out 2> /dev/null 1>&2 ; then
/freebsd/cddl/usr.sbin/dtrace/tests/common/providers/
H A DMakefile8 err.D_PDESC_INVAL.wrongdec4.d \
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_errtags.h58 D_PDESC_INVAL, /* probedesc is not valid */ enumerator
H A Ddt_parser.c2174 xyerror(D_PDESC_INVAL, "invalid probe description \"%s\": %s\n", in dt_node_pdesc_by_name()
2198 xyerror(D_PDESC_INVAL, "identifier %llu exceeds maximum " in dt_node_pdesc_by_id()
2203 xyerror(D_PDESC_INVAL, "probe identifier %llu not permitted " in dt_node_pdesc_by_id()
2209 xyerror(D_PDESC_INVAL, "invalid probe identifier %llu: %s\n", in dt_node_pdesc_by_id()
H A Ddt_cc.c1741 xyerror(D_PDESC_INVAL, "%s\n", dtrace_errmsg(dtp, err)); in dt_setcontext()