Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c67 case TOPO_STABILITY_STANDARD: return (TOPO_STABSTR_STANDARD); in topo_stability2name()
90 return (TOPO_STABILITY_STANDARD); in topo_name2stability()
H A Dlibtopo.h361 TOPO_STABILITY_STANDARD /* industry standard */ enumerator
364 #define TOPO_STABILITY_MAX TOPO_STABILITY_STANDARD /* max valid stab */
H A Dtopo_xml.c91 *rs = TOPO_STABILITY_STANDARD; in xmlattr_to_stab()