Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h43 } topo_imodops_t; typedef
76 topo_imodops_t *tm_mops; /* Module class ops vector */
86 extern const topo_imodops_t topo_rtld_ops;
97 const topo_imodops_t *, topo_version_t);
H A Dtopo_module.c220 const topo_imodops_t *ops, topo_version_t version) in topo_mod_create()
241 mod->tm_mops = (topo_imodops_t *)ops; in topo_mod_create()
310 const topo_imodops_t *ops, topo_version_t version) in topo_modhash_load()
H A Dtopo_rtld.c106 const topo_imodops_t topo_rtld_ops = {
H A Dtopo_builtin.c95 const topo_imodops_t topo_bltin_ops = {