Searched refs:TOPO_STABSTR_STABLE (Results 1 – 2 of 2) sorted by relevance
62 #define TOPO_STABSTR_STABLE "Stable" /* mature interface from Sun */ macro
58 case TOPO_STABILITY_STABLE: return (TOPO_STABSTR_STABLE); in topo_stability2name()79 else if (strcmp(name, TOPO_STABSTR_STABLE) == 0) in topo_name2stability()