Home
last modified time | relevance | path

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

/freebsd-head/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_impl.h482 #define DT_ACT_TRUNC DT_ACT(18) /* trunc() action */ macro
HDdt_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()
HDdt_open.c513 { "trunc", DT_IDENT_ACTFUNC, 0, DT_ACT_TRUNC, DT_ATTR_STABCMN,
HDdt_consume.c2423 if (rec->dtrd_arg != DT_ACT_TRUNC) in dt_trunc()
3189 case DT_ACT_TRUNC: in dt_consume_cpu()