Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c358 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_clear()
407 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_normalize()
421 ap->dtad_kind = DTRACEACT_LIBACT; in dt_action_normalize()
474 dt_action_difconst(ap, anp->dn_ident->di_id, DTRACEACT_LIBACT); in dt_action_trunc()
480 dt_action_difconst(ap, 0, DTRACEACT_LIBACT); in dt_action_trunc()
485 ap->dtad_kind = DTRACEACT_LIBACT; in dt_action_trunc()
899 ap->dtad_kind = DTRACEACT_LIBACT; in dt_action_setopt()
905 dt_action_difconst(ap, 0, DTRACEACT_LIBACT); in dt_action_setopt()
909 ap->dtad_kind = DTRACEACT_LIBACT; in dt_action_setopt()
950 dt_action_difconst(ap, 0, DTRACEACT_LIBACT); in dt_action_ftruncate()
H A Ddt_consume.c1636 if (rec->dtrd_action != DTRACEACT_LIBACT) in dt_normalize()
1746 if (rec->dtrd_action != DTRACEACT_LIBACT) in dt_trunc()
2172 if (act == DTRACEACT_LIBACT) { in dt_consume_cpu()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h406 #define DTRACEACT_LIBACT 5 /* library-controlled action */ macro
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c7345 case DTRACEACT_LIBACT: in dtrace_probe()
11038 case DTRACEACT_LIBACT: in dtrace_ecb_action_add()