Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/isns/isnsd/
H A Dhtable.c712 hval = VALID_HVAL(tab->c->get_hval(p, 0, &flags)); in htab_add()
792 hval = VALID_HVAL(tab->c->get_hval(p, i, &flags)); in htab_add()
862 hval = VALID_HVAL(tab->c->get_hval(p, 0, &flags)); in htab_remove()
907 hval = VALID_HVAL(tab->c->get_hval( in htab_remove()
987 hval = VALID_HVAL(tab->c->get_hval(p, 0, &flags)); in htab_lookup()
1023 hval = VALID_HVAL(tab->c->get_hval(zhizi, 0, &flags)); in htab_lookup()
H A Disns_cache.h54 uint32_t (*get_hval)(void *, uint16_t, uint32_t *); member
H A Dcache.c94 imc->get_hval = obj_hval; in cache_init()