Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/
H A Dfac_prov_ipmi.c1411 #define ISBITSET(MASK, BIT) ((MASK & BIT) == BIT) macro
1634 if (!ISBITSET(mask, threshset[i].sthr_threshbit)) in make_sensor_node()