Searched refs:tmi_ops (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.h58 topo_modops_t *tmi_ops; /* module ops vector */ member in struct:topo_imod_info
H A Dtopo_mod.c195 if ((mod->tm_info->tmi_ops = topo_mod_alloc(mod,
209 mod->tm_info->tmi_ops->tmo_enum = mip->tmi_ops->tmo_enum;
210 mod->tm_info->tmi_ops->tmo_release = mip->tmi_ops->tmo_release;
233 if (mod->tm_info->tmi_ops != NULL)
234 topo_mod_free(mod, mod->tm_info->tmi_ops,
268 err = enum_mod->tm_info->tmi_ops->tmo_enum(enum_mod, node, name, min,
H A Dtopo_module.c50 if (mod->tm_info->tmi_ops->tmo_release != NULL)
51 mod->tm_info->tmi_ops->tmo_release(mod, node);
H A Dtopo_mod.h68 const topo_modops_t *tmi_ops; /* module ops vector */ member in struct:topo_mod_info
H A Dtopo_node.c173 if (mod->tm_info->tmi_ops->tmo_release != NULL)
174 mod->tm_info->tmi_ops->tmo_release(mod, node);

Completed in 28 milliseconds