Home
last modified time | relevance | path

Searched refs:tm_mops (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_module.c128 (void) mod->tm_mops->mop_fini(mod); in topo_mod_stop()
145 if (mod->tm_mops->mop_init(mod, version) != 0) { in topo_mod_start()
246 mod->tm_mops = (topo_imodops_t *)ops; in topo_mod_create()
H A Dtopo_module.h74 topo_imodops_t *tm_mops; /* Module class ops vector */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c235 mdb_printf("%-12s 0x%-34p %-30s\n", "tm_mops", tm.tm_mops, in topo_module()