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 D | tst.reap.ksh | 109 grep D_PDESC_INVAL test.out 2> /dev/null 1>&2
|
H A D | tst.noreap.ksh | 118 if grep D_PDESC_INVAL test.out 2> /dev/null 1>&2 ; then
|
H A D | tst.noreapring.ksh | 113 if grep D_PDESC_INVAL test.out 2> /dev/null 1>&2 ; then
|
/freebsd/cddl/usr.sbin/dtrace/tests/common/providers/ |
H A D | Makefile | 8 err.D_PDESC_INVAL.wrongdec4.d \
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_errtags.h | 58 D_PDESC_INVAL, /* probedesc is not valid */ enumerator
|
H A D | dt_parser.c | 2197 xyerror(D_PDESC_INVAL, "invalid probe description \"%s\": %s\n", in dt_node_pdesc_by_name() 2221 xyerror(D_PDESC_INVAL, "identifier %llu exceeds maximum " in dt_node_pdesc_by_id() 2226 xyerror(D_PDESC_INVAL, "probe identifier %llu not permitted " in dt_node_pdesc_by_id() 2232 xyerror(D_PDESC_INVAL, "invalid probe identifier %llu: %s\n", in dt_node_pdesc_by_id()
|
H A D | dt_cc.c | 1741 xyerror(D_PDESC_INVAL, "%s\n", dtrace_errmsg(dtp, err)); in dt_setcontext()
|