Home
last modified time | relevance | path

Searched refs:tm_name (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c133 "module %s stopped\n", mod->tm_name); in topo_mod_stop()
140 "starting module %s\n", mod->tm_name); in topo_mod_start()
146 "module %s failed to initialize: %s\n", mod->tm_name, in topo_mod_start()
155 "module %s failed to register\n", mod->tm_name); in topo_mod_start()
190 if (mod->tm_name != NULL) in topo_mod_destroy()
191 topo_hdl_strfree(thp, mod->tm_name); in topo_mod_destroy()
234 mod->tm_name = topo_hdl_strdup(thp, name); in topo_mod_create()
238 if (mod->tm_name == NULL || mod->tm_rootdir == NULL) in topo_mod_create()
250 topo_dprintf(thp, TOPO_DBG_MODSVC, "loaded module %s\n", mod->tm_name); in topo_mod_create()
301 if (strcmp(name, mod->tm_name) == 0) in topo_modhash_lookup()
[all …]
H A Dtopo_builtin.c64 if (strcmp(mp->tm_name, bp->bltin_name) == 0) in bltin_init()
141 if (topo_mod_enumerate(mod, rnode, mod->tm_name, rnode->tn_name, in topo_builtin_create()
H A Dtopo_method.c125 mod->tm_name, topo_strerror(err)); in set_methregister_error()
139 for (meth = &mp[0]; meth->tm_name != NULL; meth++) { in topo_method_register()
142 if (topo_method_lookup(node, meth->tm_name) != NULL) { in topo_method_register()
158 if ((imp->tim_name = topo_mod_strdup(mod, meth->tm_name)) in topo_method_register()
179 "%s for %s=%d\n", mod->tm_name, imp->tim_name, in topo_method_register()
H A Dtopo_mod.c165 mod->tm_name, topo_strerror(err)); in set_register_error()
204 "registration succeeded for %s\n", mod->tm_name); in topo_mod_register()
250 "node %s=%d\n", (char *)mod->tm_name, (char *)node->tn_name, in topo_mod_enumerate()
263 " node %s=%d\n", (char *)mod->tm_name, in topo_mod_enumerate()
751 topo_vdprintf(mod->tm_hdl, TOPO_DBG_MOD, (const char *)mod->tm_name, in topo_mod_dprintf()
H A Dtopo_module.h68 char *tm_name; /* Basename of module */ member
H A Dtopo_mod.h52 const char *tm_name; /* Method name */ member
H A Dtopo_xml.c1585 if (strcmp(einfo->te_name, mp->tm_name) == 0) { in enum_attributes_process()
/titanic_50/usr/src/cmd/bnu/
H A Duucico.c797 char tm_name[MAXNAMESIZE]; in cleanTM() local
801 (void) sprintf(tm_name, "%s.%3.3d", TM_name, i); in cleanTM()
802 DEBUG(7, "tm_name: %s\n", tm_name); in cleanTM()
803 unlink(tm_name); in cleanTM()
/titanic_50/usr/src/cmd/sendmail/src/
H A Darpadate.c153 tz = lt->tm_name;
/titanic_50/usr/src/cmd/ndmpd/include/
H A Dtlm.h426 char *tm_name; member
/titanic_50/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c167 if (mdb_readstr(name, sizeof (name), (uintptr_t)tm.tm_name) < 0) { in topo_module()
168 (void) mdb_snprintf(name, sizeof (name), "<%p>", tm.tm_name); in topo_module()