Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c184 if ((mod->tm_info->tmi_ops = topo_mod_alloc(mod, in topo_mod_register()
198 mod->tm_info->tmi_ops->tmo_enum = mip->tmi_ops->tmo_enum; in topo_mod_register()
199 mod->tm_info->tmi_ops->tmo_release = mip->tmi_ops->tmo_release; in topo_mod_register()
222 if (mod->tm_info->tmi_ops != NULL) in topo_mod_unregister()
223 topo_mod_free(mod, mod->tm_info->tmi_ops, in topo_mod_unregister()
254 err = enum_mod->tm_info->tmi_ops->tmo_enum(enum_mod, node, name, min, in topo_mod_enumerate()
H A Dtopo_module.h58 topo_modops_t *tmi_ops; /* module ops vector */ member
H A Dtopo_module.c53 if (mod->tm_info->tmi_ops->tmo_release != NULL) in topo_mod_release()
54 mod->tm_info->tmi_ops->tmo_release(mod, node); in topo_mod_release()
H A Dtopo_mod.h68 const topo_modops_t *tmi_ops; /* module ops vector */ member
H A Dtopo_node.c173 if (mod->tm_info->tmi_ops->tmo_release != NULL) in topo_node_destroy()
174 mod->tm_info->tmi_ops->tmo_release(mod, node); in topo_node_destroy()