Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.h57 #define TOPO_STABSTR_INTERNAL "Internal" /* private to libtopo */ macro
H A Dtopo_subr.c60 case TOPO_STABILITY_INTERNAL: return (TOPO_STABSTR_INTERNAL); in topo_stability2name()
75 if (strcmp(name, TOPO_STABSTR_INTERNAL) == 0) in topo_name2stability()