Searched refs:tm_hdl (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_file.c69 if (mod->tm_hdl->th_snap_dir == NULL)
74 topo_dprintf(mod->tm_hdl, TOPO_DBG_SNAP, "%s: mod=0x%p, node=0x%p, "
93 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
99 mod->tm_rootdir, mod->tm_hdl->th_snap_dir, scheme);
102 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
124 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
135 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
H A Dtopo_xml.c81 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML,
117 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "%s: propname=%s\n",
121 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "%s: str=%s\n", __func__, str);
138 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "%s: PROPNAME=%s\n",
142 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "%s: str=%s\n", __func__, str);
144 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "%s: "
159 topo_dprintf(mp->tm_hdl, TOPO_DBG_ERR,
189 topo_dprintf(mp->tm_hdl, TOPO_DBG_ERR,
216 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "%s: name=%s\n",
241 topo_dprintf(mp->tm_hdl, TOPO_DBG_ER
[all...]
H A Dtopo_mod.c124 topo_dprintf(pmod->tm_hdl, TOPO_DBG_MODSVC, "%s: name=%s\n",
127 thp = pmod->tm_hdl;
174 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
214 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC,
253 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, "%s: enum_name=%s, "
258 if ((enum_mod = topo_mod_lookup(mod->tm_hdl, enum_name, 0)) == NULL)
263 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, "%s: module=%s, "
274 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
345 lpart = topo_cleanup_auth_str(mod->tm_hdl, part);
349 topo_hdl_free(mod->tm_hdl, lpar
[all...]
H A Dtopo_alloc.c84 return (topo_hdl_alloc(mod->tm_hdl, size));
90 return (topo_hdl_zalloc(mod->tm_hdl, size));
96 topo_hdl_free(mod->tm_hdl, data, size);
H A Dmem.c302 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
311 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
317 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
327 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
340 topo_dprintf(mod->tm_hdl, TOPO_DBG_SNAP,
353 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
365 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
371 topo_dprintf(mod->tm_hdl, TOPO_DBG_SNAP,
382 topo_dprintf(mod->tm_hdl, TOPO_DBG_SNAP,
389 topo_dprintf(mod->tm_hdl, TOPO_DBG_SNA
[all...]
H A Dtopo_module.c129 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC,
136 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC,
142 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
151 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
179 topo_hdl_t *thp = mod->tm_hdl;
227 mod->tm_hdl = thp;
336 topo_hdl_t *thp = mod->tm_hdl;
H A Dtopo_string.c72 return (topo_hdl_strdup(mod->tm_hdl, s));
78 topo_hdl_strfree(mod->tm_hdl, s);
84 topo_hdl_strfreevn(mod->tm_hdl, v, nelem);
H A Dtopo_module.h66 topo_hdl_t *tm_hdl; /* Topo handle for this module */ member in struct:topo_mod
H A Dtopo_rtld.c74 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
H A Dtopo_node.c139 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC, "destroying node %s=%d\n",
300 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
309 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC,
321 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, "unable to insert child:"
382 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC,
394 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, "unable to extend range:"
485 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC,
580 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR, "unable to bind %s=%d: "
678 node->tn_hdl = mod->tm_hdl;
699 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSV
[all...]
H A Dtopo_parse.c70 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "new rdata\n");
129 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "new idata %d\n", i);
181 topo_dprintf(mp->tm_hdl, TOPO_DBG_XML, "new pad p=%d, d=%d\n",
H A Dtopo_builtin.c72 topo_dprintf(mp->tm_hdl, TOPO_DBG_ERR,
H A Dtopo_method.c123 topo_dprintf(mod->tm_hdl, TOPO_DBG_ERR,
177 topo_dprintf(mod->tm_hdl, TOPO_DBG_MODSVC,
400 if (topo_node_facility(mod->tm_hdl, node, TOPO_FAC_TYPE_SENSOR,
H A Dtopo_subr.c269 topo_hdl_t *thp = mod->tm_hdl;
271 topo_dprintf(mod->tm_hdl, TOPO_DBG_SNAP,
H A Dhc.c365 if (mod->tm_hdl->th_auth == NULL) {
367 topo_auth_create(mod->tm_hdl);
1894 if (topo_node_facility(mod->tm_hdl, node, flp->fl_fac_type,
1908 if ((err = cb(mod->tm_hdl, tmp->tf_node,

Completed in 76 milliseconds