Searched refs:DTRACEFLT_BADADDR (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/error/
H A Dtst.DTRACEFLT_BADADDR.d31 * To test DTRACEFLT_BADADDR error
44 printf("The value of arg4 = %u\n", DTRACEFLT_BADADDR);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/funcs/
H A Dtst.badcopyin.d34 * the fault type is DTRACEFLT_BADADDR and that the bad address is set to
50 exit(arg4 == DTRACEFLT_BADADDR &&
H A Dtst.badcopyinstr.d36 * that the fault type is DTRACEFLT_BADADDR and that the bad address is
51 exit(arg4 == DTRACEFLT_BADADDR && arg5 == (uint64_t)&`utsname ? 0 : 1);
H A Dtst.badcopyout.d36 * the fault type is DTRACEFLT_BADADDR and that the bad address is set to
55 exit(arg4 == DTRACEFLT_BADADDR && arg5 == (uint64_t)&`clock ? 0 : 1);
H A Dtst.badcopyoutstr.d36 * that the fault type is DTRACEFLT_BADADDR and that the bad address is
55 exit(arg4 == DTRACEFLT_BADADDR && arg5 == (uint64_t)&`clock ? 0 : 1);
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dunistd.d31 inline int DTRACEFLT_BADADDR = 1; /* Bad address */
32 #pragma D binding "1.0" DTRACEFLT_BADADDR
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/error/
H A DMakefile10 tst.DTRACEFLT_BADADDR.d \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d72 /arg4 == DTRACEFLT_BADADDR/
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_error.c222 { DTRACEFLT_BADADDR, "invalid address" },
H A Ddt_handle.c207 case DTRACEFLT_BADADDR:
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h1172 #define DTRACEFLT_BADADDR 1 /* Bad address */ macro
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c553 (((flags) & CPU_DTRACE_BADADDR) ? DTRACEFLT_BADADDR : \

Completed in 124 milliseconds