Searched refs:dn_value (Results 1 – 7 of 7) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_ident.c | 361 if (ap->dn_value >= prp->pr_argc) { in dt_idcook_args() 363 (longlong_t)ap->dn_value, dtrace_desc2str(yypcb->pcb_pdesc, in dt_idcook_args() 374 xnp = prp->pr_xargv[ap->dn_value]; in dt_idcook_args() 375 nnp = prp->pr_nargv[prp->pr_mapping[ap->dn_value]]; in dt_idcook_args() 379 "%s[%lld]\n", idp->di_name, (longlong_t)ap->dn_value); in dt_idcook_args() 384 "%s[%lld]\n", idp->di_name, (longlong_t)ap->dn_value); in dt_idcook_args() 397 prp->pr_argv[ap->dn_value].dtt_ctfp, in dt_idcook_args() 398 prp->pr_argv[ap->dn_value].dtt_type, in dt_idcook_args() 399 prp->pr_argv[ap->dn_value].dtt_flags & DTT_FL_USER ? in dt_idcook_args() 404 dxp = dt_xlator_lookup(dtp, dt_probe_tag(prp, ap->dn_value, &tag), in dt_idcook_args() [all …]
|
H A D | dt_parser.c | 427 (u_longlong_t)dnp->dn_value); in dt_node_name() 1072 if (lp_is_int && (lp->dn_kind != DT_NODE_INT || lp->dn_value != 0)) in dt_node_is_ptrcompat() 1075 if (rp_is_int && (rp->dn_kind != DT_NODE_INT || rp->dn_value != 0)) in dt_node_is_ptrcompat() 1221 return (dnp->dn_kind == DT_NODE_INT && dnp->dn_value != 0 && ( in dt_node_is_posconst() 1222 (dnp->dn_flags & DT_NF_SIGNED) == 0 || (int64_t)dnp->dn_value > 0)); in dt_node_is_posconst() 1275 dnp->dn_value = value; in dt_node_int() 1353 dnp->dn_value = inp->din_root->dn_value; in dt_node_ident() 1878 cp->dn_value = -cp->dn_value; in dt_node_op1() 1880 cp->dn_value &= ~0ULL >> in dt_node_op1() 1887 cp->dn_value = ~cp->dn_value; in dt_node_op1() [all …]
|
H A D | dt_decl.c | 406 if (dnp->dn_value > UINT_MAX) in dt_decl_array() 577 dnp->dn_value == 0) { in dt_decl_member() 594 if (dnp->dn_value > cte.cte_bits) { in dt_decl_member() 600 cte.cte_bits = (uint_t)dnp->dn_value; in dt_decl_member() 734 if ((intmax_t)dnp->dn_value > INT_MAX || in dt_decl_enumerator() 735 (intmax_t)dnp->dn_value < INT_MIN) { in dt_decl_enumerator() 740 value = (int)dnp->dn_value; in dt_decl_enumerator() 954 (uint_t)ddp->dd_node->dn_value : 0; in dt_decl_type()
|
H A D | dt_pragma.c | 466 if (inp->dn_value == 1) in dt_pragma_line() 468 else if (inp->dn_value == 2 && yypcb->pcb_idepth != 0) in dt_pragma_line() 472 yylineno = dnp->dn_value; in dt_pragma_line()
|
H A D | dt_cc.c | 789 ap->dtad_difo->dtdo_rtype.dtdt_size = max->dn_value; in dt_action_tracemem() 814 ap->dtad_arg = arg0->dn_value; in dt_action_stack_args() 858 nframes = (uint32_t)arg0->dn_value; in dt_action_ustack_args() 864 (int64_t)arg1->dn_value < 0)) { in dt_action_ustack_args() 874 strsize = (uint32_t)arg1->dn_value; in dt_action_ustack_args() 1057 ap->dtad_difo->dtdo_rtype.dtdt_size = size->dn_value + sizeof(uintptr_t); in dt_action_printm() 1300 baseval = (int64_t)arg1->dn_value; in dt_compile_agg() 1312 limitval = (int64_t)arg2->dn_value; in dt_compile_agg() 1332 if ((step = arg3->dn_value) > UINT16_MAX) { in dt_compile_agg() 1461 if ((uint64_t)llarg->dn_value > UINT16_MAX) { in dt_compile_agg() [all …]
|
H A D | dt_parser.h | 120 #define dn_value dn_u._const._value /* DT_NODE_INT */ macro
|
H A D | dt_cg.c | 1228 uintmax_t saved = dnp->dn_args->dn_value; in dt_cg_array_op() 1256 dnp->dn_args->dn_value = prp->pr_mapping[saved]; in dt_cg_array_op() 1260 dnp->dn_args->dn_value = saved; in dt_cg_array_op() 2061 dt_cg_setx(dlp, dnp->dn_reg, dnp->dn_value); in dt_cg_node()
|