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

/darwin-on-arm/xnu/bsd/sys/
H A Ddtrace.h486 * DTRACEACT_KERNEL_DESTRUCTIVE <= Potentially destructive to the kernel
530 #define DTRACEACT_KERNEL_DESTRUCTIVE 0x0500 macro
531 #define DTRACEACT_BREAKPOINT (DTRACEACT_KERNEL_DESTRUCTIVE + 1)
532 #define DTRACEACT_PANIC (DTRACEACT_KERNEL_DESTRUCTIVE + 2)
533 #define DTRACEACT_CHILL (DTRACEACT_KERNEL_DESTRUCTIVE + 3)
544 DTRACEACT_CLASS(x) == DTRACEACT_KERNEL_DESTRUCTIVE)

Completed in 9 milliseconds