Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/isns/isnsd/
H A Disns_htab.h36 #define HVAL_MASK (((uint32_t)1 << MAX_LOGSIZE) - 1) macro
38 #define VALID_HVAL(H) ((H) & HVAL_MASK)