Searched refs:dn_expr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_cc.c | 1102 switch (dnp->dn_expr->dn_ident->di_id) { in dt_compile_fun() 1104 dt_action_breakpoint(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1107 dt_action_chill(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1110 dt_action_clear(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1113 dt_action_commit(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1116 dt_action_normalize(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1119 dt_action_discard(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1122 dt_action_exit(dtp, dnp->dn_expr, sdp); in dt_compile_fun() 1125 dt_action_printflike(dtp, dnp->dn_expr, sdp, DTRACEACT_FREOPEN); in dt_compile_fun() 1128 dt_action_ftruncate(dtp, dnp->dn_expr, sdp); in dt_compile_fun() [all …]
|
| D | dt_parser.c | 455 if (dnp->dn_expr) in dt_node_name() 456 return (dt_node_name(dnp->dn_expr, buf, len)); in dt_node_name() 576 if (dnp->dn_expr != NULL) { in dt_node_free() 577 dt_node_free(dnp->dn_expr); in dt_node_free() 578 dnp->dn_expr = NULL; in dt_node_free() 594 if (dnp->dn_expr != NULL) { in dt_node_free() 595 dt_node_free(dnp->dn_expr); in dt_node_free() 596 dnp->dn_expr = NULL; in dt_node_free() 2081 dnp->dn_expr = expr; in dt_node_op3() 2102 dnp->dn_expr = expr; in dt_node_statement() [all …]
|
| D | dt_parser.h | 119 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */ macro
|
| 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()
|