Home
last modified time | relevance | path

Searched refs:tm_stability (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c147 if (meth->tm_stability < TOPO_STABILITY_INTERNAL || in topo_method_register()
148 meth->tm_stability > TOPO_STABILITY_MAX || in topo_method_register()
169 imp->tim_stability = meth->tm_stability; in topo_method_register()
H A Dtopo_mod.h55 const topo_stability_t tm_stability; /* Attributes of method */ member