Searched refs:dm_name (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 431 if (strcmp(dmp->dm_name, name) == 0) in dt_module_create() 439 (void) strlcpy(dmp->dm_name, name, sizeof (dmp->dm_name)); in dt_module_create() 460 if (strncmp(dmp->dm_name, "pid", 3) == 0) { in dt_module_create() 462 if (dmp->dm_name[3] == '\0') { in dt_module_create() 467 pid = strtol(dmp->dm_name + 3, &eptr, 10); in dt_module_create() 472 "module: %s\n", dmp->dm_name); in dt_module_create() 486 if (strcmp(dmp->dm_name, name) == 0) in dt_module_lookup_by_name() 534 dmp->dm_name, ctsp->cts_name, (ulong_t)ctsp->cts_size); in dt_module_load_sect() 771 dmp->dm_name, dmp->dm_symtab.cts_name, dmp->dm_symfree - 1); in dt_module_load() 781 dmp->dm_name, dmp->dm_symtab.cts_name, dmp->dm_aslen); in dt_module_load() [all …]
|
H A D | dt_decl.c | 859 tip->dtt_object = dmp->dm_name; in dt_decl_type() 873 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type() 886 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type() 934 tip->dtt_object = dtp->dt_ddefs->dm_name; in dt_decl_type() 972 tip->dtt_object = dmp->dm_name; in dt_decl_type() 1064 tip->dtt_object = dmp->dm_name; in dt_decl_type()
|
H A D | dt_xlator.c | 342 src_dtt.dtt_object = dt_module_lookup_by_ctf(dtp, src_ctfp)->dm_name; in dt_xlator_lookup() 346 dst_dtt.dtt_object = dt_module_lookup_by_ctf(dtp, dst_ctfp)->dm_name; in dt_xlator_lookup()
|
H A D | dt_impl.h | 109 char dm_name[DTRACE_MODNAMELEN]; /* string name of module */ member
|
H A D | dt_cc.c | 714 n = snprintf(NULL, 0, "%s`%d`%d", dmp->dm_name, in dt_action_trace() 717 n = snprintf(NULL, 0, "%s`%d", dmp->dm_name, in dt_action_trace() 725 dmp->dm_name, ctflib, dret->dn_type); in dt_action_trace() 728 dmp->dm_name, dret->dn_type); in dt_action_trace()
|
H A D | dt_open.c | 1100 dmp->dm_name, (void *)dmp->dm_ctfp); in dt_vopen() 1166 dmp->dm_name, (void *)dmp->dm_ctfp); in dt_vopen()
|
H A D | dt_provider.c | 471 prp->pr_argv[i].dtt_object = dmp->dm_name; in dt_probe_create()
|
H A D | dt_parser.c | 298 tip->dtt_object = dmp->dm_name; in dt_type_pointer() 1477 dmp->dm_name, dsp->ds_ident, &sym, &dts) == 0; in dt_node_decl() 1484 dmp->dm_name, dsp->ds_ident, in dt_node_decl() 1496 dmp->dm_name, dsp->ds_ident, in dt_node_decl()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dacf_impl.h | 44 char *dm_name; /* module name */ member
|
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | libdllink.c | 247 char dm_name[MAXNAMELEN]; member 286 if (strcmp(dmdp->dm_name, mac) == 0) in i_dladm_mac_walk() 296 (void) strlcpy(dmdp->dm_name, mac, MAXNAMELEN); in i_dladm_mac_walk() 328 ((*fn)(dmdp->dm_name, arg) == DLADM_WALK_TERMINATE)) { in dladm_mac_walk()
|
/titanic_50/usr/src/cmd/dis/ |
H A D | dis_target.c | 71 const char *dm_name; /* name of section */ member 139 tgt->dt_shnmap[*index].dm_name = scn->ds_name; in tgt_scn_init() 624 return (tgt->dt_shnmap[i].dm_name); in dis_find_section()
|