Searched refs:dn_expr (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_cc.c970 switch (dnp->dn_expr->dn_ident->di_id) {
972 dt_action_breakpoint(dtp, dnp->dn_expr, sdp);
975 dt_action_chill(dtp, dnp->dn_expr, sdp);
978 dt_action_clear(dtp, dnp->dn_expr, sdp);
981 dt_action_commit(dtp, dnp->dn_expr, sdp);
984 dt_action_normalize(dtp, dnp->dn_expr, sdp);
987 dt_action_discard(dtp, dnp->dn_expr, sdp);
990 dt_action_exit(dtp, dnp->dn_expr, sdp);
993 dt_action_printflike(dtp, dnp->dn_expr, sdp, DTRACEACT_FREOPEN);
996 dt_action_ftruncate(dtp, dnp->dn_expr, sd
[all...]
H A Ddt_parser.c447 if (dnp->dn_expr)
448 return (dt_node_name(dnp->dn_expr, buf, len));
568 if (dnp->dn_expr != NULL) {
569 dt_node_free(dnp->dn_expr);
570 dnp->dn_expr = NULL;
586 if (dnp->dn_expr != NULL) {
587 dt_node_free(dnp->dn_expr);
588 dnp->dn_expr = NULL;
2056 dnp->dn_expr = expr;
2077 dnp->dn_expr
[all...]
H A Ddt_parser.h116 #define dn_expr dn_u._nodes._links[2] /* DT_NODE_OP3, DEXPR */ macro
H A Ddt_cg.c792 * in order to conserve registers. We generate code for dn_expr and dn_left
809 dt_cg_node(dnp->dn_expr, dlp, drp);
810 instr = DIF_INSTR_TST(dnp->dn_expr->dn_reg);
812 dt_regset_free(drp, dnp->dn_expr->dn_reg);

Completed in 41 milliseconds