Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.h63 #define TOPO_STABSTR_STABLE "Stable" /* mature interface from Sun */ macro
H A Dtopo_subr.c66 case TOPO_STABILITY_STABLE: return (TOPO_STABSTR_STABLE); in topo_stability2name()
87 else if (strcmp(name, TOPO_STABSTR_STABLE) == 0) in topo_name2stability()