Searched refs:topo_mod_lookup (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h102 extern topo_mod_t *topo_mod_lookup(topo_hdl_t *, const char *, int);
H A Dtopo_module.c165 topo_mod_lookup(topo_hdl_t *thp, const char *name, int bump) function
H A Dtopo_mod.c123 * Already loaded, topo_mod_lookup will bump the ref count
125 if ((mod = topo_mod_lookup(thp, name, 1)) != NULL) {
244 if ((enum_mod = topo_mod_lookup(mod->tm_hdl, enum_name, 0)) == NULL)
H A Dtopo_xml.c1618 if ((rd->rd_mod = topo_mod_lookup(thp, rd->rd_einfo->te_name,
1663 if ((fmod = topo_mod_lookup(thp, name, 0)) == NULL) {

Completed in 66 milliseconds