Searched refs:DT_IDENT_ACTFUNC (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_open.c185 { "breakpoint", DT_IDENT_ACTFUNC, 0, DT_ACT_BREAKPOINT,
190 { "chill", DT_IDENT_ACTFUNC, 0, DT_ACT_CHILL, DT_ATTR_STABCMN, DT_VERS_1_0,
194 { "clear", DT_IDENT_ACTFUNC, 0, DT_ACT_CLEAR, DT_ATTR_STABCMN, DT_VERS_1_0,
196 { "commit", DT_IDENT_ACTFUNC, 0, DT_ACT_COMMIT, DT_ATTR_STABCMN, DT_VERS_1_0,
219 { "denormalize", DT_IDENT_ACTFUNC, 0, DT_ACT_DENORMALIZE, DT_ATTR_STABCMN,
223 { "discard", DT_IDENT_ACTFUNC, 0, DT_ACT_DISCARD, DT_ATTR_STABCMN, DT_VERS_1_0,
231 { "exit", DT_IDENT_ACTFUNC, 0, DT_ACT_EXIT, DT_ATTR_STABCMN, DT_VERS_1_0,
233 { "freopen", DT_IDENT_ACTFUNC, 0, DT_ACT_FREOPEN, DT_ATTR_STABCMN,
235 { "ftruncate", DT_IDENT_ACTFUNC, 0, DT_ACT_FTRUNCATE, DT_ATTR_STABCMN,
237 { "func", DT_IDENT_ACTFUNC,
[all...]
H A Ddt_ident.h95 #define DT_IDENT_ACTFUNC 6 /* identifier is an action function */ macro
H A Ddt_ident.c1035 case DT_IDENT_ACTFUNC: return ("tracing function");
H A Ddt_parser.c428 case DT_IDENT_ACTFUNC:
1163 dnp->dn_ident->di_kind == DT_IDENT_ACTFUNC);
1729 idp->di_kind != DT_IDENT_ACTFUNC) {
2084 expr->dn_ident->di_kind == DT_IDENT_ACTFUNC)

Completed in 59 milliseconds