Searched refs:dm_name (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_module.c | 478 if (strcmp(dmp->dm_name, name) == 0) in dt_module_create() 486 (void) strlcpy(dmp->dm_name, name, sizeof (dmp->dm_name)); in dt_module_create() 507 if (strncmp(dmp->dm_name, "pid", 3) == 0) { in dt_module_create() 509 if (dmp->dm_name[3] == '\0') { in dt_module_create() 514 pid = strtol(dmp->dm_name + 3, &eptr, 10); in dt_module_create() 519 "module: %s\n", dmp->dm_name); in dt_module_create() 533 if (strcmp(dmp->dm_name, name) == 0) in dt_module_lookup_by_name() 603 dmp->dm_name, ctsp->cts_name, (ulong_t)ctsp->cts_size); in dt_module_load_sect() 836 dmp->dm_name, dmp->dm_symtab.cts_name, dmp->dm_symfree - 1); in dt_module_load() 846 dmp->dm_name, dmp->dm_symtab.cts_name, dmp->dm_aslen); in dt_module_load() [all …]
|
| D | dt_decl.c | 843 tip->dtt_object = dmp->dm_name; in dt_decl_type() 857 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type() 870 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type() 918 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type() 956 tip->dtt_object = dmp->dm_name; in dt_decl_type() 1048 tip->dtt_object = dmp->dm_name; in dt_decl_type()
|
| D | dt_xlator.c | 342 src_dtt.dtt_object = dt_module_lookup_by_ctf(dtp, src_ctfp)->dm_name; in dt_xlator_lookup() 347 .dtt_object = dt_module_lookup_by_ctf(dtp, dst_ctfp)->dm_name, in dt_xlator_lookup()
|
| D | dt_cc.c | 712 n = snprintf(NULL, 0, "%s`%ld", dmp->dm_name, dret->dn_type) + 1; 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() 729 dmp->dm_name, ctflib, dret->dn_type); in dt_action_trace() 732 dmp->dm_name, dret->dn_type); in dt_action_trace()
|
| D | dt_impl.h | 118 char dm_name[DTRACE_MODNAMELEN]; /* string name of module */ member
|
| D | dt_open.c | 1383 dmp->dm_name, (void *)dmp->dm_ctfp); in dt_vopen() 1449 dmp->dm_name, (void *)dmp->dm_ctfp); in dt_vopen()
|
| D | dt_provider.c | 475 prp->pr_argv[i].dtt_object = dmp->dm_name; in dt_probe_create()
|
| D | dt_parser.c | 303 tip->dtt_object = dmp->dm_name; in dt_type_pointer() 1482 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0; in dt_node_decl() 1489 dmp->dm_name, dsp->ds_ident, in dt_node_decl() 1501 dmp->dm_name, dsp->ds_ident, in dt_node_decl()
|