Lines Matching defs:DT_ACT

416 #define	DT_ACT(n)		(DT_ACT_BASE + (n))
418 #define DT_ACT_PRINTF DT_ACT(0) /* printf() action */
419 #define DT_ACT_TRACE DT_ACT(1) /* trace() action */
420 #define DT_ACT_TRACEMEM DT_ACT(2) /* tracemem() action */
421 #define DT_ACT_STACK DT_ACT(3) /* stack() action */
422 #define DT_ACT_STOP DT_ACT(4) /* stop() action */
423 #define DT_ACT_BREAKPOINT DT_ACT(5) /* breakpoint() action */
424 #define DT_ACT_PANIC DT_ACT(6) /* panic() action */
425 #define DT_ACT_SPECULATE DT_ACT(7) /* speculate() action */
426 #define DT_ACT_COMMIT DT_ACT(8) /* commit() action */
427 #define DT_ACT_DISCARD DT_ACT(9) /* discard() action */
428 #define DT_ACT_CHILL DT_ACT(10) /* chill() action */
429 #define DT_ACT_EXIT DT_ACT(11) /* exit() action */
430 #define DT_ACT_USTACK DT_ACT(12) /* ustack() action */
431 #define DT_ACT_PRINTA DT_ACT(13) /* printa() action */
432 #define DT_ACT_RAISE DT_ACT(14) /* raise() action */
433 #define DT_ACT_CLEAR DT_ACT(15) /* clear() action */
434 #define DT_ACT_NORMALIZE DT_ACT(16) /* normalize() action */
435 #define DT_ACT_DENORMALIZE DT_ACT(17) /* denormalize() action */
436 #define DT_ACT_TRUNC DT_ACT(18) /* trunc() action */
437 #define DT_ACT_SYSTEM DT_ACT(19) /* system() action */
438 #define DT_ACT_JSTACK DT_ACT(20) /* jstack() action */
439 #define DT_ACT_FTRUNCATE DT_ACT(21) /* ftruncate() action */
440 #define DT_ACT_FREOPEN DT_ACT(22) /* freopen() action */
441 #define DT_ACT_SYM DT_ACT(23) /* sym()/func() actions */
442 #define DT_ACT_MOD DT_ACT(24) /* mod() action */
443 #define DT_ACT_USYM DT_ACT(25) /* usym()/ufunc() actions */
444 #define DT_ACT_UMOD DT_ACT(26) /* umod() action */
445 #define DT_ACT_UADDR DT_ACT(27) /* uaddr() action */
446 #define DT_ACT_SETOPT DT_ACT(28) /* setopt() action */
447 #define DT_ACT_PRINT DT_ACT(29) /* print() action */