Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_impl.h481 #define DT_ACT_FTRUNCATE DT_ACT(21) /* ftruncate() action */ macro
Ddt_cc.c955 ap->dtad_arg = DT_ACT_FTRUNCATE; in dt_action_ftruncate()
1108 case DT_ACT_FTRUNCATE: in dt_compile_fun()
Ddt_open.c276 { "ftruncate", DT_IDENT_ACTFUNC, 0, DT_ACT_FTRUNCATE, DT_ATTR_STABCMN,
Ddt_consume.c2207 case DT_ACT_FTRUNCATE: in dt_consume_cpu()