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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h419 * DTRACEACT_KERNEL_DESTRUCTIVE <= Potentially destructive to the kernel
454 #define DTRACEACT_KERNEL_DESTRUCTIVE 0x0500 macro
455 #define DTRACEACT_BREAKPOINT (DTRACEACT_KERNEL_DESTRUCTIVE + 1)
456 #define DTRACEACT_PANIC (DTRACEACT_KERNEL_DESTRUCTIVE + 2)
457 #define DTRACEACT_CHILL (DTRACEACT_KERNEL_DESTRUCTIVE + 3)
468 DTRACEACT_CLASS(x) == DTRACEACT_KERNEL_DESTRUCTIVE)

Completed in 133 milliseconds