Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.h64 #define TOPO_STABSTR_STANDARD "Standard" /* industry standard */ macro
H A Dtopo_subr.c67 case TOPO_STABILITY_STANDARD: return (TOPO_STABSTR_STANDARD); in topo_stability2name()
89 else if (strcmp(name, TOPO_STABSTR_STANDARD) == 0) in topo_name2stability()