Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h41 } topo_imodops_t; typedef
74 topo_imodops_t *tm_mops; /* Module class ops vector */
84 extern const topo_imodops_t topo_rtld_ops;
95 const topo_imodops_t *, topo_version_t);
H A Dtopo_module.c225 const topo_imodops_t *ops, topo_version_t version) in topo_mod_create()
246 mod->tm_mops = (topo_imodops_t *)ops; in topo_mod_create()
315 const topo_imodops_t *ops, topo_version_t version) in topo_modhash_load()
H A Dtopo_rtld.c104 const topo_imodops_t topo_rtld_ops = {
H A Dtopo_builtin.c97 const topo_imodops_t topo_bltin_ops = {