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

/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_open.c220 { "breakpoint", DT_IDENT_ACTFUNC, 0, DT_ACT_BREAKPOINT,
225 { "chill", DT_IDENT_ACTFUNC, 0, DT_ACT_CHILL, DT_ATTR_STABCMN, DT_VERS_1_0,
229 { "clear", DT_IDENT_ACTFUNC, 0, DT_ACT_CLEAR, DT_ATTR_STABCMN, DT_VERS_1_0,
231 { "commit", DT_IDENT_ACTFUNC, 0, DT_ACT_COMMIT, DT_ATTR_STABCMN, DT_VERS_1_0,
258 { "denormalize", DT_IDENT_ACTFUNC, 0, DT_ACT_DENORMALIZE, DT_ATTR_STABCMN,
262 { "discard", DT_IDENT_ACTFUNC, 0, DT_ACT_DISCARD, DT_ATTR_STABCMN, DT_VERS_1_0,
272 { "exit", DT_IDENT_ACTFUNC, 0, DT_ACT_EXIT, DT_ATTR_STABCMN, DT_VERS_1_0,
274 { "freopen", DT_IDENT_ACTFUNC, 0, DT_ACT_FREOPEN, DT_ATTR_STABCMN,
276 { "ftruncate", DT_IDENT_ACTFUNC, 0, DT_ACT_FTRUNCATE, DT_ATTR_STABCMN,
278 { "func", DT_IDENT_ACTFUNC,
[all...]
H A Ddt_ident.h93 #define DT_IDENT_ACTFUNC 6 /* identifier is an action function */ macro
H A Ddt_ident.c1042 case DT_IDENT_ACTFUNC: return ("tracing function");
H A Ddt_parser.c445 case DT_IDENT_ACTFUNC:
1206 dnp->dn_ident->di_kind == DT_IDENT_ACTFUNC);
1774 idp->di_kind != DT_IDENT_ACTFUNC) {
2136 expr->dn_ident->di_kind == DT_IDENT_ACTFUNC)

Completed in 67 milliseconds