Searched refs:topo_mod_lookup (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_module.h | 100 extern topo_mod_t *topo_mod_lookup(topo_hdl_t *, const char *, int);
|
H A D | topo_module.c | 168 topo_mod_lookup(topo_hdl_t *thp, const char *name, int bump) in topo_mod_lookup() function
|
H A D | topo_mod.c | 131 if ((mod = topo_mod_lookup(thp, name, 1)) != NULL) { in topo_mod_load() 250 if ((enum_mod = topo_mod_lookup(mod->tm_hdl, enum_name, 0)) == NULL) in topo_mod_enumerate()
|
H A D | topo_xml.c | 1635 if ((rd->rd_mod = topo_mod_lookup(thp, rd->rd_einfo->te_name, in enum_run() 1680 if ((fmod = topo_mod_lookup(thp, name, 0)) == NULL) { in fac_enum_run()
|
H A D | topo_digraph_xml.c | 1437 if ((mod = topo_mod_lookup(thp, (const char *)scheme, 1)) == NULL) { in topo_digraph_deserialize()
|