Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_impl.h417 #define DT_ACT(n) (DT_ACT_BASE + (n)) macro
420 #define DT_ACT_TRACE DT_ACT(1) /* trace() action */
422 #define DT_ACT_STACK DT_ACT(3) /* stack() action */
423 #define DT_ACT_STOP DT_ACT(4) /* stop() action */
425 #define DT_ACT_PANIC DT_ACT(6) /* panic() action */
429 #define DT_ACT_CHILL DT_ACT(10) /* chill() action */
430 #define DT_ACT_EXIT DT_ACT(11) /* exit() action */
433 #define DT_ACT_RAISE DT_ACT(14) /* raise() action */
434 #define DT_ACT_CLEAR DT_ACT(15) /* clear() action */
443 #define DT_ACT_MOD DT_ACT(24) /* mod() action */
[all …]