| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_module.c | 72 dt_module_symhash_insert(dt_module_t *dmp, const char *name, uint_t id) in dt_module_symhash_insert() argument 74 dt_sym_t *dsp = &dmp->dm_symchains[dmp->dm_symfree]; in dt_module_symhash_insert() 77 assert(dmp->dm_symfree < dmp->dm_nsymelems + 1); in dt_module_symhash_insert() 80 h = dt_strtab_hash(name, NULL) % dmp->dm_nsymbuckets; in dt_module_symhash_insert() 81 dsp->ds_next = dmp->dm_symbuckets[h]; in dt_module_symhash_insert() 82 dmp->dm_symbuckets[h] = dmp->dm_symfree++; in dt_module_symhash_insert() 86 dt_module_syminit32(dt_module_t *dmp) in dt_module_syminit32() argument 92 Elf32_Sym *sym = dmp->dm_symtab.cts_data; in dt_module_syminit32() 93 const char *base = dmp->dm_strtab.cts_data; in dt_module_syminit32() 94 size_t ss_size = dmp->dm_strtab.cts_size; in dt_module_syminit32() [all …]
|
| H A D | dt_open.c | 1053 dt_module_t *dmp; in dt_vopen() local 1447 if ((dmp = dtp->dt_cdefs = dt_module_create(dtp, "C")) == NULL) in dt_vopen() 1450 if ((dmp->dm_ctfp = ctf_create(&dtp->dt_ctferr)) == NULL) in dt_vopen() 1454 dmp->dm_name, (void *)dmp->dm_ctfp); in dt_vopen() 1456 (void) ctf_setmodel(dmp->dm_ctfp, dtp->dt_conf.dtc_ctfmodel); in dt_vopen() 1457 ctf_setspecific(dmp->dm_ctfp, dmp); in dt_vopen() 1459 dmp->dm_flags = DT_DM_LOADED; /* fake up loaded bit */ in dt_vopen() 1460 dmp->dm_modid = -1; /* no module ID */ in dt_vopen() 1468 err = ctf_add_integer(dmp->dm_ctfp, CTF_ADD_ROOT, in dt_vopen() 1471 err = ctf_add_float(dmp->dm_ctfp, CTF_ADD_ROOT, in dt_vopen() [all …]
|
| H A D | dt_decl.c | 816 dt_module_t *dmp; in dt_decl_type() local 831 dmp = yypcb->pcb_idepth ? dtp->dt_cdefs : dtp->dt_ddefs; in dt_decl_type() 842 (dmp = dt_module_lookup_by_ctf(dtp, ddp->dd_ctfp)) != NULL) { in dt_decl_type() 843 tip->dtt_object = dmp->dm_name; in dt_decl_type() 932 if (tip->dtt_ctfp != dmp->dm_ctfp && in dt_decl_type() 933 tip->dtt_ctfp != ctf_parent_file(dmp->dm_ctfp)) { in dt_decl_type() 935 tip->dtt_type = ctf_add_type(dmp->dm_ctfp, in dt_decl_type() 937 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type() 956 tip->dtt_object = dmp->dm_name; in dt_decl_type() 957 tip->dtt_ctfp = dmp->dm_ctfp; in dt_decl_type() [all …]
|
| H A D | dt_print.c | 649 dt_module_t *dmp; in dtrace_print() local 670 dmp = dt_module_lookup_by_name(dtp, object); in dtrace_print() 671 if (dmp == NULL) in dtrace_print() 674 if (dmp->dm_pid != 0) { in dtrace_print() 677 if (s == NULL || libid > dmp->dm_nctflibs) in dtrace_print() 679 ctfp = dmp->dm_libctfp[libid]; in dtrace_print() 681 ctfp = dt_module_getctf(dtp, dmp); in dtrace_print()
|
| H A D | dt_pid.c | 856 dt_module_t *dmp; in dt_pid_get_types() local 883 dmp = dt_module_create(dtp, pdp->dtpd_provider); in dt_pid_get_types() 884 if (dmp == NULL) { in dt_pid_get_types() 889 if (dt_module_load(dtp, dmp) != 0) { in dt_pid_get_types() 899 fp = dt_module_getctflib(dtp, dmp, pdp->dtpd_mod); in dt_pid_get_types() 905 p = dt_proc_grab(dtp, dmp->dm_pid, 0, PGRAB_RDONLY | PGRAB_FORCE); in dt_pid_get_types()
|
| H A D | dt_parser.c | 276 dt_module_t *dmp; in dt_type_pointer() local 286 dmp = dtp->dt_cdefs; in dt_type_pointer() 288 dmp = dtp->dt_ddefs; in dt_type_pointer() 290 if (ctfp != dmp->dm_ctfp && ctfp != ctf_parent_file(dmp->dm_ctfp) && in dt_type_pointer() 291 (type = ctf_add_type(dmp->dm_ctfp, ctfp, type)) == CTF_ERR) { in dt_type_pointer() 292 dtp->dt_ctferr = ctf_errno(dmp->dm_ctfp); in dt_type_pointer() 296 ptr = ctf_add_pointer(dmp->dm_ctfp, CTF_ADD_ROOT, type); in dt_type_pointer() 298 if (ptr == CTF_ERR || ctf_update(dmp->dm_ctfp) == CTF_ERR) { in dt_type_pointer() 299 dtp->dt_ctferr = ctf_errno(dmp->dm_ctfp); in dt_type_pointer() 303 tip->dtt_object = dmp->dm_name; in dt_type_pointer() [all …]
|
| H A D | dt_cc.c | 707 dt_module_t *dmp; in dt_action_trace() local 710 dmp = dt_module_lookup_by_ctf(dtp, dret->dn_ctfp); in dt_action_trace() 712 n = snprintf(NULL, 0, "%s`%ld", dmp->dm_name, dret->dn_type) + 1; in dt_action_trace() 713 if (dmp->dm_pid != 0) { in dt_action_trace() 714 ctflib = dt_module_getlibid(dtp, dmp, dret->dn_ctfp); in dt_action_trace() 716 n = snprintf(NULL, 0, "%s`%d`%ld", dmp->dm_name, in dt_action_trace() 719 n = snprintf(NULL, 0, "%s`%ld", dmp->dm_name, in dt_action_trace() 725 (void) snprintf(sdp->dtsd_strdata, n, "%s`%ld", dmp->dm_name, in dt_action_trace() 727 if (dmp->dm_pid != 0) { in dt_action_trace() 729 dmp->dm_name, ctflib, dret->dn_type); in dt_action_trace() [all …]
|
| H A D | dt_aggregate.c | 392 dt_module_t *dmp; in dt_aggregate_mod() local 406 for (dmp = dt_list_next(&dtp->dt_modlist); dmp != NULL; in dt_aggregate_mod() 407 dmp = dt_list_next(dmp)) { in dt_aggregate_mod() 408 if (*pc - dmp->dm_text_va < dmp->dm_text_size) { in dt_aggregate_mod() 409 *pc = dmp->dm_text_va; in dt_aggregate_mod()
|
| H A D | dt_provider.c | 416 dt_module_t *dmp; in dt_probe_create() local 473 if ((dmp = dt_module_lookup_by_ctf(dtp, in dt_probe_create() 475 prp->pr_argv[i].dtt_object = dmp->dm_name; in dt_probe_create()
|
| /netbsd-src/sys/dev/dm/ |
| H A D | dm_pdev.c | 89 dm_pdev_t *dmp; in dm_pdev_insert() local 95 dmp = dm_pdev_lookup_name(dev_name); in dm_pdev_insert() 97 if (dmp != NULL) { in dm_pdev_insert() 98 dmp->ref_cnt++; in dm_pdev_insert() 102 return dmp; in dm_pdev_insert() 105 if ((dmp = dm_pdev_alloc(dev_name)) == NULL) { in dm_pdev_insert() 115 kmem_free(dmp, sizeof(dm_pdev_t)); in dm_pdev_insert() 118 error = vn_bdev_openpath(dev_pb, &dmp->pdev_vnode, curlwp); in dm_pdev_insert() 124 kmem_free(dmp, sizeof(dm_pdev_t)); in dm_pdev_insert() 127 getdisksize(dmp->pdev_vnode, &dmp->pdev_numsec, &dmp->pdev_secsize); in dm_pdev_insert() [all …]
|
| H A D | dm_target_linear.c | 60 dm_pdev_t *dmp; in dm_target_linear_init() local 71 if ((dmp = dm_pdev_insert(argv[0])) == NULL) in dm_target_linear_init() 75 tlc->pdev = dmp; in dm_target_linear_init() 78 dm_table_add_deps(table_en, dmp); in dm_target_linear_init()
|
| H A D | dm_target_flakey.c | 136 dm_pdev_t *dmp; in dm_target_flakey_init() local 147 if ((dmp = dm_pdev_insert(argv[0])) == NULL) in dm_target_flakey_init() 151 tfc->pdev = dmp; in dm_target_flakey_init() 173 dm_table_add_deps(table_en, dmp); in dm_target_flakey_init()
|
| H A D | dm_target_delay.c | 188 dm_pdev_t *dmp; in _init() local 193 if ((dmp = dm_pdev_insert(argv[0])) == NULL) in _init() 196 di->pdev = dmp; in _init()
|
| /netbsd-src/sys/net/ |
| H A D | bsd-comp.c | 806 struct mbuf *m, *dmp, *mret; in bsd_decompress() local 848 MGETHDR(dmp, M_DONTWAIT, MT_DATA); in bsd_decompress() 849 if (dmp == NULL) in bsd_decompress() 851 mret = dmp; in bsd_decompress() 852 dmp->m_len = 0; in bsd_decompress() 853 dmp->m_next = NULL; in bsd_decompress() 854 MCLGET(dmp, M_DONTWAIT); in bsd_decompress() 855 dmp->m_data += db->hdrlen; in bsd_decompress() 856 wptr = mtod(dmp, u_char *); in bsd_decompress() 857 space = M_TRAILINGSPACE(dmp) - PPP_HDRLEN + 1; in bsd_decompress() [all …]
|
| H A D | if_ppp.c | 1449 struct mbuf *mp, *dmp = NULL; in ppp_inproc() local 1489 rv = (*sc->sc_rcomp->decompress)(sc->sc_rc_state, m, &dmp); in ppp_inproc() 1492 if (dmp == NULL) { in ppp_inproc() 1499 m = dmp; in ppp_inproc()
|
| /netbsd-src/sys/dev/pci/ |
| H A D | if_xge.c | 700 bus_dmamap_t dmp; in xge_intr() local 734 dmp = sc->sc_txm[i]; in xge_intr() 736 bus_dmamap_sync(sc->sc_dmat, dmp, 0, in xge_intr() 737 dmp->dm_mapsize, in xge_intr() 741 bus_dmamap_sync(sc->sc_dmat, dmp, 0, in xge_intr() 742 dmp->dm_mapsize, BUS_DMASYNC_PREREAD); in xge_intr() 745 bus_dmamap_unload(sc->sc_dmat, dmp); in xge_intr() 943 bus_dmamap_t dmp; in xge_start() local 961 dmp = sc->sc_txm[nexttx]; in xge_start() 963 if ((error = bus_dmamap_load_mbuf(sc->sc_dmat, dmp, m, in xge_start() [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | espressif | 13 !:mime application/x-tasmota-dmp 14 !:ext dmp
|
| H A D | misctools | 115 !:mime application/x-dmp 116 !:ext dmp/mdmp
|
| H A D | windows | 102 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/dmp.trid.xml 105 # and verified by like Windows Kit `Dumpchk.exe 043022-18703-01.dmp` 106 # and partly by NirSoft `BlueScreenView.exe 043022-18703-01.dmp` 112 !:mime application/x-ms-dmp 113 # like: Mini111013-01.dmp 114 !:ext dmp 171 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/d/dmp-64.trid.xml113o 176 !:mime application/x-ms-dmp 177 # like: c:\Windows\Minidump\020322-18890-01.dmp c:\Windows\MEMORY.DMP 178 !:ext dmp
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/synaptics/ |
| H A D | Makefile | 3 dtb-$(CONFIG_ARCH_BERLIN) += berlin4ct-dmp.dtb
|
| H A D | berlin4ct-dmp.dts | 14 compatible = "marvell,berlin4ct-dmp", "marvell,berlin4ct", "marvell,berlin";
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| H A D | arc700.md | 29 (define_cpu_unit "core, dmp, write_port, dmp_write_port, multiplier, issue, blockage, simd_unit" "… 151 "issue+dmp, nothing, dmp_write_port")
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | arc700.md | 29 (define_cpu_unit "core, dmp, write_port, dmp_write_port, multiplier, issue, blockage, simd_unit" "… 151 "issue+dmp, nothing, dmp_write_port")
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | berlin2q-marvell-dmp.dts | 13 compatible = "marvell,berlin2q-dmp", "marvell,berlin2q", "marvell,berlin";
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | unbound_cache.cmd | 13 set fname="unbound_cache.dmp"
|