Searched refs:tm_name (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c130 "module %s stopped\n", mod->tm_name);
137 "starting module %s\n", mod->tm_name);
143 "module %s failed to initialize: %s\n", mod->tm_name,
152 "module %s failed to register\n", mod->tm_name);
187 if (mod->tm_name != NULL)
188 topo_hdl_strfree(thp, mod->tm_name);
231 mod->tm_name = topo_hdl_strdup(thp, name);
235 if (mod->tm_name == NULL || mod->tm_rootdir == NULL)
247 topo_dprintf(thp, TOPO_DBG_MODSVC, "loaded module %s\n", mod->tm_name);
298 if (strcmp(name, mod->tm_name)
[all...]
H A Dtopo_builtin.c64 if (strcmp(mp->tm_name, bp->bltin_name) == 0)
143 if (topo_mod_enumerate(mod, rnode, mod->tm_name, rnode->tn_name,
H A Dtopo_module.h68 char *tm_name; /* Basename of module */ member in struct:topo_mod
H A Dtopo_method.c125 mod->tm_name, topo_strerror(err));
139 for (meth = &mp[0]; meth->tm_name != NULL; meth++) {
142 if (topo_method_lookup(node, meth->tm_name) != NULL) {
158 if ((imp->tim_name = topo_mod_strdup(mod, meth->tm_name))
179 "%s for %s=%d\n", mod->tm_name, imp->tim_name,
H A Dtopo_mod.c176 mod->tm_name, topo_strerror(err));
215 "registration succeeded for %s\n", mod->tm_name);
264 "node=%s, instance=%d\n", __func__, (char *)mod->tm_name,
276 __func__, (char *)mod->tm_name, (char *)node->tn_name,
703 topo_vdprintf(mod->tm_hdl, TOPO_DBG_MOD, (const char *)mod->tm_name,
H A Dtopo_mod.h52 const char *tm_name; /* Method name */ member in struct:topo_method
H A Dtopo_xml.c1603 "%s: mod=%s, name=%s\n", __func__, mp->tm_name, rd->rd_name);
1696 if (strcmp(einfo->te_name, mp->tm_name) == 0) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Darpadate.c52 #define TZ_TM_NAME 1 /* use tm->tm_name */
153 tz = lt->tm_name;

Completed in 57 milliseconds