Searched refs:DT_NODE_FUNC (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.h161 #define DT_NODE_FUNC 7 /* function call */ macro
H A Ddt_sugar.c208 case DT_NODE_FUNC:
H A Ddt_parser.c434 case DT_NODE_FUNC:
570 case DT_NODE_FUNC:
790 case DT_NODE_FUNC:
1200 return (dnp->dn_kind == DT_NODE_FUNC &&
1777 dnp->dn_kind = DT_NODE_FUNC;
2129 if (expr->dn_kind == DT_NODE_FUNC &&
3509 if (rp->dn_kind != DT_NODE_FUNC ||
4487 dt_cook_func, /* DT_NODE_FUNC */
4684 case DT_NODE_FUNC:
4886 case DT_NODE_FUNC
[all...]
H A Ddt_ident.c991 case DT_NODE_FUNC:
H A Ddt_cg.c1970 case DT_NODE_FUNC:
H A Ddt_cc.c1192 if (anp->dn_kind == DT_NODE_FUNC) {

Completed in 85 milliseconds