Searched refs:rawval (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/stat/fsstat/ |
H A D | fsstat.c | 132 #define PRINTSTAT(isnice, nicestring, rawstring, rawval, buf) \ argument 134 nicenum(rawval, buf, sizeof (buf)), \ 137 (void) printf((rawstring), (rawval))
|
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device.c | 3025 u64 val64, rawval = 0ULL; in __hal_device_reset() local 3095 rawval = XGE_HAL_SW_RESET_RAW_VAL_HERC; in __hal_device_reset() 3101 if (val64 != rawval) { in __hal_device_reset() 3108 rawval = XGE_HAL_SW_RESET_RAW_VAL_XENA; in __hal_device_reset() 3139 if (val64 != rawval) { in __hal_device_reset() 3142 (unsigned long long)val64, (unsigned long long)rawval); in __hal_device_reset()
|