Home
last modified time | relevance | path

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

/freebsd-14.2/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c361 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()
417 dxp->dx_arg = (int)ap->dn_value; in dt_idcook_args()
[all …]
H A Ddt_parser.c1252 dnp->dn_value = value; in dt_node_int()
1330 dnp->dn_value = inp->din_root->dn_value; in dt_node_ident()
1855 cp->dn_value = -cp->dn_value; in dt_node_op1()
1864 cp->dn_value = ~cp->dn_value; in dt_node_op1()
1867 cp->dn_value = !cp->dn_value; in dt_node_op1()
1893 cp->dn_value = size; in dt_node_op1()
1922 rp->dn_value <<= n; in dt_cast()
1923 rp->dn_value >>= n; in dt_cast()
1928 rp->dn_value <<= n; in dt_cast()
1930 rp->dn_value = (intmax_t)rp->dn_value >> s; in dt_cast()
[all …]
H A Ddt_decl.c406 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 Ddt_pragma.c466 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 Ddt_cc.c789 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 Ddt_parser.h120 #define dn_value dn_u._const._value /* DT_NODE_INT */ macro
H A Ddt_cg.c1228 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()