Home
last modified time | relevance | path

Searched refs:topo_modhash_load (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h96 extern topo_mod_t *topo_modhash_load(topo_hdl_t *, const char *, const char *,
H A Dtopo_builtin.c117 if ((mod = topo_modhash_load(thp, bp->bltin_name, NULL, in topo_builtin_create()
H A Dtopo_module.c309 topo_modhash_load(topo_hdl_t *thp, const char *name, const char *path, in topo_modhash_load() function
H A Dtopo_mod.c138 (mod = topo_modhash_load(thp, name, path, &topo_rtld_ops, version)) in topo_mod_load()