Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c151 if (meth->tm_stability < TOPO_STABILITY_INTERNAL || in topo_method_register()
152 meth->tm_stability > TOPO_STABILITY_MAX || in topo_method_register()
173 imp->tim_stability = meth->tm_stability; in topo_method_register()
H A Dtopo_mod.h61 const topo_stability_t tm_stability; /* Attributes of method */ member