Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_impl.h482 #define DT_ACT_TRUNC DT_ACT(18) /* trunc() action */ macro
H A Ddt_cc.c476 ap->dtad_arg = DT_ACT_TRUNC; in dt_action_trunc()
489 ap->dtad_arg = DT_ACT_TRUNC; in dt_action_trunc()
1159 case DT_ACT_TRUNC: in dt_compile_fun()
H A Ddt_open.c513 { "trunc", DT_IDENT_ACTFUNC, 0, DT_ACT_TRUNC, DT_ATTR_STABCMN,
H A Ddt_consume.c2422 if (rec->dtrd_arg != DT_ACT_TRUNC) in dt_trunc()
3188 case DT_ACT_TRUNC: in dt_consume_cpu()