Searched refs:TOPO_STABSTR_UNSTABLE (Results 1 – 2 of 2) sorted by relevance
60 #define TOPO_STABSTR_UNSTABLE "Unstable" /* new or rapidly changing */ macro
56 case TOPO_STABILITY_UNSTABLE: return (TOPO_STABSTR_UNSTABLE); in topo_stability2name()75 else if (strcmp(name, TOPO_STABSTR_UNSTABLE) == 0) in topo_name2stability()