Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.h60 #define TOPO_STABSTR_UNSTABLE "Unstable" /* new or rapidly changing */ macro
H A Dtopo_subr.c56 case TOPO_STABILITY_UNSTABLE: return (TOPO_STABSTR_UNSTABLE); in topo_stability2name()
75 else if (strcmp(name, TOPO_STABSTR_UNSTABLE) == 0) in topo_name2stability()