Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/isns/isnsd/
H A Dhtable.c476 } else if (!BAD_HVAL(x->hval) && in uid_insert()
487 !BAD_HVAL(x->hval)) { in uid_insert()
855 if (x != NULL && !BAD_HVAL(x->hval)) { in htab_remove()
921 ASSERT(x != NULL && !BAD_HVAL(x->hval)); in htab_remove()
991 if (!BAD_HVAL(hval)) { in htab_lookup()
1068 if (!BAD_HVAL(x->hval)) { in htab_get_next()
H A Disns_htab.h39 #define BAD_HVAL(H) (((H) & BAD_HVAL_MASK) == BAD_HVAL_MASK) macro