Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cc.c359 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_clear()
408 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_normalize()
422 ap->dtad_kind = DTRACEACT_LIBACT; in dt_action_normalize()
475 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_trunc()
481 dt_action_difconst(ap, 0, DTRACEACT_LIBACT); in dt_action_trunc()
486 ap->dtad_kind = DTRACEACT_LIBACT; in dt_action_trunc()
903 ap->dtad_kind = DTRACEACT_LIBACT; in dt_action_setopt()
909 dt_action_difconst(ap, 0, DTRACEACT_LIBACT); in dt_action_setopt()
913 ap->dtad_kind = DTRACEACT_LIBACT; in dt_action_setopt()
954 dt_action_difconst(ap, 0, DTRACEACT_LIBACT); in dt_action_ftruncate()
H A Ddt_consume.c2310 if (rec->dtrd_action != DTRACEACT_LIBACT) in dt_normalize()
2420 if (rec->dtrd_action != DTRACEACT_LIBACT) in dt_trunc()
3108 if (act == DTRACEACT_LIBACT) { in dt_consume_cpu()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h434 #define DTRACEACT_LIBACT 5 /* library-controlled action */ macro
/freebsd/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c7826 case DTRACEACT_LIBACT:
11568 case DTRACEACT_LIBACT: