Searched refs:dn_expr (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_cc.c | 1048 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 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 | 467 if (dnp->dn_expr) in dt_node_name() 468 return (dt_node_name(dnp->dn_expr, buf, len)); in dt_node_name() 588 if (dnp->dn_expr != NULL) { in dt_node_free() 589 dt_node_free(dnp->dn_expr); in dt_node_free() 590 dnp->dn_expr = NULL; in dt_node_free() 606 if (dnp->dn_expr != NULL) { in dt_node_free() 607 dt_node_free(dnp->dn_expr); in dt_node_free() 608 dnp->dn_expr = NULL; in dt_node_free() 2114 dnp->dn_expr = expr; in dt_node_op3() 2135 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()
|