Home
last modified time | relevance | path

Searched refs:dn_value (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_ident.c351 if (ap->dn_value >= prp->pr_argc) { in dt_idcook_args()
353 (longlong_t)ap->dn_value, dtrace_desc2str(yypcb->pcb_pdesc, in dt_idcook_args()
364 xnp = prp->pr_xargv[ap->dn_value]; in dt_idcook_args()
365 nnp = prp->pr_nargv[prp->pr_mapping[ap->dn_value]]; in dt_idcook_args()
369 "%s[%lld]\n", idp->di_name, (longlong_t)ap->dn_value); in dt_idcook_args()
374 "%s[%lld]\n", idp->di_name, (longlong_t)ap->dn_value); in dt_idcook_args()
387 prp->pr_argv[ap->dn_value].dtt_ctfp, in dt_idcook_args()
388 prp->pr_argv[ap->dn_value].dtt_type, in dt_idcook_args()
389 prp->pr_argv[ap->dn_value].dtt_flags & DTT_FL_USER ? in dt_idcook_args()
394 dxp = dt_xlator_lookup(dtp, dt_probe_tag(prp, ap->dn_value, &tag), in dt_idcook_args()
[all …]
H A Ddt_parser.c423 (u_longlong_t)dnp->dn_value); in dt_node_name()
1077 if (lp_is_int && (lp->dn_kind != DT_NODE_INT || lp->dn_value != 0)) in dt_node_is_ptrcompat()
1080 if (rp_is_int && (rp->dn_kind != DT_NODE_INT || rp->dn_value != 0)) in dt_node_is_ptrcompat()
1203 return (dnp->dn_kind == DT_NODE_INT && dnp->dn_value != 0 && ( in dt_node_is_posconst()
1204 (dnp->dn_flags & DT_NF_SIGNED) == 0 || (int64_t)dnp->dn_value > 0)); in dt_node_is_posconst()
1257 dnp->dn_value = value; in dt_node_int()
1335 dnp->dn_value = inp->din_root->dn_value; in dt_node_ident()
1861 cp->dn_value = -cp->dn_value; in dt_node_op1()
1863 cp->dn_value &= ~0ULL >> in dt_node_op1()
1870 cp->dn_value = ~cp->dn_value; in dt_node_op1()
[all …]
H A Ddt_decl.c423 if (dnp->dn_value > UINT_MAX) in dt_decl_array()
617 dnp->dn_value == 0) { in dt_decl_member()
634 if (dnp->dn_value > cte.cte_bits) { in dt_decl_member()
640 cte.cte_bits = (uint_t)dnp->dn_value; in dt_decl_member()
773 if ((intmax_t)dnp->dn_value > INT_MAX || in dt_decl_enumerator()
774 (intmax_t)dnp->dn_value < INT_MIN) { in dt_decl_enumerator()
779 value = (int)dnp->dn_value; in dt_decl_enumerator()
993 (uint_t)ddp->dd_node->dn_value : 0; in dt_decl_type()
H A Ddt_pragma.c428 if (inp->dn_value == 1) in dt_pragma_line()
430 else if (inp->dn_value == 2 && yypcb->pcb_idepth != 0) in dt_pragma_line()
434 yylineno = dnp->dn_value; in dt_pragma_line()
H A Ddt_cc.c785 ap->dtad_difo->dtdo_rtype.dtdt_size = max->dn_value; in dt_action_tracemem()
810 ap->dtad_arg = arg0->dn_value; in dt_action_stack_args()
854 nframes = (uint32_t)arg0->dn_value; in dt_action_ustack_args()
860 (int64_t)arg1->dn_value < 0)) { in dt_action_ustack_args()
870 strsize = (uint32_t)arg1->dn_value; in dt_action_ustack_args()
1262 baseval = (int64_t)arg1->dn_value; in dt_compile_agg()
1274 limitval = (int64_t)arg2->dn_value; in dt_compile_agg()
1294 if ((step = arg3->dn_value) > UINT16_MAX) { in dt_compile_agg()
1423 if ((uint64_t)llarg->dn_value > UINT16_MAX) { in dt_compile_agg()
1429 args[i].value = (uint16_t)llarg->dn_value; in dt_compile_agg()
H A Ddt_parser.h122 #define dn_value dn_u._const._value /* DT_NODE_INT */ macro
H A Ddt_cg.c1250 uintmax_t saved = dnp->dn_args->dn_value; in dt_cg_array_op()
1278 dnp->dn_args->dn_value = prp->pr_mapping[saved]; in dt_cg_array_op()
1282 dnp->dn_args->dn_value = saved; in dt_cg_array_op()
2083 dt_cg_setx(dlp, dnp->dn_reg, dnp->dn_value); in dt_cg_node()