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

/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_open.c189 { "breakpoint", DT_IDENT_ACTFUNC, 0, DT_ACT_BREAKPOINT,
194 { "chill", DT_IDENT_ACTFUNC, 0, DT_ACT_CHILL, DT_ATTR_STABCMN, DT_VERS_1_0,
198 { "clear", DT_IDENT_ACTFUNC, 0, DT_ACT_CLEAR, DT_ATTR_STABCMN, DT_VERS_1_0,
200 { "commit", DT_IDENT_ACTFUNC, 0, DT_ACT_COMMIT, DT_ATTR_STABCMN, DT_VERS_1_0,
220 { "denormalize", DT_IDENT_ACTFUNC, 0, DT_ACT_DENORMALIZE, DT_ATTR_STABCMN,
224 { "discard", DT_IDENT_ACTFUNC, 0, DT_ACT_DISCARD, DT_ATTR_STABCMN, DT_VERS_1_0,
232 { "exit", DT_IDENT_ACTFUNC, 0, DT_ACT_EXIT, DT_ATTR_STABCMN, DT_VERS_1_0,
234 { "freopen", DT_IDENT_ACTFUNC, 0, DT_ACT_FREOPEN, DT_ATTR_STABCMN,
236 { "ftruncate", DT_IDENT_ACTFUNC, 0, DT_ACT_FTRUNCATE, DT_ATTR_STABCMN,
238 { "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.c1029 case DT_IDENT_ACTFUNC: return ("tracing function");
H A Ddt_parser.c424 case DT_IDENT_ACTFUNC:
1159 dnp->dn_ident->di_kind == DT_IDENT_ACTFUNC);
1725 idp->di_kind != DT_IDENT_ACTFUNC) {
2077 expr->dn_ident->di_kind == DT_IDENT_ACTFUNC)

Completed in 178 milliseconds