Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c190 if ((mod->tm_info->tmi_ops = topo_mod_alloc(mod, in topo_mod_register()
204 mod->tm_info->tmi_ops->tmo_enum = mip->tmi_ops->tmo_enum; in topo_mod_register()
205 mod->tm_info->tmi_ops->tmo_release = mip->tmi_ops->tmo_release; in topo_mod_register()
228 if (mod->tm_info->tmi_ops != NULL) in topo_mod_unregister()
229 topo_mod_free(mod, mod->tm_info->tmi_ops, in topo_mod_unregister()
260 err = enum_mod->tm_info->tmi_ops->tmo_enum(enum_mod, node, name, min, in topo_mod_enumerate()
H A Dtopo_module.h56 topo_modops_t *tmi_ops; /* module ops vector */ member
H A Dtopo_module.c56 if (mod->tm_info->tmi_ops->tmo_release != NULL) in topo_mod_release()
57 mod->tm_info->tmi_ops->tmo_release(mod, node); in topo_mod_release()
H A Dtopo_mod.h74 const topo_modops_t *tmi_ops; /* module ops vector */ member
H A Dtopo_node.c177 if (mod->tm_info->tmi_ops->tmo_release != NULL) in topo_node_destroy()
178 mod->tm_info->tmi_ops->tmo_release(mod, node); in topo_node_destroy()