HomeSort by: relevance | last modified time | path
    Searched refs:dn_expr (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cc.c 1083 switch (dnp->dn_expr->dn_ident->di_id) {
1085 dt_action_breakpoint(dtp, dnp->dn_expr, sdp);
1088 dt_action_chill(dtp, dnp->dn_expr, sdp);
1091 dt_action_clear(dtp, dnp->dn_expr, sdp);
1094 dt_action_commit(dtp, dnp->dn_expr, sdp);
1097 dt_action_normalize(dtp, dnp->dn_expr, sdp);
1100 dt_action_discard(dtp, dnp->dn_expr, sdp);
1103 dt_action_exit(dtp, dnp->dn_expr, sdp);
1106 dt_action_printflike(dtp, dnp->dn_expr, sdp, DTRACEACT_FREOPEN);
1109 dt_action_ftruncate(dtp, dnp->dn_expr, sdp)
    [all...]
dt_sugar.c 230 dt_sugar_visit_all(dp, dnp->dn_expr);
237 dt_sugar_visit_all(dp, dnp->dn_expr);
dt_parser.c 472 if (dnp->dn_expr)
473 return (dt_node_name(dnp->dn_expr, buf, len));
593 if (dnp->dn_expr != NULL) {
594 dt_node_free(dnp->dn_expr);
595 dnp->dn_expr = NULL;
611 if (dnp->dn_expr != NULL) {
612 dt_node_free(dnp->dn_expr);
613 dnp->dn_expr = NULL;
2120 dnp->dn_expr = expr;
2141 dnp->dn_expr = expr
    [all...]
dt_parser.h 127 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */ macro
dt_cg.c 813 * in order to conserve registers. We generate code for dn_expr and dn_left
830 dt_cg_node(dnp->dn_expr, dlp, drp);
831 instr = DIF_INSTR_TST(dnp->dn_expr->dn_reg);
833 dt_regset_free(drp, dnp->dn_expr->dn_reg);

Completed in 61 milliseconds