Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cc.c1048 switch (dnp->dn_expr->dn_ident->di_id) { in dt_compile_fun()
1050 dt_action_breakpoint(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1053 dt_action_chill(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1056 dt_action_clear(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1059 dt_action_commit(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1062 dt_action_normalize(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1065 dt_action_discard(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1068 dt_action_exit(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1071 dt_action_printflike(dtp, dnp->dn_expr, sdp, DTRACEACT_FREOPEN); in dt_compile_fun()
1074 dt_action_ftruncate(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
[all …]
H A Ddt_sugar.c230 dt_sugar_visit_all(dp, dnp->dn_expr); in dt_sugar_visit_all()
237 dt_sugar_visit_all(dp, dnp->dn_expr); in dt_sugar_visit_all()
H A Ddt_parser.c468 if (dnp->dn_expr) in dt_node_name()
469 return (dt_node_name(dnp->dn_expr, buf, len)); in dt_node_name()
590 if (dnp->dn_expr != NULL) { in dt_node_free()
591 dt_node_free(dnp->dn_expr); in dt_node_free()
592 dnp->dn_expr = NULL; in dt_node_free()
608 if (dnp->dn_expr != NULL) { in dt_node_free()
609 dt_node_free(dnp->dn_expr); in dt_node_free()
610 dnp->dn_expr = NULL; in dt_node_free()
2126 dnp->dn_expr = expr; in dt_node_op3()
2147 dnp->dn_expr = expr; in dt_node_statement()
[all …]
H A Ddt_parser.h129 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */ macro
H A Ddt_cg.c834 dt_cg_node(dnp->dn_expr, dlp, drp); in dt_cg_ternary_op()
835 instr = DIF_INSTR_TST(dnp->dn_expr->dn_reg); in dt_cg_ternary_op()
837 dt_regset_free(drp, dnp->dn_expr->dn_reg); in dt_cg_ternary_op()