Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h430 #define DTRACEACT_KERNEL_DESTRUCTIVE 0x0500 macro
431 #define DTRACEACT_BREAKPOINT (DTRACEACT_KERNEL_DESTRUCTIVE + 1)
432 #define DTRACEACT_PANIC (DTRACEACT_KERNEL_DESTRUCTIVE + 2)
433 #define DTRACEACT_CHILL (DTRACEACT_KERNEL_DESTRUCTIVE + 3)
444 DTRACEACT_CLASS(x) == DTRACEACT_KERNEL_DESTRUCTIVE)