| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_provider.c | 246 dtrace_typeinfo_t dtt; in dt_probe_discover() local 328 adp->dtargd_native, &dtt) != 0) { in dt_probe_discover() 334 dtt.dtt_object = NULL; in dt_probe_discover() 335 dtt.dtt_ctfp = NULL; in dt_probe_discover() 336 dtt.dtt_type = CTF_ERR; in dt_probe_discover() 339 dtt.dtt_ctfp, dtt.dtt_type, in dt_probe_discover() 340 dtt.dtt_flags & DTT_FL_USER ? B_TRUE : B_FALSE); in dt_probe_discover() 343 if (dtt.dtt_type != CTF_ERR && (adp->dtargd_xlate[0] == '\0' || in dt_probe_discover() 348 adp->dtargd_xlate, &dtt) != 0) { in dt_probe_discover() 354 dtt.dtt_object = NULL; in dt_probe_discover() [all …]
|
| H A D | dt_decl.c | 513 dtrace_typeinfo_t dtt; in dt_decl_member() local 533 if (dt_decl_type(ddp, &dtt) != 0) in dt_decl_member() 541 if (dtt.dtt_ctfp == DT_DYN_CTFP(yypcb->pcb_hdl) && in dt_decl_member() 542 dtt.dtt_type == DT_DYN_TYPE(yypcb->pcb_hdl)) { in dt_decl_member() 547 base = ctf_type_resolve(dtt.dtt_ctfp, dtt.dtt_type); in dt_decl_member() 548 kind = ctf_type_kind(dtt.dtt_ctfp, base); in dt_decl_member() 549 size = ctf_type_size(dtt.dtt_ctfp, base); in dt_decl_member() 554 "%s\n", dt_type_name(dtt.dtt_ctfp, dtt.dtt_type, in dt_decl_member() 587 if (ctf_type_kind(dtt.dtt_ctfp, base) != CTF_K_INTEGER || in dt_decl_member() 588 ctf_type_encoding(dtt.dtt_ctfp, base, &cte) == CTF_ERR || in dt_decl_member() [all …]
|
| H A D | dt_parser.c | 1353 dtrace_typeinfo_t dtt; in dt_node_type() local 1365 err = dt_decl_type(ddp, &dtt); in dt_node_type() 1377 dt_node_type_assign(dnp, dtt.dtt_ctfp, dtt.dtt_type, dtt.dtt_flags); in dt_node_type() 1379 if (dtt.dtt_ctfp == dtp->dt_cdefs->dm_ctfp || in dt_node_type() 1380 dtt.dtt_ctfp == dtp->dt_ddefs->dm_ctfp) in dt_node_type() 1421 dtrace_typeinfo_t dtt; in dt_node_decl() local 1427 if (dt_decl_type(ddp, &dtt) != 0) in dt_node_decl() 1464 if (ctf_type_kind(dtt.dtt_ctfp, dtt.dtt_type) == CTF_K_FUNCTION && in dt_node_decl() 1485 ctf_type_cmp(dtt.dtt_ctfp, dtt.dtt_type, in dt_node_decl() 1490 dt_type_name(dtt.dtt_ctfp, dtt.dtt_type, in dt_node_decl() [all …]
|
| H A D | dt_ident.c | 186 dtrace_typeinfo_t dtt; in dt_idcook_func() local 237 if (dt_type_lookup(s, &dtt) == -1) { in dt_idcook_func() 247 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_func() 248 idp->di_type = dtt.dtt_type; in dt_idcook_func() 302 if (dt_type_lookup(p1, &dtt) == -1) { in dt_idcook_func() 309 dtt.dtt_ctfp, dtt.dtt_type, B_FALSE); in dt_idcook_func() 443 dtrace_typeinfo_t dtt; in dt_idcook_regs() local 465 if (dt_type_lookup("uint64_t", &dtt) == -1) { in dt_idcook_regs() 470 idp->di_ctfp = dtt.dtt_ctfp; in dt_idcook_regs() 471 idp->di_type = dtt.dtt_type; in dt_idcook_regs() [all …]
|
| H A D | dt_printf.c | 752 dtrace_typeinfo_t dtt; in dt_pfdict_create() local 766 dtt.dtt_ctfp = NULL; in dt_pfdict_create() 767 dtt.dtt_type = CTF_ERR; in dt_pfdict_create() 775 dtp, DTRACE_OBJ_DDEFS, pfc->pfc_tstr, &dtt) != 0) { in dt_pfdict_create() 780 pfc->pfc_dctfp = dtt.dtt_ctfp; in dt_pfdict_create() 781 pfc->pfc_dtype = dtt.dtt_type; in dt_pfdict_create() 789 dtp, DTRACE_OBJ_CDEFS, pfc->pfc_tstr, &dtt) == 0) { in dt_pfdict_create() 790 pfc->pfc_cctfp = dtt.dtt_ctfp; in dt_pfdict_create() 791 pfc->pfc_ctype = dtt.dtt_type; in dt_pfdict_create() 1075 dtrace_typeinfo_t dtt; in dt_printf_validate() local [all …]
|
| H A D | dt_cg.c | 75 dtrace_typeinfo_t dtt; in dt_cg_membinfo() local 78 dt_type_lookup(n, &dtt) == -1 || ( in dt_cg_membinfo() 79 dtt.dtt_ctfp == fp && dtt.dtt_type == type)) in dt_cg_membinfo() 82 fp = dtt.dtt_ctfp; in dt_cg_membinfo() 83 type = ctf_type_resolve(fp, dtt.dtt_type); in dt_cg_membinfo()
|
| H A D | dt_open.c | 1062 dtrace_typeinfo_t dtt; in dt_vopen() local 1612 dtp->dt_ints[i].did_name, &dtt) != 0) { in dt_vopen() 1618 dtp->dt_ints[i].did_ctfp = dtt.dtt_ctfp; in dt_vopen() 1619 dtp->dt_ints[i].did_type = dtt.dtt_type; in dt_vopen()
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/fr400/ |
| H A D | sdivi.cgs | 57 test_spr_bits 0x18,3,0x2,isr ; isr.dtt is set 65 test_spr_bits 0x18,3,0x3,isr ; isr.dtt is set
|
| H A D | sdiv.cgs | 58 test_spr_bits 0x18,3,0x2,isr ; isr.dtt is set 66 test_spr_bits 0x18,3,0x3,isr ; isr.dtt is set
|
| H A D | udivi.cgs | 42 test_spr_bits 0x18,3,0x1,isr ; isr.dtt is set
|
| H A D | udiv.cgs | 41 test_spr_bits 0x18,3,0x1,isr ; isr.dtt is set
|
| H A D | csdiv.cgs | 182 test_spr_bits 0x18,3,0x2,isr ; isr.dtt is set
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/ |
| H A D | sdivi.cgs | 59 test_spr_bits 0x18,3,0x2,isr ; isr.dtt is set 68 test_spr_bits 0x18,3,0x3,isr ; isr.dtt is set
|
| H A D | sdiv.cgs | 60 test_spr_bits 0x18,3,0x2,isr ; isr.dtt is set 69 test_spr_bits 0x18,3,0x3,isr ; isr.dtt is set
|
| H A D | udivi.cgs | 43 test_spr_bits 0x18,3,0x1,isr ; isr.dtt is set
|
| H A D | udiv.cgs | 42 test_spr_bits 0x18,3,0x1,isr ; isr.dtt is set
|
| H A D | csdiv.cgs | 184 test_spr_bits 0x18,3,0x2,isr ; isr.dtt is set
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/frv/fr550/ |
| H A D | udivi.cgs | 43 test_spr_bits 0x18,3,0x3,isr ; isr.dtt is set
|
| H A D | udiv.cgs | 42 test_spr_bits 0x18,3,0x3,isr ; isr.dtt is set
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/netlogic/ |
| H A D | xlp_svp.dts | 67 dtt@4c {
|
| H A D | xlp_evp.dts | 67 dtt@4c {
|
| H A D | xlp_fvp.dts | 67 dtt@4c {
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | keystone-k2l-evm.dts | 54 dtt@50 {
|
| H A D | keystone-k2e-evm.dts | 81 dtt@50 {
|
| H A D | keystone-k2hk-evm.dts | 157 dtt@50 {
|