Home
last modified time | relevance | path

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

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