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

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h43 } topo_imodops_t; typedef in typeref:struct:topo_imodops
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_rtld.c106 const topo_imodops_t topo_rtld_ops = {
H A Dtopo_module.c217 const topo_imodops_t *ops, topo_version_t version)
238 mod->tm_mops = (topo_imodops_t *)ops;
307 const topo_imodops_t *ops, topo_version_t version)
H A Dtopo_builtin.c94 const topo_imodops_t topo_bltin_ops = {

Completed in 34 milliseconds