Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_impl.h437 #define DT_ACT_TRUNC DT_ACT(18) /* trunc() action */ macro
H A Ddt_cc.c475 ap->dtad_arg = DT_ACT_TRUNC; in dt_action_trunc()
488 ap->dtad_arg = DT_ACT_TRUNC; in dt_action_trunc()
1121 case DT_ACT_TRUNC: in dt_compile_fun()
H A Ddt_consume.c1749 if (rec->dtrd_arg != DT_ACT_TRUNC) in dt_trunc()
2253 case DT_ACT_TRUNC: in dt_consume_cpu()
H A Ddt_open.c422 { "trunc", DT_IDENT_ACTFUNC, 0, DT_ACT_TRUNC, DT_ATTR_STABCMN,