Lines Matching refs:dn_expr

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()
1077 dt_action_symmod(dtp, dnp->dn_expr, sdp, DTRACEACT_MOD); in dt_compile_fun()
1080 dt_action_normalize(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1083 dt_action_panic(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1086 dt_action_trace(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1089 dt_action_printa(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1092 dt_action_printflike(dtp, dnp->dn_expr, sdp, DTRACEACT_PRINTF); in dt_compile_fun()
1095 dt_action_raise(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1098 dt_action_setopt(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1101 dt_action_speculate(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1104 dt_action_stack(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1107 dt_action_stop(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1110 dt_action_symmod(dtp, dnp->dn_expr, sdp, DTRACEACT_SYM); in dt_compile_fun()
1113 dt_action_printflike(dtp, dnp->dn_expr, sdp, DTRACEACT_SYSTEM); in dt_compile_fun()
1116 dt_action_trace(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1119 dt_action_tracemem(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1122 dt_action_trunc(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1125 dt_action_symmod(dtp, dnp->dn_expr, sdp, DTRACEACT_UADDR); in dt_compile_fun()
1128 dt_action_symmod(dtp, dnp->dn_expr, sdp, DTRACEACT_UMOD); in dt_compile_fun()
1131 dt_action_symmod(dtp, dnp->dn_expr, sdp, DTRACEACT_USYM); in dt_compile_fun()
1135 dt_action_ustack(dtp, dnp->dn_expr, sdp); in dt_compile_fun()
1138 dnerror(dnp->dn_expr, D_UNKNOWN, "tracing function %s( ) is " in dt_compile_fun()
1139 "not yet supported\n", dnp->dn_expr->dn_ident->di_name); in dt_compile_fun()
1148 dt_cg(yypcb, dnp->dn_expr); in dt_compile_exp()
1598 if (dnp->dn_expr->dn_kind == DT_NODE_AGG) in dt_compile_one_clause()
1599 dt_compile_agg(dtp, dnp->dn_expr, sdp); in dt_compile_one_clause()