Home
last modified time | relevance | path

Searched refs:tm_hdl (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c71 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, in xmlattr_to_stab()
108 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, in xmlattr_to_int()
117 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, in xmlattr_to_int()
132 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, in xmlattr_to_double()
154 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "xmlattr_to_fmri(propname=%s)\n", in xmlattr_to_fmri()
172 topo_dprintf(mp->tm_hdl, TOPO_DBG_ERR, "%s attribute missing", in xmlattr_to_type()
204 topo_dprintf(mp->tm_hdl, TOPO_DBG_ERR, in xmlattr_to_type()
229 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "xlate_common(name=%s)\n", name); in xlate_common()
280 topo_dprintf(mp->tm_hdl, TOPO_DBG_ERR, "No <propitem> " in xlate_common()
286 topo_dprintf(mp->tm_hdl, TOPO_DBG_ERR, in xlate_common()
[all …]
H A Dtopo_mod.c126 thp = pmod->tm_hdl; in topo_mod_load()
169 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, in set_register_error()
209 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, in topo_mod_register()
250 if ((enum_mod = topo_mod_lookup(mod->tm_hdl, enum_name, 0)) == NULL) in topo_mod_enumerate()
255 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, "module %s enumerating " in topo_mod_enumerate()
267 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, in topo_mod_enumerate()
338 lpart = topo_cleanup_auth_str(mod->tm_hdl, part); in topo_mod_hcfmri()
342 topo_hdl_free(mod->tm_hdl, lpart, strlen(lpart) + 1); in topo_mod_hcfmri()
349 lrev = topo_cleanup_auth_str(mod->tm_hdl, rev); in topo_mod_hcfmri()
353 topo_hdl_free(mod->tm_hdl, lrev, strlen(lrev) + 1); in topo_mod_hcfmri()
[all …]
H A Dtopo_string.c72 return (topo_hdl_strdup(mod->tm_hdl, s)); in topo_mod_strdup()
128 return (topo_hdl_vasprintf(mod->tm_hdl, str, fmt, ap)); in topo_mod_vasprintf()
138 ret = topo_hdl_vasprintf(mod->tm_hdl, str, fmt, ap); in topo_mod_asprintf()
146 topo_hdl_strfree(mod->tm_hdl, s); in topo_mod_strfree()
152 topo_hdl_strfreev(mod->tm_hdl, strarr, nelem); in topo_mod_strfreev()
H A Dtopo_alloc.c82 return (topo_hdl_alloc(mod->tm_hdl, size)); in topo_mod_alloc()
88 return (topo_hdl_zalloc(mod->tm_hdl, size)); in topo_mod_zalloc()
94 topo_hdl_free(mod->tm_hdl, data, size); in topo_mod_free()
H A Dtopo_module.c135 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, in topo_mod_stop()
142 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, in topo_mod_start()
148 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, in topo_mod_start()
157 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, in topo_mod_start()
190 thp = mod->tm_hdl; in topo_mod_destroy()
235 mod->tm_hdl = thp; in topo_mod_create()
344 topo_hdl_t *thp = mod->tm_hdl; in topo_modhash_unload()
H A Dtopo_file.c88 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, in topo_file_load()
99 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, in topo_file_load()
H A Dtopo_node.c143 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, "destroying node %s=%d\n", in topo_node_destroy()
298 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, "unable to insert child:" in node_create_seterror()
359 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, in topo_node_range_create()
453 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, "unable to bind %s=%d: " in node_bind_seterror()
502 node->tn_hdl = mod->tm_hdl; in topo_node_bind()
523 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, in topo_node_bind()
603 node->tn_hdl = mod->tm_hdl; in topo_node_facbind()
656 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, in topo_node_facbind()
H A Dtopo_parse.c68 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "new rdata\n"); in tf_rdata_new()
127 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "new idata %d\n", i); in tf_idata_new()
179 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "new pad p=%d, d=%d\n", in tf_pad_new()
H A Dtopo_method.c127 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, in set_methregister_error()
181 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, in topo_method_register()
441 if (topo_node_facility(mod->tm_hdl, node, TOPO_FAC_TYPE_SENSOR, in topo_method_sensor_failure()
487 is_spoofed = topo_spoof_apply(mod->tm_hdl, node, in topo_method_sensor_failure()
H A Dtopo_module.h64 topo_hdl_t *tm_hdl; /* Topo handle for this module */ member
H A Dtopo_rtld.c72 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, in rtld_init()
H A Dtopo_builtin.c75 topo_dprintf(mp->tm_hdl, TOPO_DBG_ERR, in bltin_init()
H A Dtopo_digraph.c147 return (topo_digraph_get(mod->tm_hdl, mod->tm_info->tmi_scheme)); in find_digraph()
279 tn->tn_hdl = mod->tm_hdl; in topo_vertex_new()
H A Dtopo_subr.c279 topo_hdl_t *thp = mod->tm_hdl; in topo_search_path()
H A Dtopo_digraph_xml.c862 if (topo_vertex_iter(mod->tm_hdl, tdg, edge_cb, &cbarg) != 0) { in deserialize_edges()
1447 tdg = topo_digraph_get(mod->tm_hdl, mod->tm_info->tmi_scheme); in topo_digraph_deserialize()
H A Dhc.c1990 if (topo_node_facility(mod->tm_hdl, node, flp->fl_fac_type, in hc_fac_get()
2004 if ((err = cb(mod->tm_hdl, tmp->tf_node, in hc_fac_get()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c200 mdb_printf("%-12s 0x%-34p %-30s\n", "tm_hdl", tm.tm_hdl, in topo_module()