Home
last modified time | relevance | path

Searched refs:TOPO_SENSOR_STATE_GENERIC_FAIL_CRITICAL (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c344 } else if (state & TOPO_SENSOR_STATE_GENERIC_FAIL_CRITICAL) { in topo_sensor_failed()
H A Dlibtopo.h1056 #define TOPO_SENSOR_STATE_GENERIC_FAIL_CRITICAL 0x0004 macro
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses_facility.c356 state |= TOPO_SENSOR_STATE_GENERIC_FAIL_CRITICAL; in ses_sensor_state()