Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_impl.h447 #define DT_ACT_SETOPT DT_ACT(28) /* setopt() action */ macro
H A Ddt_cc.c900 ap->dtad_arg = DT_ACT_SETOPT; in dt_action_setopt()
912 ap->dtad_arg = DT_ACT_SETOPT; in dt_action_setopt()
1097 case DT_ACT_SETOPT: in dt_compile_fun()
H A Ddt_open.c365 { "setopt", DT_IDENT_ACTFUNC, 0, DT_ACT_SETOPT, DT_ATTR_STABCMN,
H A Ddt_consume.c2212 case DT_ACT_SETOPT: { in dt_consume_cpu()