Searched refs:dn_expr (Results 1 – 5 of 5) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_cc.c | 1083 switch (dnp->dn_expr->dn_ident->di_id) { in dt_compile_fun() 1085 dt_action_breakpoint(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1088 dt_action_chill(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1091 dt_action_clear(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1094 dt_action_commit(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1097 dt_action_normalize(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1100 dt_action_discard(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1103 dt_action_exit(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1106 dt_action_printflike(dtp, dnp->dn_expr, sdp, DTRACEACT_FREOPEN); in dt_compile_fun() 1109 dt_action_ftruncate(dtp, dnp->dn_expr, sdp); in dt_compile_fun() [all …]
|
H A D | dt_sugar.c | 230 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 D | dt_parser.c | 472 if (dnp->dn_expr) in dt_node_name() 473 return (dt_node_name(dnp->dn_expr, buf, len)); in dt_node_name() 593 if (dnp->dn_expr != NULL) { in dt_node_free() 594 dt_node_free(dnp->dn_expr); in dt_node_free() 595 dnp->dn_expr = NULL; in dt_node_free() 611 if (dnp->dn_expr != NULL) { in dt_node_free() 612 dt_node_free(dnp->dn_expr); in dt_node_free() 613 dnp->dn_expr = NULL; in dt_node_free() 2143 dnp->dn_expr = expr; in dt_node_op3() 2164 dnp->dn_expr = expr; in dt_node_statement() [all …]
|
H A D | dt_parser.h | 127 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */ macro
|
H A D | dt_cg.c | 830 dt_cg_node(dnp->dn_expr, dlp, drp); in dt_cg_ternary_op() 831 instr = DIF_INSTR_TST(dnp->dn_expr->dn_reg); in dt_cg_ternary_op() 833 dt_regset_free(drp, dnp->dn_expr->dn_reg); in dt_cg_ternary_op()
|