Home
last modified time | relevance | path

Searched refs:DT_NODE_FUNC (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_parser.h150 #define DT_NODE_FUNC 7 /* function call */ macro
HDdt_parser.c439 case DT_NODE_FUNC: in dt_node_name()
575 case DT_NODE_FUNC: in dt_node_free()
795 case DT_NODE_FUNC: in dt_node_resolve()
1205 return (dnp->dn_kind == DT_NODE_FUNC && in dt_node_is_actfunc()
1782 dnp->dn_kind = DT_NODE_FUNC; in dt_node_func()
2135 if (expr->dn_kind == DT_NODE_FUNC && in dt_node_statement()
3502 if (rp->dn_kind != DT_NODE_FUNC || in dt_cook_op2()
4712 case DT_NODE_FUNC: in dt_node_printr()
HDdt_ident.c1001 case DT_NODE_FUNC: in dt_ident_resolve()
HDdt_cc.c1075 if (addr == NULL || addr->dn_kind != DT_NODE_FUNC || in dt_action_printt()
1273 if (anp->dn_kind == DT_NODE_FUNC) { in dt_compile_agg()
HDdt_cg.c2004 case DT_NODE_FUNC: { in dt_cg_node()